summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <ranger@gentoo.org>2007-05-08 16:47:28 +0000
committerBrent Baude <ranger@gentoo.org>2007-05-08 16:47:28 +0000
commit5df79640334b0fc31d380335a2a8244ada00bb84 (patch)
tree582d62d99ae2cce6453038adc477d9fcf822d5ba /sys-fs/iprutils
parentAdded ~x86-fbsd keyword, #177426. (diff)
downloadgentoo-2-5df79640334b0fc31d380335a2a8244ada00bb84.tar.gz
gentoo-2-5df79640334b0fc31d380335a2a8244ada00bb84.tar.bz2
gentoo-2-5df79640334b0fc31d380335a2a8244ada00bb84.zip
Incorporating fix for udev foo, stablize 2.2.2.
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-fs/iprutils')
-rw-r--r--sys-fs/iprutils/ChangeLog6
-rw-r--r--sys-fs/iprutils/iprutils-2.2.0.ebuild4
-rw-r--r--sys-fs/iprutils/iprutils-2.2.2.ebuild6
-rw-r--r--sys-fs/iprutils/iprutils-2.2.3.ebuild4
4 files changed, 12 insertions, 8 deletions
diff --git a/sys-fs/iprutils/ChangeLog b/sys-fs/iprutils/ChangeLog
index c9b49c317e5a..abdeb7d9309b 100644
--- a/sys-fs/iprutils/ChangeLog
+++ b/sys-fs/iprutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/iprutils
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.18 2007/04/28 17:42:54 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.19 2007/05/08 16:47:28 ranger Exp $
+
+ 08 May 2007; Brent Baude <ranger@gentoo.org> iprutils-2.2.0.ebuild,
+ iprutils-2.2.2.ebuild, iprutils-2.2.3.ebuild:
+ Incorporating fix for udev foo, stablize 2.2.2.
28 Apr 2007; Sven Wegener <swegener@gentoo.org> iprutils-2.0.15.8.ebuild,
iprutils-2.2.2.ebuild:
diff --git a/sys-fs/iprutils/iprutils-2.2.0.ebuild b/sys-fs/iprutils/iprutils-2.2.0.ebuild
index 45c218da06f4..18de517a3e76 100644
--- a/sys-fs/iprutils/iprutils-2.2.0.ebuild
+++ b/sys-fs/iprutils/iprutils-2.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.2.0.ebuild,v 1.3 2007/04/28 13:28:11 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.2.0.ebuild,v 1.4 2007/05/08 16:47:28 ranger Exp $
inherit eutils
@@ -18,7 +18,7 @@ DEPEND="virtual/libc
>=sys-libs/ncurses-5.4-r5
>=sys-apps/pciutils-2.1.11-r1
>=sys-fs/sysfsutils-1.3.0
- sys-apps/hotplug"
+ || ( >=sys-fs/udev-096 sys-apps/hotplug )"
src_install () {
make INSTALL_MOD_PATH="${D}" install || die
diff --git a/sys-fs/iprutils/iprutils-2.2.2.ebuild b/sys-fs/iprutils/iprutils-2.2.2.ebuild
index 32a52ced0cf2..1da37b1b3cd3 100644
--- a/sys-fs/iprutils/iprutils-2.2.2.ebuild
+++ b/sys-fs/iprutils/iprutils-2.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.2.2.ebuild,v 1.3 2007/04/28 22:27:48 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.2.2.ebuild,v 1.4 2007/05/08 16:47:28 ranger Exp $
inherit eutils
@@ -11,14 +11,14 @@ HOMEPAGE="http://sourceforge.net/projects/iprdd/"
SLOT="0"
LICENSE="IPL-1"
-KEYWORDS="~ppc ~ppc64"
+KEYWORDS="ppc ppc64"
IUSE=""
DEPEND="virtual/libc
>=sys-libs/ncurses-5.4-r5
>=sys-apps/pciutils-2.1.11-r1
>=sys-fs/sysfsutils-1.3.0
- sys-apps/hotplug"
+ || ( >=sys-fs/udev-096 sys-apps/hotplug )"
src_install () {
make INSTALL_MOD_PATH=${D} install || die
diff --git a/sys-fs/iprutils/iprutils-2.2.3.ebuild b/sys-fs/iprutils/iprutils-2.2.3.ebuild
index e61f82714125..ba907f34a25e 100644
--- a/sys-fs/iprutils/iprutils-2.2.3.ebuild
+++ b/sys-fs/iprutils/iprutils-2.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.2.3.ebuild,v 1.3 2007/04/28 13:31:02 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.2.3.ebuild,v 1.4 2007/05/08 16:47:28 ranger Exp $
inherit eutils
@@ -18,7 +18,7 @@ DEPEND="virtual/libc
>=sys-libs/ncurses-5.4-r5
>=sys-apps/pciutils-2.1.11-r1
>=sys-fs/sysfsutils-1.3.0
- sys-apps/hotplug"
+ || ( >=sys-fs/udev-096 sys-apps/hotplug )"
src_install () {
make INSTALL_MOD_PATH="${D}" install || die