summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-01-09 13:54:38 +0000
committerPeter Volkov <pva@gentoo.org>2008-01-09 13:54:38 +0000
commit4dfb3ea660824f2d9011890533942f627dfa65a3 (patch)
tree85d85ff80842c932a76ccc8d9cd1e0e21225f300 /net-firewall/arptables
parentversion bump and old version cleanup (diff)
downloadgentoo-2-4dfb3ea660824f2d9011890533942f627dfa65a3.tar.gz
gentoo-2-4dfb3ea660824f2d9011890533942f627dfa65a3.tar.bz2
gentoo-2-4dfb3ea660824f2d9011890533942f627dfa65a3.zip
Removed old.
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-firewall/arptables')
-rw-r--r--net-firewall/arptables/ChangeLog8
-rw-r--r--net-firewall/arptables/arptables-0.0.3.3.ebuild28
-rw-r--r--net-firewall/arptables/arptables-0.0.3.ebuild24
-rw-r--r--net-firewall/arptables/files/digest-arptables-0.0.33
-rw-r--r--net-firewall/arptables/files/digest-arptables-0.0.3.33
5 files changed, 6 insertions, 60 deletions
diff --git a/net-firewall/arptables/ChangeLog b/net-firewall/arptables/ChangeLog
index 8546ef614769..63cffa142ed9 100644
--- a/net-firewall/arptables/ChangeLog
+++ b/net-firewall/arptables/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/arptables
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/ChangeLog,v 1.12 2007/12/16 10:56:50 drac Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/ChangeLog,v 1.13 2008/01/09 13:54:37 pva Exp $
+
+ 09 Jan 2008; <pva@gentoo.org> -arptables-0.0.3.ebuild,
+ -arptables-0.0.3.3.ebuild:
+ Removed old.
16 Dec 2007; Samuli Suominen <drac@gentoo.org>
arptables-0.0.3.3-r1.ebuild:
diff --git a/net-firewall/arptables/arptables-0.0.3.3.ebuild b/net-firewall/arptables/arptables-0.0.3.3.ebuild
deleted file mode 100644
index 513b2f7ef6d4..000000000000
--- a/net-firewall/arptables/arptables-0.0.3.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/arptables-0.0.3.3.ebuild,v 1.2 2007/10/28 11:27:03 pva Exp $
-
-inherit versionator toolchain-funcs
-
-MY_P=${PN}-v$(replace_version_separator 3 - )
-
-DESCRIPTION="set up, maintain, and inspect the tables of ARP rules in the Linux kernel"
-HOMEPAGE="http://ebtables.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ebtables/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-S="${WORKDIR}"/${MY_P}
-
-src_compile() {
- emake CC="$(tc-getCC)" COPT_FLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- into /
- dosbin arptables arptables-restore arptables-save
- doman arptables.8
-}
diff --git a/net-firewall/arptables/arptables-0.0.3.ebuild b/net-firewall/arptables/arptables-0.0.3.ebuild
deleted file mode 100644
index cca36151523d..000000000000
--- a/net-firewall/arptables/arptables-0.0.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/arptables-0.0.3.ebuild,v 1.8 2005/09/22 03:03:35 vapier Exp $
-
-EXT=-2
-DESCRIPTION="set up, maintain, and inspect the tables of ARP rules in the Linux kernel"
-HOMEPAGE="http://ebtables.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ebtables/${PN}-v${PV}${EXT}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}-v${PV}${EXT}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dodir /sbin
- einstall PREFIX=${D}/ MANDIR=${D}/usr/share/man/ || die
-}
diff --git a/net-firewall/arptables/files/digest-arptables-0.0.3 b/net-firewall/arptables/files/digest-arptables-0.0.3
deleted file mode 100644
index 2197162bfc4b..000000000000
--- a/net-firewall/arptables/files/digest-arptables-0.0.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 283d19292bd99913dc3a42842826c286 arptables-v0.0.3-2.tar.gz 43224
-RMD160 f4bd6f25ba574c62f7a9af0f7f3775c136da6434 arptables-v0.0.3-2.tar.gz 43224
-SHA256 d9424c539311a119f8e7f42f0c253141827fb00dcbe17fb20563c5c255215a48 arptables-v0.0.3-2.tar.gz 43224
diff --git a/net-firewall/arptables/files/digest-arptables-0.0.3.3 b/net-firewall/arptables/files/digest-arptables-0.0.3.3
deleted file mode 100644
index c19d255e6938..000000000000
--- a/net-firewall/arptables/files/digest-arptables-0.0.3.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 3f4a8b62920a46d746ab892be7de088f arptables-v0.0.3-3.tar.gz 43903
-RMD160 227712bd8b6aa7baa6059b4bd7aa11692f101dec arptables-v0.0.3-3.tar.gz 43903
-SHA256 5fe63803a843f8c3d0c7047d8a7d78cb66fed278832090c0f2a42b97de33940f arptables-v0.0.3-3.tar.gz 43903