summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-06-01 09:01:35 +0000
committerPeter Volkov <pva@gentoo.org>2010-06-01 09:01:35 +0000
commit70ae8d8e6ad84610f90bf3b9f8097d9c9571728d (patch)
tree721a2dbecaefc98265d416fa6d6fe9f93193e68c /net-firewall
parentx86 stable wrt bug #321431 (diff)
downloadgentoo-2-70ae8d8e6ad84610f90bf3b9f8097d9c9571728d.tar.gz
gentoo-2-70ae8d8e6ad84610f90bf3b9f8097d9c9571728d.tar.bz2
gentoo-2-70ae8d8e6ad84610f90bf3b9f8097d9c9571728d.zip
Version bump, drop old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/xtables-addons/ChangeLog8
-rw-r--r--net-firewall/xtables-addons/xtables-addons-1.27.ebuild (renamed from net-firewall/xtables-addons/xtables-addons-1.25.ebuild)16
2 files changed, 15 insertions, 9 deletions
diff --git a/net-firewall/xtables-addons/ChangeLog b/net-firewall/xtables-addons/ChangeLog
index 1aba95585a77..310232d92216 100644
--- a/net-firewall/xtables-addons/ChangeLog
+++ b/net-firewall/xtables-addons/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-firewall/xtables-addons
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/ChangeLog,v 1.2 2010/05/08 06:52:48 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/ChangeLog,v 1.3 2010/06/01 09:01:35 pva Exp $
+
+*xtables-addons-1.27 (01 Jun 2010)
+
+ 01 Jun 2010; Peter Volkov <pva@gentoo.org> -xtables-addons-1.25.ebuild,
+ +xtables-addons-1.27.ebuild:
+ Version bump, drop old.
*xtables-addons-1.26 (08 May 2010)
diff --git a/net-firewall/xtables-addons/xtables-addons-1.25.ebuild b/net-firewall/xtables-addons/xtables-addons-1.27.ebuild
index d10c49bfd1a2..c135f078450a 100644
--- a/net-firewall/xtables-addons/xtables-addons-1.25.ebuild
+++ b/net-firewall/xtables-addons/xtables-addons-1.27.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.25.ebuild,v 1.2 2010/04/29 15:37:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.27.ebuild,v 1.1 2010/06/01 09:01:35 pva Exp $
-EAPI="2"
+EAPI="3"
-inherit eutils linux-mod
+inherit eutils linux-mod multilib
DESCRIPTION="extensions not yet accepted in the main kernel/iptables (patch-o-matic(-ng) successor)"
HOMEPAGE="http://xtables-addons.sourceforge.net/"
-SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.bz2"
+SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
@@ -119,8 +119,8 @@ src_prepare() {
src_configure() {
unset ARCH # .. or it'll look for /arch/amd64/Makefile in linux sources
export KBUILD_EXTMOD=${S} # Avoid build in /usr/src/linux #250407
- econf --prefix=/ \
- --libexecdir=/lib/ \
+ econf --prefix="${EPREFIX}/" \
+ --libexecdir="${EPREFIX}/$(get_libdir)/" \
--with-kbuild="${KV_DIR}"
}
@@ -130,8 +130,8 @@ src_compile() {
}
src_install() {
- emake DESTDIR="${D}" install || die
+ emake DESTDIR="${ED}" install || die
use modules && linux-mod_src_install
dodoc README doc/* || die
- find "${D}" -type f -name '*.la' -exec rm -rf '{}' '+'
+ find "${ED}" -type f -name '*.la' -exec rm -rf '{}' '+'
}