summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-06-24 17:27:22 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-06-24 17:27:22 +0000
commit5c357952f4c5dd55840f504a0d071eddfad9e5bf (patch)
tree83ebc339f36af43f929241b9ea806e448f3d2b3f /net-firewall
parentSyntax and modules_load updates. (diff)
downloadgentoo-2-5c357952f4c5dd55840f504a0d071eddfad9e5bf.tar.gz
gentoo-2-5c357952f4c5dd55840f504a0d071eddfad9e5bf.tar.bz2
gentoo-2-5c357952f4c5dd55840f504a0d071eddfad9e5bf.zip
Version bump. Closes bug #95965.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/ipp2p/ChangeLog8
-rw-r--r--net-firewall/ipp2p/Manifest14
-rw-r--r--net-firewall/ipp2p/files/digest-ipp2p-0.7.41
-rw-r--r--net-firewall/ipp2p/files/ipp2p-0.6-Makefile.patch34
-rw-r--r--net-firewall/ipp2p/ipp2p-0.7.4.ebuild57
5 files changed, 68 insertions, 46 deletions
diff --git a/net-firewall/ipp2p/ChangeLog b/net-firewall/ipp2p/ChangeLog
index cfe520d6d47a..8f48e8f8142f 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.6 2005/03/02 23:36:44 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipp2p/ChangeLog,v 1.7 2005/06/24 17:27:22 eradicator Exp $
+
+*ipp2p-0.7.4 (24 Jun 2005)
+
+ 24 Jun 2005; Jeremy Huddleston <eradicator@gentoo.org>
+ -files/ipp2p-0.6-Makefile.patch, +ipp2p-0.7.4.ebuild:
+ Version bump. Closes bug #95965.
*ipp2p-0.7.1-r1 (02 Mar 2005)
diff --git a/net-firewall/ipp2p/Manifest b/net-firewall/ipp2p/Manifest
index dbdd81c156aa..fe280be08b7d 100644
--- a/net-firewall/ipp2p/Manifest
+++ b/net-firewall/ipp2p/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 affc51d7cde558793de84889c2750c55 ChangeLog 1343
+MD5 28ab5144de798b1daa702609256f1620 ipp2p-0.7.4.ebuild 1331
MD5 3923b6ae9bc25fc124e24e7747c8a802 metadata.xml 226
MD5 3189d79995aa9e51c7b68f9279b851e8 ipp2p-0.7.1-r1.ebuild 1134
MD5 09c45d9dd51a824d5f46627efc141020 files/digest-ipp2p-0.7.1-r1 62
-MD5 210b099d966d09350c8cfc0d81ec56ce files/ipp2p-0.6-Makefile.patch 996
+MD5 365ee13da4034ff82a0b8abd6055f9cc files/digest-ipp2p-0.7.4 62
+MD5 8b6606de50a05e7a6c9b19b1206c0764 files/ipp2p-0.7.4-Makefile.patch 825
MD5 ab7e8116b2ec2c738835b5facdfbf3d3 files/ipp2p-0.7-Makefile.patch 1069
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFCJk4XArHZZzCEUG0RAmkOAJ9G7hJpk8dnG9H+gRdm4EfcBFlKugCeN+Cd
-XKVMIU5KQzweiqaUKMwVAXk=
-=w/mM
------END PGP SIGNATURE-----
diff --git a/net-firewall/ipp2p/files/digest-ipp2p-0.7.4 b/net-firewall/ipp2p/files/digest-ipp2p-0.7.4
new file mode 100644
index 000000000000..6ac7a7fa45eb
--- /dev/null
+++ b/net-firewall/ipp2p/files/digest-ipp2p-0.7.4
@@ -0,0 +1 @@
+MD5 a9ab4262de0f503cb8905d180a8bb75b ipp2p-0.7.4.tar.gz 16684
diff --git a/net-firewall/ipp2p/files/ipp2p-0.6-Makefile.patch b/net-firewall/ipp2p/files/ipp2p-0.6-Makefile.patch
deleted file mode 100644
index 3acd9b687591..000000000000
--- a/net-firewall/ipp2p/files/ipp2p-0.6-Makefile.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- Makefile.orig 2004-10-26 01:21:56.916739945 -0700
-+++ Makefile 2004-10-26 01:22:16.672041397 -0700
-@@ -20,16 +20,12 @@
- 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 = -DNETFILTER_VERSION=\"$(IPTABLES_VERSION)\"
-
-
- KERNEL_SRC = /lib/modules/$(shell uname -r)/build
--IUSER = -I/usr/src/iptables-1.2.9/include
- CC = gcc
--CFLAGS = -O2 -Wall
--
--
-
- all: modules libipt_ipp2p.so
-
-@@ -39,11 +35,10 @@
- $(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.4.ebuild b/net-firewall/ipp2p/ipp2p-0.7.4.ebuild
new file mode 100644
index 000000000000..0cc6741d0f0f
--- /dev/null
+++ b/net-firewall/ipp2p/ipp2p-0.7.4.ebuild
@@ -0,0 +1,57 @@
+# 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.ebuild,v 1.1 2005/06/24 17:27:22 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"
+
+IPTABLES_VERSION="1.2.11"
+
+DEPEND="${RDEPEND}
+ >=net-firewall/iptables-${IPTABLES_VERSION}
+ 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}
+ convert_to_m ${S}/Makefile
+}
+
+src_compile() {
+ xarch="${ARCH}"
+ unset ARCH
+ emake KERNEL_SRC="${KV_DIR}" CFLAGS="${CFLAGS}" IPTABLES_SRC="${ROOT}/usr" IPTABLES_VERSION="${IPTABLES_VERSION}" IPTABLES_BIN="${ROOT}/sbin/iptables" || 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
+}