diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-04-22 20:56:51 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-04-22 20:56:51 +0000 |
commit | 42b229727af9c34177b7f167068954abbb4e6f3e (patch) | |
tree | fdabd9020f92cabffd9e69cdbb92524c7e83f7be /net-proxy/tinyproxy | |
parent | Initial import. Ebuild written by me. (diff) | |
download | gentoo-2-42b229727af9c34177b7f167068954abbb4e6f3e.tar.gz gentoo-2-42b229727af9c34177b7f167068954abbb4e6f3e.tar.bz2 gentoo-2-42b229727af9c34177b7f167068954abbb4e6f3e.zip |
net-misc/dante -> net-proxy/dante
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-proxy/tinyproxy')
-rw-r--r-- | net-proxy/tinyproxy/tinyproxy-1.6.2.ebuild | 4 | ||||
-rw-r--r-- | net-proxy/tinyproxy/tinyproxy-1.6.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-proxy/tinyproxy/tinyproxy-1.6.2.ebuild b/net-proxy/tinyproxy/tinyproxy-1.6.2.ebuild index 8f6087dd9295..b71bd0615060 100644 --- a/net-proxy/tinyproxy/tinyproxy-1.6.2.ebuild +++ b/net-proxy/tinyproxy/tinyproxy-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/tinyproxy-1.6.2.ebuild,v 1.1 2005/04/22 19:15:11 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/tinyproxy-1.6.2.ebuild,v 1.2 2005/04/22 20:54:42 mrness Exp $ DESCRIPTION="A lightweight HTTP/SSL proxy" HOMEPAGE="http://tinyproxy.sourceforge.net/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ~sparc ppc" IUSE="socks5 transparent-proxy debug" -DEPEND="socks5? ( net-misc/dante )" +DEPEND="socks5? ( net-proxy/dante )" src_compile() { econf \ diff --git a/net-proxy/tinyproxy/tinyproxy-1.6.3.ebuild b/net-proxy/tinyproxy/tinyproxy-1.6.3.ebuild index bbb3848a96ac..ac0c52a2bdf1 100644 --- a/net-proxy/tinyproxy/tinyproxy-1.6.3.ebuild +++ b/net-proxy/tinyproxy/tinyproxy-1.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/tinyproxy-1.6.3.ebuild,v 1.1 2005/04/22 19:15:11 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/tinyproxy-1.6.3.ebuild,v 1.2 2005/04/22 20:54:42 mrness Exp $ DESCRIPTION="A lightweight HTTP/SSL proxy" HOMEPAGE="http://tinyproxy.sourceforge.net/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ~sparc ppc" IUSE="socks5 transparent-proxy debug" -DEPEND="socks5? ( net-misc/dante )" +DEPEND="socks5? ( net-proxy/dante )" src_compile() { econf \ |