diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-01-21 20:55:04 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-01-21 20:55:04 +0000 |
commit | e383ec4af9a82001d951c91f850fc574be7141fb (patch) | |
tree | 744f9d826f6e37fede119ac646c2518cc2d005ca /net-misc/corkscrew | |
parent | Version bump, remove old testing-only version. (diff) | |
download | gentoo-2-e383ec4af9a82001d951c91f850fc574be7141fb.tar.gz gentoo-2-e383ec4af9a82001d951c91f850fc574be7141fb.tar.bz2 gentoo-2-e383ec4af9a82001d951c91f850fc574be7141fb.zip |
Fixed bug #152785.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'net-misc/corkscrew')
-rw-r--r-- | net-misc/corkscrew/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/corkscrew/corkscrew-2.0.ebuild | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/net-misc/corkscrew/ChangeLog b/net-misc/corkscrew/ChangeLog index a1f0b1883e16..6333e6622c8d 100644 --- a/net-misc/corkscrew/ChangeLog +++ b/net-misc/corkscrew/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/corkscrew -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v 1.5 2006/12/03 00:37:39 beandog Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v 1.6 2007/01/21 20:55:04 betelgeuse Exp $ + + 21 Jan 2007; Petteri Räty <betelgeuse@gentoo.org> corkscrew-2.0.ebuild: + Fixed bug #152785. 03 Dec 2006; Steve Dibb <beandog@gentoo.org> corkscrew-2.0.ebuild: Add ~amd64, bug 145570 diff --git a/net-misc/corkscrew/corkscrew-2.0.ebuild b/net-misc/corkscrew/corkscrew-2.0.ebuild index 97a379fc5e16..3dc1d35501b6 100644 --- a/net-misc/corkscrew/corkscrew-2.0.ebuild +++ b/net-misc/corkscrew/corkscrew-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.7 2006/12/03 00:37:39 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild,v 1.8 2007/01/21 20:55:04 betelgeuse Exp $ DESCRIPTION="Corkscrew is a tool for tunneling SSH through HTTP proxies." HOMEPAGE="http://www.agroman.net/corkscrew/" @@ -11,11 +11,7 @@ IUSE="" SLOT="0" SRC_URI="http://www.agroman.net/corkscrew/${P}.tar.gz" -src_compile() { - econf - emake || die -} - src_install () { make DESTDIR=${D} install || die + dodoc AUTHORS README TODO || die } |