summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-03-06 12:39:57 +0000
committerTim Harder <radhermit@gentoo.org>2012-03-06 12:39:57 +0000
commite369347405ff90b88c2745ec700dc13569f67856 (patch)
tree181dae6eb03ea403ad31ed0dbc1250a947786d1d /net-proxy/pingtunnel
parentVersion bump. Update to new license. (diff)
downloadgentoo-2-e369347405ff90b88c2745ec700dc13569f67856.tar.gz
gentoo-2-e369347405ff90b88c2745ec700dc13569f67856.tar.bz2
gentoo-2-e369347405ff90b88c2745ec700dc13569f67856.zip
Remove old.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'net-proxy/pingtunnel')
-rw-r--r--net-proxy/pingtunnel/ChangeLog8
-rw-r--r--net-proxy/pingtunnel/pingtunnel-0.61.ebuild33
-rw-r--r--net-proxy/pingtunnel/pingtunnel-0.71.ebuild35
3 files changed, 6 insertions, 70 deletions
diff --git a/net-proxy/pingtunnel/ChangeLog b/net-proxy/pingtunnel/ChangeLog
index 35211ed7775e..8f5b21c6f485 100644
--- a/net-proxy/pingtunnel/ChangeLog
+++ b/net-proxy/pingtunnel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-proxy/pingtunnel
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/pingtunnel/ChangeLog,v 1.5 2011/09/05 20:08:46 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/pingtunnel/ChangeLog,v 1.6 2012/03/06 12:39:56 radhermit Exp $
+
+ 06 Mar 2012; Tim Harder <radhermit@gentoo.org> -pingtunnel-0.61.ebuild,
+ -pingtunnel-0.71.ebuild:
+ Remove old.
*pingtunnel-0.72 (05 Sep 2011)
diff --git a/net-proxy/pingtunnel/pingtunnel-0.61.ebuild b/net-proxy/pingtunnel/pingtunnel-0.61.ebuild
deleted file mode 100644
index 4f8300445e5b..000000000000
--- a/net-proxy/pingtunnel/pingtunnel-0.61.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/pingtunnel/pingtunnel-0.61.ebuild,v 1.5 2006/07/21 05:28:12 vapier Exp $
-
-DESCRIPTION="Tunnel TCP over ICMP"
-HOMEPAGE="http://www.cs.uit.no/~daniels/PingTunnel"
-SRC_URI="http://www.cs.uit.no/~daniels/PingTunnel/PingTunnel-${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~sh ~x86"
-IUSE="doc"
-
-DEPEND="net-libs/libpcap"
-
-S=${WORKDIR}/PingTunnel
-
-src_unpack() {
- unpack ${A}
- sed -r -i \
- -e '/^CC[[:space:]]/d' \
- -e '/^CFLAGS/s:=.*:+= -Wall:' \
- -e '/^LDOPTS/s:$: $(LDFLAGS):' \
- "${S}"/Makefile
-}
-
-src_install() {
- make prefix="${D}/usr" install || die "make install has failed"
- dodoc CHANGELOG README
- if use doc ; then
- dohtml web/*
- fi
-}
diff --git a/net-proxy/pingtunnel/pingtunnel-0.71.ebuild b/net-proxy/pingtunnel/pingtunnel-0.71.ebuild
deleted file mode 100644
index 705fa57791bf..000000000000
--- a/net-proxy/pingtunnel/pingtunnel-0.71.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/pingtunnel/pingtunnel-0.71.ebuild,v 1.1 2009/09/16 21:16:36 mrness Exp $
-
-EAPI="2"
-
-DESCRIPTION="Tunnel TCP over ICMP"
-HOMEPAGE="http://www.cs.uit.no/~daniels/PingTunnel"
-SRC_URI="http://www.cs.uit.no/~daniels/PingTunnel/PingTunnel-${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~sh ~x86"
-IUSE="doc"
-
-DEPEND="net-libs/libpcap"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/PingTunnel
-
-src_prepare() {
- sed -r -i \
- -e '/^CC[[:space:]]/d' \
- -e '/^CFLAGS/s:=.*:+= -Wall -fno-strict-aliasing:' \
- -e '/^LDOPTS/s:$: $(LDFLAGS):' \
- Makefile
-}
-
-src_install() {
- emake prefix="${D}/usr" install || die "emake install has failed"
- dodoc CHANGELOG README
- if use doc ; then
- dohtml web/*
- fi
-}