summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2007-06-19 20:12:13 +0000
committerAlin Năstac <mrness@gentoo.org>2007-06-19 20:12:13 +0000
commit715505ba10d79a0b4565f459d27599e6504905ca (patch)
tree1c3fa62c6b6cae089b898c67cee2dfda82afa465 /net-firewall
parentoops. Committed straight to stable (diff)
downloadgentoo-2-715505ba10d79a0b4565f459d27599e6504905ca.tar.gz
gentoo-2-715505ba10d79a0b4565f459d27599e6504905ca.tar.bz2
gentoo-2-715505ba10d79a0b4565f459d27599e6504905ca.zip
Remove old revision.
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/ipp2p/ChangeLog6
-rw-r--r--net-firewall/ipp2p/files/digest-ipp2p-0.8.2-r23
-rw-r--r--net-firewall/ipp2p/files/ipp2p-0.8.2-matchsize.patch28
-rw-r--r--net-firewall/ipp2p/ipp2p-0.8.2-r2.ebuild67
4 files changed, 5 insertions, 99 deletions
diff --git a/net-firewall/ipp2p/ChangeLog b/net-firewall/ipp2p/ChangeLog
index d6a723448a52..1dacb356397f 100644
--- a/net-firewall/ipp2p/ChangeLog
+++ b/net-firewall/ipp2p/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/ipp2p
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipp2p/ChangeLog,v 1.28 2007/05/22 17:30:56 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipp2p/ChangeLog,v 1.29 2007/06/19 20:12:13 mrness Exp $
+
+ 19 Jun 2007; Alin Năstac <mrness@gentoo.org>
+ -files/ipp2p-0.8.2-matchsize.patch, -ipp2p-0.8.2-r2.ebuild:
+ Remove old revision.
*ipp2p-0.8.2-r3 (22 May 2007)
diff --git a/net-firewall/ipp2p/files/digest-ipp2p-0.8.2-r2 b/net-firewall/ipp2p/files/digest-ipp2p-0.8.2-r2
deleted file mode 100644
index 14106f32db3b..000000000000
--- a/net-firewall/ipp2p/files/digest-ipp2p-0.8.2-r2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 9dd745830f302d70d0b728013c1d6a0c ipp2p-0.8.2.tar.gz 18976
-RMD160 097cd4175af3f97f3687f343087b8fe0af20ba38 ipp2p-0.8.2.tar.gz 18976
-SHA256 b265f5a1ce62de5a6cc60b9af22134a8d19b23e14b47a897057bca91188e0ee7 ipp2p-0.8.2.tar.gz 18976
diff --git a/net-firewall/ipp2p/files/ipp2p-0.8.2-matchsize.patch b/net-firewall/ipp2p/files/ipp2p-0.8.2-matchsize.patch
deleted file mode 100644
index 8e065f1cbe29..000000000000
--- a/net-firewall/ipp2p/files/ipp2p-0.8.2-matchsize.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -Nru ipp2p-0.8.2.orig/ipt_ipp2p.c ipp2p-0.8.2/ipt_ipp2p.c
---- ipp2p-0.8.2.orig/ipt_ipp2p.c 2006-09-27 12:52:00.000000000 +0300
-+++ ipp2p-0.8.2/ipt_ipp2p.c 2007-01-14 18:26:23.000000000 +0200
-@@ -843,15 +843,6 @@
- }
-
-
--// TODO: find out what this structure is for (scheme taken
--// from kernel sources)
--// content seems to have a length of 8 bytes
--// (at least on my x86 machine)
--struct ipp2p_match_info {
-- long int dunno_what_this_is_for;
-- long int i_also_dunno_what_this_is_for;
--};
--
- static struct ipt_match ipp2p_match = {
- #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
- { NULL, NULL },
-@@ -870,7 +861,7 @@
- .name = "ipp2p",
- .match = &match,
- .family = AF_INET,
-- .matchsize = sizeof(struct ipp2p_match_info),
-+ .matchsize = XT_ALIGN(sizeof(struct ipt_p2p_info)),
- .checkentry = &checkentry,
- .me = THIS_MODULE,
- #endif
diff --git a/net-firewall/ipp2p/ipp2p-0.8.2-r2.ebuild b/net-firewall/ipp2p/ipp2p-0.8.2-r2.ebuild
deleted file mode 100644
index 6fe2f7c9fcf7..000000000000
--- a/net-firewall/ipp2p/ipp2p-0.8.2-r2.ebuild
+++ /dev/null
@@ -1,67 +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/ipp2p/ipp2p-0.8.2-r2.ebuild,v 1.6 2007/03/10 11:11:19 mrness Exp $
-
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="virtual/modutils
- >=net-firewall/iptables-1.2.11"
-
-DEPEND="${RDEPEND}
- 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}"/${P}-matchsize.patch
- convert_to_m Makefile
-
- sed -i -e "s/^IPTABLES_VERSION/#IPTABLES_VERSION/" Makefile
- if has_version '>=net-firewall/iptables-1.3.6' ; then
- sed -i -e "s/ld -shared/\$\(CC\) -shared/" Makefile
- fi
-}
-
-src_compile() {
- local IPTABLES_VERSION="$(/sbin/iptables --version | cut -f2 -dv)"
- emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" \
- IPTABLES_SRC="/usr" IPTABLES_VERSION="${IPTABLES_VERSION}" libipt_ipp2p.so \
- || die "Failed to build iptables module"
-
- local myARCH="${ARCH}"
- ARCH="$(tc-arch-kernel)"
- emake KERNEL_SRC="${KV_DIR}" \
- IPTABLES_SRC="/usr" IPTABLES_VERSION="${IPTABLES_VERSION}" \
- || die "Failed to build kernel module."
- ARCH="${myARCH}"
-}
-
-src_install() {
- exeinto /$(get_libdir)/iptables
- doexe libipt_ipp2p.so
-
- dodoc README
- linux-mod_src_install
-}
-
-pkg_postinst() {
- linux-mod_pkg_postinst
-}