summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2006-04-01 03:28:03 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2006-04-01 03:28:03 +0000
commite11042b3d26a33e07197acf378219e33cf2c74fd (patch)
tree659cedfd5bc9ebaa995c92eeb67051d4ac9c8766 /net-firewall/ipp2p
parentStable amd64, ppc64, sparc. (diff)
downloadgentoo-2-e11042b3d26a33e07197acf378219e33cf2c74fd.tar.gz
gentoo-2-e11042b3d26a33e07197acf378219e33cf2c74fd.tar.bz2
gentoo-2-e11042b3d26a33e07197acf378219e33cf2c74fd.zip
Removing old versions. Stabilizing on amd64, sparc, x86.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'net-firewall/ipp2p')
-rw-r--r--net-firewall/ipp2p/ChangeLog6
-rw-r--r--net-firewall/ipp2p/files/digest-ipp2p-0.7.4-r21
-rw-r--r--net-firewall/ipp2p/files/digest-ipp2p-0.8.0_rc31
-rw-r--r--net-firewall/ipp2p/ipp2p-0.7.4-r2.ebuild60
-rw-r--r--net-firewall/ipp2p/ipp2p-0.8.0.ebuild4
-rw-r--r--net-firewall/ipp2p/ipp2p-0.8.0_rc3.ebuild60
6 files changed, 7 insertions, 125 deletions
diff --git a/net-firewall/ipp2p/ChangeLog b/net-firewall/ipp2p/ChangeLog
index 122eaf600327..f6e3f8bbcbf2 100644
--- a/net-firewall/ipp2p/ChangeLog
+++ b/net-firewall/ipp2p/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/ipp2p
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipp2p/ChangeLog,v 1.14 2006/02/26 08:03:16 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipp2p/ChangeLog,v 1.15 2006/04/01 03:28:03 eradicator Exp $
+
+ 01 Apr 2006; Jeremy Huddleston <eradicator@gentoo.org>
+ -ipp2p-0.7.4-r2.ebuild, -ipp2p-0.8.0_rc3.ebuild, ipp2p-0.8.0.ebuild:
+ Removing old versions. Stabilizing on amd64, sparc, x86.
26 Feb 2006; Jeremy Huddleston <eradicator@gentoo.org>
ipp2p-0.7.4-r2.ebuild, ipp2p-0.8.0_rc3.ebuild, ipp2p-0.8.0.ebuild:
diff --git a/net-firewall/ipp2p/files/digest-ipp2p-0.7.4-r2 b/net-firewall/ipp2p/files/digest-ipp2p-0.7.4-r2
deleted file mode 100644
index 6ac7a7fa45eb..000000000000
--- a/net-firewall/ipp2p/files/digest-ipp2p-0.7.4-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a9ab4262de0f503cb8905d180a8bb75b ipp2p-0.7.4.tar.gz 16684
diff --git a/net-firewall/ipp2p/files/digest-ipp2p-0.8.0_rc3 b/net-firewall/ipp2p/files/digest-ipp2p-0.8.0_rc3
deleted file mode 100644
index b71fb1217623..000000000000
--- a/net-firewall/ipp2p/files/digest-ipp2p-0.8.0_rc3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 82bb0eb1d5a9defde6b2530c54bc2296 ipp2p-0.8.0_rc3.tar.gz 18970
diff --git a/net-firewall/ipp2p/ipp2p-0.7.4-r2.ebuild b/net-firewall/ipp2p/ipp2p-0.7.4-r2.ebuild
deleted file mode 100644
index 99c003bc46fb..000000000000
--- a/net-firewall/ipp2p/ipp2p-0.7.4-r2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2006 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.5 2006/02/26 08:03:16 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="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc sparc x86"
-
-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}
- convert_to_m ${S}/Makefile
-
- sed -i -e 's/^IPTABLES_VERSION/#IPTABLES_VERSION/' ${S}/Makefile
-}
-
-src_compile() {
- local IPTABLES_VERSION="$(${ROOT}/sbin/iptables --version | cut -f2 -dv)"
- emake CFLAGS="${CFLAGS}" IPTABLES_SRC="${ROOT}/usr" IPTABLES_VERSION="${IPTABLES_VERSION}" libipt_ipp2p.so || die "Failed to build iptables module"
-
- local xarch="${ARCH}"
- unset ARCH
- emake KERNEL_SRC="${KV_DIR}" IPTABLES_SRC="${ROOT}/usr" IPTABLES_VERSION="${IPTABLES_VERSION}" || die "Failed to build kernel modle."
- 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.8.0.ebuild b/net-firewall/ipp2p/ipp2p-0.8.0.ebuild
index cc2cf6369f65..c9e57566198e 100644
--- a/net-firewall/ipp2p/ipp2p-0.8.0.ebuild
+++ b/net-firewall/ipp2p/ipp2p-0.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipp2p/ipp2p-0.8.0.ebuild,v 1.2 2006/02/26 08:03:16 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipp2p/ipp2p-0.8.0.ebuild,v 1.3 2006/04/01 03:28:03 eradicator Exp $
IUSE=""
@@ -12,7 +12,7 @@ SRC_URI="http://www.ipp2p.org/downloads/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 sparc x86"
RDEPEND="virtual/modutils
>=net-firewall/iptables-1.2.11"
diff --git a/net-firewall/ipp2p/ipp2p-0.8.0_rc3.ebuild b/net-firewall/ipp2p/ipp2p-0.8.0_rc3.ebuild
deleted file mode 100644
index e17ee6b35b9d..000000000000
--- a/net-firewall/ipp2p/ipp2p-0.8.0_rc3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipp2p/ipp2p-0.8.0_rc3.ebuild,v 1.4 2006/02/26 08:03:16 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="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-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}
- convert_to_m ${S}/Makefile
-
- sed -i -e 's/^IPTABLES_VERSION/#IPTABLES_VERSION/' ${S}/Makefile
-}
-
-src_compile() {
- local IPTABLES_VERSION="$(${ROOT}/sbin/iptables --version | cut -f2 -dv)"
- emake CFLAGS="${CFLAGS}" IPTABLES_SRC="${ROOT}/usr" IPTABLES_VERSION="${IPTABLES_VERSION}" libipt_ipp2p.so || die "Failed to build iptables module"
-
- local xarch="${ARCH}"
- unset ARCH
- emake KERNEL_SRC="${KV_DIR}" IPTABLES_SRC="${ROOT}/usr" IPTABLES_VERSION="${IPTABLES_VERSION}" || die "Failed to build kernel modle."
- ARCH="${xarch}"
-}
-
-src_install() {
- exeinto /$(get_libdir)/iptables
- doexe libipt_ipp2p.so
-
- dodoc README
- linux-mod_src_install
-}
-
-pkg_postinst() {
- linux-mod_pkg_postinst
-}