From 21017974953f6d4f711beffdfa17946c466ba750 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 1 Oct 2004 12:33:18 +0000 Subject: old --- .../proxytunnel/files/digest-proxytunnel-1.1.3 | 1 - net-misc/proxytunnel/proxytunnel-1.1.3.ebuild | 25 ---------------------- 2 files changed, 26 deletions(-) delete mode 100644 net-misc/proxytunnel/files/digest-proxytunnel-1.1.3 delete mode 100644 net-misc/proxytunnel/proxytunnel-1.1.3.ebuild (limited to 'net-misc/proxytunnel') 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 -} -- cgit v1.2.3-65-gdbad