summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-08-06 03:21:31 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-08-06 03:21:31 +0000
commit5b83444f63140c96320c6d4d20b6d3bf7c5ea3d4 (patch)
treeca2cdb258dc868f250f970c883ac600e078791d2 /net-firewall
parentVersion bump #101467 by Erdroh Moshan. (diff)
downloadgentoo-2-5b83444f63140c96320c6d4d20b6d3bf7c5ea3d4.tar.gz
gentoo-2-5b83444f63140c96320c6d4d20b6d3bf7c5ea3d4.tar.bz2
gentoo-2-5b83444f63140c96320c6d4d20b6d3bf7c5ea3d4.zip
Stable amd64, sparc, x86 as the older version doesn't build with current kernels. Removing older version.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/ipp2p/ChangeLog8
-rw-r--r--net-firewall/ipp2p/files/digest-ipp2p-0.7.1-r11
-rw-r--r--net-firewall/ipp2p/files/ipp2p-0.7-Makefile.patch35
-rw-r--r--net-firewall/ipp2p/ipp2p-0.7.1-r1.ebuild55
-rw-r--r--net-firewall/ipp2p/ipp2p-0.7.4-r2.ebuild4
5 files changed, 9 insertions, 94 deletions
diff --git a/net-firewall/ipp2p/ChangeLog b/net-firewall/ipp2p/ChangeLog
index 770d0fec31a2..c82e9ffef3f8 100644
--- a/net-firewall/ipp2p/ChangeLog
+++ b/net-firewall/ipp2p/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-firewall/ipp2p
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipp2p/ChangeLog,v 1.10 2005/08/06 03:17:54 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipp2p/ChangeLog,v 1.11 2005/08/06 03:21:31 eradicator Exp $
+
+ 06 Aug 2005; Jeremy Huddleston <eradicator@gentoo.org>
+ -files/ipp2p-0.7-Makefile.patch, -ipp2p-0.7.1-r1.ebuild,
+ ipp2p-0.7.4-r2.ebuild:
+ Stable amd64, sparc, x86 as the older version doesn't build with current
+ kernels. Removing older version.
*ipp2p-0.8.0_rc3 (25 Jul 2005)
*ipp2p-0.7.4-r2 (25 Jul 2005)
diff --git a/net-firewall/ipp2p/files/digest-ipp2p-0.7.1-r1 b/net-firewall/ipp2p/files/digest-ipp2p-0.7.1-r1
deleted file mode 100644
index 8f7899ab5d3a..000000000000
--- a/net-firewall/ipp2p/files/digest-ipp2p-0.7.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0b9b1dc9910a81743bea4b252d7f7ead ipp2p-0.7.1.tar.gz 16491
diff --git a/net-firewall/ipp2p/files/ipp2p-0.7-Makefile.patch b/net-firewall/ipp2p/files/ipp2p-0.7-Makefile.patch
deleted file mode 100644
index 0f52119f4ec0..000000000000
--- a/net-firewall/ipp2p/files/ipp2p-0.7-Makefile.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff -Naur ipp2p-0.7.orig/Makefile ipp2p-0.7/Makefile
---- ipp2p-0.7.orig/Makefile 2004-12-23 03:52:39.000000000 -0800
-+++ ipp2p-0.7/Makefile 2004-12-26 11:50:11.064315453 -0800
-@@ -15,16 +15,11 @@
- SED = sed
- IPTABLES = /sbin/iptables
- IPTABLES_VERSION = \
-- $(shell iptables --version | sed -e 's/^iptables v//')
-+ $(shell $(IPTABLES) --version | sed -e 's/^iptables v//')
- IPTABLES_OPTION = -DIPTABLES_VERSION=\"$(IPTABLES_VERSION)\"
-
-
- KERNEL_SRC = /lib/modules/$(shell uname -r)/build
--IUSER = -I/usr/src/iptables-1.2.9/include
--CC = gcc
--CFLAGS = -O3 -Wall
--
--
-
- all: modules libipt_ipp2p.so
-
-@@ -34,11 +29,11 @@
- $(CC) $(CFLAGS) -I$(KERNEL_SRC)/include -c ipt_ipp2p.c -D__KERNEL__ -DMODULE $(MODVERSIONS)
-
- ipt_ipp2p.ko:
-- $(MAKE) -C $(KERNEL_SRC) SUBDIRS=$(PWD) modules
-+ $(MAKE) -C $(KERNEL_SRC) M=$(PWD) modules
-
-
- libipt_ipp2p.so: libipt_ipp2p.c ipt_ipp2p.h
-- $(CC) $(CFLAGS) $(IPTABLES_OPTION) $(IUSER) -fPIC -c libipt_ipp2p.c
-+ $(CC) $(CFLAGS) $(IPTABLES_OPTION) -fPIC -c libipt_ipp2p.c
- ld -shared -o libipt_ipp2p.so libipt_ipp2p.o
-
- clean:
diff --git a/net-firewall/ipp2p/ipp2p-0.7.1-r1.ebuild b/net-firewall/ipp2p/ipp2p-0.7.1-r1.ebuild
deleted file mode 100644
index 2b95e9a2c5b8..000000000000
--- a/net-firewall/ipp2p/ipp2p-0.7.1-r1.ebuild
+++ /dev/null
@@ -1,55 +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/ipp2p/ipp2p-0.7.1-r1.ebuild,v 1.1 2005/03/02 23:36:44 eradicator Exp $
-
-IUSE=""
-
-inherit linux-mod eutils
-
-DESCRIPTION="Netfilter module for dealing with P2P Applications."
-HOMEPAGE="http://www.ipp2p.org/index_en.html"
-SRC_URI="http://www.ipp2p.org/downloads/${P}.tar.gz"
-
-SLOT="${KV}"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~sparc x86"
-
-RDEPEND="virtual/modutils"
-
-DEPEND="${RDEPEND}
- >=net-firewall/iptables-1.2.11
- virtual/linux-sources"
-
-pkg_setup() {
- CONFIG_CHECK="NETFILTER"
- NETFILTER_ERROR="Your kernel is not configured to support Netfilter."
- MODULE_NAMES="ipt_ipp2p(${PN}:${S}:${S})"
-
- linux-mod_pkg_setup
-}
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- epatch ${FILESDIR}/${PN}-0.7-Makefile.patch
-}
-
-src_compile() {
- xarch="${ARCH}"
- unset ARCH
- emake KERNEL_SRC=${KV_DIR} || die "Parallel Make Failed"
- ARCH="${xarch}"
-}
-
-src_install() {
- exeinto /$(get_libdir)/iptables
- doexe libipt_ipp2p.so
-
- dodoc README
- linux-mod_src_install
-}
-
-pkg_postinst() {
- linux-mod_pkg_postinst
-}
diff --git a/net-firewall/ipp2p/ipp2p-0.7.4-r2.ebuild b/net-firewall/ipp2p/ipp2p-0.7.4-r2.ebuild
index 84740dbfbada..1348dfad347a 100644
--- a/net-firewall/ipp2p/ipp2p-0.7.4-r2.ebuild
+++ b/net-firewall/ipp2p/ipp2p-0.7.4-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipp2p/ipp2p-0.7.4-r2.ebuild,v 1.1 2005/08/06 03:17:54 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipp2p/ipp2p-0.7.4-r2.ebuild,v 1.2 2005/08/06 03:21:31 eradicator Exp $
IUSE=""
@@ -12,7 +12,7 @@ SRC_URI="http://www.ipp2p.org/downloads/${P}.tar.gz"
SLOT="${KV}"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc sparc x86"
RDEPEND="virtual/modutils
>=net-firewall/iptables-1.2.11"