diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:57:01 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:57:01 +0000 |
commit | 999067912c9b7facfce2b02daa3ed3d280914073 (patch) | |
tree | cdc9fe79dd089742ad9c37fa85a189e799ba9c2c /net-misc/proxytunnel | |
parent | stray digests (diff) | |
download | historical-999067912c9b7facfce2b02daa3ed3d280914073.tar.gz historical-999067912c9b7facfce2b02daa3ed3d280914073.tar.bz2 historical-999067912c9b7facfce2b02daa3ed3d280914073.zip |
virtual/glibc -> virtual/libc, add IUSE
Diffstat (limited to 'net-misc/proxytunnel')
-rw-r--r-- | net-misc/proxytunnel/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/proxytunnel/proxytunnel-1.1.3.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/proxytunnel/ChangeLog b/net-misc/proxytunnel/ChangeLog index f0a8e955beee..35043f66731c 100644 --- a/net-misc/proxytunnel/ChangeLog +++ b/net-misc/proxytunnel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/proxytunnel # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/ChangeLog,v 1.2 2004/06/25 00:05:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/ChangeLog,v 1.3 2004/07/01 21:45:18 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> proxytunnel-1.1.3.ebuild: + change virtual/glibc to virtual/libc, add IUSE *proxytunnel-1.1.3 (04 Feb 2004) diff --git a/net-misc/proxytunnel/proxytunnel-1.1.3.ebuild b/net-misc/proxytunnel/proxytunnel-1.1.3.ebuild index 2233802c30fe..6a05a4e26d0f 100644 --- a/net-misc/proxytunnel/proxytunnel-1.1.3.ebuild +++ b/net-misc/proxytunnel/proxytunnel-1.1.3.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/proxytunnel-1.1.3.ebuild,v 1.2 2004/06/25 00:05:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/proxytunnel-1.1.3.ebuild,v 1.3 2004/07/01 21:45:18 squinky86 Exp $ +IUSE="" DESCRIPTION="program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy" HOMEPAGE="http://proxytunnel.sourceforge.net/" SRC_URI="mirror://sourceforge/proxytunnel/${P}.tgz" @@ -10,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR} |