summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Węgliński <cla@gentoo.org>2009-03-08 12:12:42 +0000
committerDawid Węgliński <cla@gentoo.org>2009-03-08 12:12:42 +0000
commit33987c5827f549e3e95ca6c2d0483c96fcfb4755 (patch)
tree1d7bf6803987a128cff68d15934df58fde5a8ec1 /net-analyzer
parentBump to 0.3.5-r1. (diff)
downloadgentoo-2-33987c5827f549e3e95ca6c2d0483c96fcfb4755.tar.gz
gentoo-2-33987c5827f549e3e95ca6c2d0483c96fcfb4755.tar.bz2
gentoo-2-33987c5827f549e3e95ca6c2d0483c96fcfb4755.zip
Migrate to EAPI 2
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/iptraf/ChangeLog8
-rw-r--r--net-analyzer/iptraf/iptraf-3.0.0-r4.ebuild16
-rw-r--r--net-analyzer/iptraf/iptraf-3.0.0-r5.ebuild16
3 files changed, 18 insertions, 22 deletions
diff --git a/net-analyzer/iptraf/ChangeLog b/net-analyzer/iptraf/ChangeLog
index 4adf9828042f..50ecfb0c5cc3 100644
--- a/net-analyzer/iptraf/ChangeLog
+++ b/net-analyzer/iptraf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/iptraf
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.70 2008/12/30 10:04:22 pva Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.71 2009/03/08 12:12:42 cla Exp $
+
+ 08 Mar 2009; Dawid Węgliński <cla@gentoo.org> iptraf-3.0.0-r4.ebuild,
+ iptraf-3.0.0-r5.ebuild:
+ Migrate to EAPI 2
30 Dec 2008; Peter Volkov <pva@gentoo.org>
+files/iptraf-3.0.0-ipv6-glibc24-updated.patch, iptraf-3.0.0-r5.ebuild:
diff --git a/net-analyzer/iptraf/iptraf-3.0.0-r4.ebuild b/net-analyzer/iptraf/iptraf-3.0.0-r4.ebuild
index c9882fccc6be..77bf8f7bf14a 100644
--- a/net-analyzer/iptraf/iptraf-3.0.0-r4.ebuild
+++ b/net-analyzer/iptraf/iptraf-3.0.0-r4.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-3.0.0-r4.ebuild,v 1.10 2008/01/10 09:11:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-3.0.0-r4.ebuild,v 1.11 2009/03/08 12:12:42 cla Exp $
+
+EAPI="2"
inherit eutils flag-o-matic toolchain-funcs
@@ -14,14 +16,8 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86"
IUSE="ipv6 suid unicode"
-DEPEND=">=sys-libs/ncurses-5.2-r1"
-
-pkg_setup() {
- if use unicode && ! built_with_use sys-libs/ncurses unicode; then
- eerror "sys-libs/ncurses must be build with unicode"
- die "${PN} requires sys-libs/ncurses with USE=unicode"
- fi
-}
+DEPEND=">=sys-libs/ncurses-5.2-r1
+ unicode? ( >=sys-libs/ncurses-5.2-r1[unicode] )"
src_unpack() {
unpack ${P}.tar.gz
diff --git a/net-analyzer/iptraf/iptraf-3.0.0-r5.ebuild b/net-analyzer/iptraf/iptraf-3.0.0-r5.ebuild
index 9a984fe7e26e..944923197327 100644
--- a/net-analyzer/iptraf/iptraf-3.0.0-r5.ebuild
+++ b/net-analyzer/iptraf/iptraf-3.0.0-r5.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-3.0.0-r5.ebuild,v 1.4 2008/12/30 10:04:22 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-3.0.0-r5.ebuild,v 1.5 2009/03/08 12:12:42 cla Exp $
+
+EAPI="2"
inherit eutils flag-o-matic toolchain-funcs
@@ -14,14 +16,8 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="ipv6 suid unicode"
-DEPEND=">=sys-libs/ncurses-5.2-r1"
-
-pkg_setup() {
- if use unicode && ! built_with_use sys-libs/ncurses unicode; then
- eerror "sys-libs/ncurses must be build with unicode"
- die "${PN} requires sys-libs/ncurses with USE=unicode"
- fi
-}
+DEPEND=">=sys-libs/ncurses-5.2-r1
+ unicode? ( >=sys-libs/ncurses-5.2-r1[unicode] )"
src_unpack() {
unpack ${P}.tar.gz