diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-01 12:33:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-01 12:33:18 +0000 |
commit | 21017974953f6d4f711beffdfa17946c466ba750 (patch) | |
tree | 2a7690dace112bfd7894e09ddba319b88c553fea /net-misc/proxytunnel | |
parent | security bump #66003 (diff) | |
download | gentoo-2-21017974953f6d4f711beffdfa17946c466ba750.tar.gz gentoo-2-21017974953f6d4f711beffdfa17946c466ba750.tar.bz2 gentoo-2-21017974953f6d4f711beffdfa17946c466ba750.zip |
old
Diffstat (limited to 'net-misc/proxytunnel')
-rw-r--r-- | net-misc/proxytunnel/files/digest-proxytunnel-1.1.3 | 1 | ||||
-rw-r--r-- | net-misc/proxytunnel/proxytunnel-1.1.3.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/net-misc/proxytunnel/files/digest-proxytunnel-1.1.3 b/net-misc/proxytunnel/files/digest-proxytunnel-1.1.3 deleted file mode 100644 index abffb3745aa6..000000000000 --- a/net-misc/proxytunnel/files/digest-proxytunnel-1.1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 1516ba0ff529bcc281d5524144ece69e proxytunnel-1.1.3.tgz 22722 diff --git a/net-misc/proxytunnel/proxytunnel-1.1.3.ebuild b/net-misc/proxytunnel/proxytunnel-1.1.3.ebuild deleted file mode 100644 index 6a05a4e26d0f..000000000000 --- a/net-misc/proxytunnel/proxytunnel-1.1.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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.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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" - -DEPEND="virtual/libc" - -S=${WORKDIR} - -src_compile() { - emake || die -} - -src_install() { - make install DESTDIR=${D} || die - dodoc CHANGES CREDITS README -} |