diff options
Diffstat (limited to 'net-firewall/ipp2p/ipp2p-0.6.ebuild')
-rw-r--r-- | net-firewall/ipp2p/ipp2p-0.6.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/net-firewall/ipp2p/ipp2p-0.6.ebuild b/net-firewall/ipp2p/ipp2p-0.6.ebuild deleted file mode 100644 index 84aee1db7682..000000000000 --- a/net-firewall/ipp2p/ipp2p-0.6.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipp2p/ipp2p-0.6.ebuild,v 1.2 2004/12/06 20:31:38 eradicator Exp $ - -IUSE="" - -inherit kernel-mod eutils - -MY_PV=${PV/./} -MY_P="${PN}.${MY_PV}" -S="${WORKDIR}/${PN}" - -DESCRIPTION="Netfilter module for dealing with P2P Applications." -HOMEPAGE="http://www.ipp2p.org/index_en.html" -SRC_URI="http://www.ipp2p.org/downloads/${MY_P}.tar.gz" - -SLOT="${KV}" -LICENSE="GPL-2" -KEYWORDS="amd64 x86" - -RDEPEND="virtual/modutils" - -DEPEND="${RDEPEND} - >=net-firewall/iptables-1.2.11 - virtual/linux-sources" - -src_unpack() { - unpack ${A} - - cd ${S} - epatch ${FILESDIR}/${P}-Makefile.patch -} - -src_compile() { - unset ARCH - emake KERNEL_SRC=${KERNEL_DIR} || die "Parallel Make Failed" -} - - -src_install() { - exeinto /$(get_libdir)/iptables - doexe libipt_ipp2p.so - - kernel-mod_getversion - insinto /lib/modules/${KV_MK_VERSION_FULL}/kernel/net/ipv4/netfilter - doins ipt_ipp2p.ko - - dodoc README -} |