summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-06-27 17:02:00 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-06-27 17:02:00 +0000
commit55418c3dcf8240fc115bfd2fa85371b17e5091f9 (patch)
tree84836fcc087f7cd640b54a69bad711d3cab380d5 /net-misc/httptunnel
parentRun tests directly instead of via rake to avoid unneeded dependency on yard, ... (diff)
downloadgentoo-2-55418c3dcf8240fc115bfd2fa85371b17e5091f9.tar.gz
gentoo-2-55418c3dcf8240fc115bfd2fa85371b17e5091f9.tar.bz2
gentoo-2-55418c3dcf8240fc115bfd2fa85371b17e5091f9.zip
Remove old.
(Portage version: 2.1.11.2/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.0.5.ebuild26
-rw-r--r--net-misc/httptunnel/httptunnel-3.3.ebuild26
3 files changed, 5 insertions, 53 deletions
diff --git a/net-misc/httptunnel/ChangeLog b/net-misc/httptunnel/ChangeLog
index 92715cff5235..5bb961fd0ef2 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.20 2012/03/18 17:50:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v 1.21 2012/06/27 17:02:00 kensington Exp $
+
+ 27 Jun 2012; Michael Palimaka <kensington@gentoo.org>
+ -httptunnel-3.0.5.ebuild, -httptunnel-3.3.ebuild:
+ Remove old.
18 Mar 2012; Raúl Porcel <armin76@gentoo.org> httptunnel-3.0.5.ebuild,
httptunnel-3.3.ebuild, httptunnel-3.3-r1.ebuild:
diff --git a/net-misc/httptunnel/httptunnel-3.0.5.ebuild b/net-misc/httptunnel/httptunnel-3.0.5.ebuild
deleted file mode 100644
index 32944e7476d5..000000000000
--- a/net-misc/httptunnel/httptunnel-3.0.5.ebuild
+++ /dev/null
@@ -1,26 +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.0.5.ebuild,v 1.12 2012/03/18 17:50:04 armin76 Exp $
-
-DESCRIPTION="httptunnel can create IP tunnels through firewalls/proxies using HTTP"
-HOMEPAGE="http://www.nocrew.org/software/httptunnel.html"
-LICENSE="GPL-2"
-DEPEND=""
-KEYWORDS="ppc x86"
-IUSE=""
-SLOT="0"
-#RDEPEND=""
-SRC_URI="http://www.nocrew.org/software/httptunnel/httptunnel-3.0.5.tar.gz"
-
-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
-}
diff --git a/net-misc/httptunnel/httptunnel-3.3.ebuild b/net-misc/httptunnel/httptunnel-3.3.ebuild
deleted file mode 100644
index a13278a32d9b..000000000000
--- a/net-misc/httptunnel/httptunnel-3.3.ebuild
+++ /dev/null
@@ -1,26 +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.ebuild,v 1.9 2012/03/18 17:50:04 armin76 Exp $
-
-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_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
-}