mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 06:26:57 +02:00
Add the corkscrew Portage package to portage-stable
Add net-misc/corkscrew version 2.0 on amd64 in portage-stable. This utility is meant for use in the chroot to enable the use of proxy network connections. BUG=None TEST=Verify corkscrew emerges and than runs (sudo emerge corkscrew in chroot) Change-Id: I5b59fcdfda1cfd6ffafe03c913f58ff2bb43adf2 Reviewed-on: https://gerrit.chromium.org/gerrit/19568 Reviewed-by: Mike Frysinger <vapier@chromium.org> Reviewed-by: Bernie Thompson <bhthompson@chromium.org> Tested-by: Bernie Thompson <bhthompson@chromium.org> Commit-Ready: Bernie Thompson <bhthompson@chromium.org>
This commit is contained in:
parent
2678bc65c2
commit
434a7ace97
11
sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-misc/corkscrew-2.0
vendored
Normal file
11
sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-misc/corkscrew-2.0
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
DEFINED_PHASES=install prepare
|
||||
DEPEND=|| ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
DESCRIPTION=a tool for tunneling SSH through HTTP proxies
|
||||
EAPI=3
|
||||
HOMEPAGE=http://www.agroman.net/corkscrew/
|
||||
KEYWORDS=amd64 ~arm ~ppc ~sparc x86
|
||||
LICENSE=GPL-2
|
||||
SLOT=0
|
||||
SRC_URI=http://www.agroman.net/corkscrew/corkscrew-2.0.tar.gz
|
||||
_eclasses_=autotools 63332a15502113ca711ccccb3889a109 eutils 33ef77a15337022e05342d2c772a7a5a libtool 0fd90d183673bf1107465ec45849d1ea multilib 5f4ad6cf85e365e8f0c6050ddd21659e portability 0be430f759a631e692678ed796e09f5c toolchain-funcs 6526ac6fc9aedf391efb91fcd75ace68 user 9e552f935106ff0bc92af16da64b4b29
|
||||
_md5_=615750f65e04bb4d61fb488db4a9e905
|
1
sdk_container/src/third_party/portage-stable/net-misc/corkscrew/Manifest
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/net-misc/corkscrew/Manifest
vendored
Normal file
@ -0,0 +1 @@
|
||||
DIST corkscrew-2.0.tar.gz 56749 RMD160 c7b4ae4cc4df4b33f8ae9be19305004fd0ae20a0 SHA1 8bdb4c0dc71048136c721c33229b9bf795230b32 SHA256 0d0fcbb41cba4a81c4ab494459472086f377f9edb78a2e2238ed19b58956b0be
|
30
sdk_container/src/third_party/portage-stable/net-misc/corkscrew/corkscrew-2.0.ebuild
vendored
Normal file
30
sdk_container/src/third_party/portage-stable/net-misc/corkscrew/corkscrew-2.0.ebuild
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild,v 1.12 2012/03/31 03:00:27 vapier Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="a tool for tunneling SSH through HTTP proxies"
|
||||
HOMEPAGE="http://www.agroman.net/corkscrew/"
|
||||
SRC_URI="http://www.agroman.net/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~ppc ~sparc x86"
|
||||
IUSE=""
|
||||
|
||||
src_prepare() {
|
||||
# Christoph Mende <angelos@gentoo.org (23 Jun 2010)
|
||||
# Shipped configure doesn't work with some locales (bug #305771)
|
||||
# Shipped missing doesn't work with new configure, so we'll force
|
||||
# regeneration
|
||||
rm -f install-sh missing mkinstalldirs || die
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install () {
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
dodoc AUTHORS ChangeLog README TODO || die "dodoc failed"
|
||||
}
|
Loading…
Reference in New Issue
Block a user