summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-09-26 18:55:50 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-09-26 18:55:50 +0000
commitb49687f8b46f8b4f3422835714a378b684bdefbf (patch)
tree715f59f9deb98c854995667d6c0f799553a9ba7f /net-misc/httptunnel
parentRemove old. (diff)
downloadgentoo-2-b49687f8b46f8b4f3422835714a378b684bdefbf.tar.gz
gentoo-2-b49687f8b46f8b4f3422835714a378b684bdefbf.tar.bz2
gentoo-2-b49687f8b46f8b4f3422835714a378b684bdefbf.zip
Remove old.
(Portage version: 2.1.11.22/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/httptunnel')
-rw-r--r--net-misc/httptunnel/ChangeLog6
-rw-r--r--net-misc/httptunnel/httptunnel-3.3-r1.ebuild33
2 files changed, 5 insertions, 34 deletions
diff --git a/net-misc/httptunnel/ChangeLog b/net-misc/httptunnel/ChangeLog
index 4b6edc26a3fb..ecfd2cb1e0bf 100644
--- a/net-misc/httptunnel/ChangeLog
+++ b/net-misc/httptunnel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/httptunnel
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v 1.25 2012/06/29 12:55:46 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v 1.26 2012/09/26 18:55:50 kensington Exp $
+
+ 26 Sep 2012; Michael Palimaka <kensington@gentoo.org>
+ -httptunnel-3.3-r1.ebuild:
+ Remove old.
29 Jun 2012; Brent Baude <ranger@gentoo.org> httptunnel-3.3-r2.ebuild:
Marking httptunnel-3.3-r2 ppc for bug 397169
diff --git a/net-misc/httptunnel/httptunnel-3.3-r1.ebuild b/net-misc/httptunnel/httptunnel-3.3-r1.ebuild
deleted file mode 100644
index 5629f2cc1ac2..000000000000
--- a/net-misc/httptunnel/httptunnel-3.3-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r1.ebuild,v 1.4 2012/03/18 17:50:04 armin76 Exp $
-
-inherit eutils
-
-DESCRIPTION="httptunnel can create IP tunnels through firewalls/proxies using HTTP"
-HOMEPAGE="http://www.nocrew.org/software/httptunnel.html"
-LICENSE="GPL-2"
-DEPEND=""
-KEYWORDS="~amd64 ppc x86 ~x86-fbsd"
-IUSE=""
-SLOT="0"
-#RDEPEND=""
-SRC_URI="http://www.nocrew.org/software/httptunnel/${P}.tar.gz"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/${P}-fix_write_stdin.patch
-}
-
-src_compile() {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man || die "./configure failed"
- emake || die
-}
-
-src_install () {
- make DESTDIR="${D}" install || die
-}