From 434a7ace97512389457d038c16e65baeabc5965f Mon Sep 17 00:00:00 2001 From: Bernie Thompson Date: Tue, 3 Apr 2012 13:25:36 -0700 Subject: [PATCH] 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 Reviewed-by: Bernie Thompson Tested-by: Bernie Thompson Commit-Ready: Bernie Thompson --- .../metadata/md5-cache/net-misc/corkscrew-2.0 | 11 +++++++ .../net-misc/corkscrew/Manifest | 1 + .../net-misc/corkscrew/corkscrew-2.0.ebuild | 30 +++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-misc/corkscrew-2.0 create mode 100644 sdk_container/src/third_party/portage-stable/net-misc/corkscrew/Manifest create mode 100644 sdk_container/src/third_party/portage-stable/net-misc/corkscrew/corkscrew-2.0.ebuild diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-misc/corkscrew-2.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-misc/corkscrew-2.0 new file mode 100644 index 0000000000..e45988f9c9 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-misc/corkscrew-2.0 @@ -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 diff --git a/sdk_container/src/third_party/portage-stable/net-misc/corkscrew/Manifest b/sdk_container/src/third_party/portage-stable/net-misc/corkscrew/Manifest new file mode 100644 index 0000000000..94017c6425 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/net-misc/corkscrew/Manifest @@ -0,0 +1 @@ +DIST corkscrew-2.0.tar.gz 56749 RMD160 c7b4ae4cc4df4b33f8ae9be19305004fd0ae20a0 SHA1 8bdb4c0dc71048136c721c33229b9bf795230b32 SHA256 0d0fcbb41cba4a81c4ab494459472086f377f9edb78a2e2238ed19b58956b0be diff --git a/sdk_container/src/third_party/portage-stable/net-misc/corkscrew/corkscrew-2.0.ebuild b/sdk_container/src/third_party/portage-stable/net-misc/corkscrew/corkscrew-2.0.ebuild new file mode 100644 index 0000000000..a3f9919f0a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/net-misc/corkscrew/corkscrew-2.0.ebuild @@ -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