diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-03-31 03:00:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-03-31 03:00:27 +0000 |
commit | 2d0f9445507ef792abca8411eec77552ccad8334 (patch) | |
tree | 9f7a87781d5cb149af5fb5edc7c96988534260b6 /net-misc/corkscrew | |
parent | Move python.eclass variables before inherit. (diff) | |
download | gentoo-2-2d0f9445507ef792abca8411eec77552ccad8334.tar.gz gentoo-2-2d0f9445507ef792abca8411eec77552ccad8334.tar.bz2 gentoo-2-2d0f9445507ef792abca8411eec77552ccad8334.zip |
Add arm love.
(Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/corkscrew')
-rw-r--r-- | net-misc/corkscrew/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/corkscrew/corkscrew-2.0.ebuild | 13 |
2 files changed, 11 insertions, 9 deletions
diff --git a/net-misc/corkscrew/ChangeLog b/net-misc/corkscrew/ChangeLog index 099fd106970d..db283576975d 100644 --- a/net-misc/corkscrew/ChangeLog +++ b/net-misc/corkscrew/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/corkscrew -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v 1.10 2010/07/07 12:33:40 fauli Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v 1.11 2012/03/31 03:00:27 vapier Exp $ + + 31 Mar 2012; Mike Frysinger <vapier@gentoo.org> corkscrew-2.0.ebuild: + Add arm love. 07 Jul 2010; Christian Faulhammer <fauli@gentoo.org> corkscrew-2.0.ebuild: stable x86, bug 284604 diff --git a/net-misc/corkscrew/corkscrew-2.0.ebuild b/net-misc/corkscrew/corkscrew-2.0.ebuild index a79b0daa0db0..a3f9919f0a3a 100644 --- a/net-misc/corkscrew/corkscrew-2.0.ebuild +++ b/net-misc/corkscrew/corkscrew-2.0.ebuild @@ -1,21 +1,20 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.11 2010/07/07 12:33:40 fauli Exp $ +# $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" -EAPI=3 inherit autotools -DESCRIPTION="a tool for tunneling SSH through HTTP proxies." +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 ~ppc ~sparc x86" +KEYWORDS="amd64 ~arm ~ppc ~sparc x86" IUSE="" -DEPEND="" - src_prepare() { # Christoph Mende <angelos@gentoo.org (23 Jun 2010) # Shipped configure doesn't work with some locales (bug #305771) |