diff options
author | Christian Heim <phreak@gentoo.org> | 2007-01-15 13:07:53 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-01-15 13:07:53 +0000 |
commit | 41d5bbaca7e37e6e8a5ea64323d71547683684ce (patch) | |
tree | b5a691f13a4e6794f3ee29d313f906f79f598394 /net-wireless/ipw2200-firmware | |
parent | Fixing the DEPEND syntax (#162183). (diff) | |
download | gentoo-2-41d5bbaca7e37e6e8a5ea64323d71547683684ce.tar.gz gentoo-2-41d5bbaca7e37e6e8a5ea64323d71547683684ce.tar.bz2 gentoo-2-41d5bbaca7e37e6e8a5ea64323d71547683684ce.zip |
Fixing the DEPEND syntax (#162183).
(Portage version: 2.1.2)
Diffstat (limited to 'net-wireless/ipw2200-firmware')
5 files changed, 19 insertions, 14 deletions
diff --git a/net-wireless/ipw2200-firmware/ChangeLog b/net-wireless/ipw2200-firmware/ChangeLog index 7a9b621f6707..bbe34399169a 100644 --- a/net-wireless/ipw2200-firmware/ChangeLog +++ b/net-wireless/ipw2200-firmware/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-wireless/ipw2200-firmware -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw2200-firmware/ChangeLog,v 1.12 2006/12/07 11:06:56 uberlord Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw2200-firmware/ChangeLog,v 1.13 2007/01/15 13:07:53 phreak Exp $ + + 15 Jan 2007; Christian Heim <phreak@gentoo.org> + ipw2200-firmware-2.2.ebuild, ipw2200-firmware-2.3.ebuild, + ipw2200-firmware-2.4.ebuild, ipw2200-firmware-3.0.ebuild: + Fixing the DEPEND syntax (#162183). 07 Dec 2006; Roy Marples <uberlord@gentoo.org> ipw2200-firmware-2.4.ebuild: diff --git a/net-wireless/ipw2200-firmware/ipw2200-firmware-2.2.ebuild b/net-wireless/ipw2200-firmware/ipw2200-firmware-2.2.ebuild index bf8b4f036234..e5460fb809c4 100644 --- a/net-wireless/ipw2200-firmware/ipw2200-firmware-2.2.ebuild +++ b/net-wireless/ipw2200-firmware/ipw2200-firmware-2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw2200-firmware/ipw2200-firmware-2.2.ebuild,v 1.5 2005/05/15 13:49:14 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw2200-firmware/ipw2200-firmware-2.2.ebuild,v 1.6 2007/01/15 13:07:53 phreak Exp $ MY_P=${P/firmware/fw} S=${WORKDIR} @@ -15,7 +15,7 @@ SLOT="${PV}" KEYWORDS="x86 ~amd64" IUSE="" -DEPEND=">=sys-apps/hotplug-20040923" +DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )" src_install() { insinto /lib/firmware diff --git a/net-wireless/ipw2200-firmware/ipw2200-firmware-2.3.ebuild b/net-wireless/ipw2200-firmware/ipw2200-firmware-2.3.ebuild index 29f9242f0185..4f0b43de4d5a 100644 --- a/net-wireless/ipw2200-firmware/ipw2200-firmware-2.3.ebuild +++ b/net-wireless/ipw2200-firmware/ipw2200-firmware-2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw2200-firmware/ipw2200-firmware-2.3.ebuild,v 1.2 2005/08/16 12:32:47 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw2200-firmware/ipw2200-firmware-2.3.ebuild,v 1.3 2007/01/15 13:07:53 phreak Exp $ MY_P=${P/firmware/fw} S=${WORKDIR} @@ -15,7 +15,7 @@ SLOT="${PV}" KEYWORDS="~amd64 x86" IUSE="" -DEPEND=">=sys-apps/hotplug-20040923" +DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )" src_install() { insinto /lib/firmware diff --git a/net-wireless/ipw2200-firmware/ipw2200-firmware-2.4.ebuild b/net-wireless/ipw2200-firmware/ipw2200-firmware-2.4.ebuild index c248331bb2c7..d3c70d1d0481 100644 --- a/net-wireless/ipw2200-firmware/ipw2200-firmware-2.4.ebuild +++ b/net-wireless/ipw2200-firmware/ipw2200-firmware-2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw2200-firmware/ipw2200-firmware-2.4.ebuild,v 1.3 2006/12/07 11:06:56 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw2200-firmware/ipw2200-firmware-2.4.ebuild,v 1.4 2007/01/15 13:07:53 phreak Exp $ inherit bsdmk @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 x86 ~x86-fbsd" IUSE="kernel_linux kernel_FreeBSD" -DEPEND="kernel_linux? ( >=sys-apps/hotplug-20040923 ) +DEPEND="kernel_linux? ( || ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 ) ) kernel_FreeBSD? ( >=sys-freebsd/freebsd-sources-6.2_rc1 )" src_unpack() { diff --git a/net-wireless/ipw2200-firmware/ipw2200-firmware-3.0.ebuild b/net-wireless/ipw2200-firmware/ipw2200-firmware-3.0.ebuild index d2a5f63b8244..d6445bfec27f 100644 --- a/net-wireless/ipw2200-firmware/ipw2200-firmware-3.0.ebuild +++ b/net-wireless/ipw2200-firmware/ipw2200-firmware-3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw2200-firmware/ipw2200-firmware-3.0.ebuild,v 1.2 2006/04/22 14:38:30 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw2200-firmware/ipw2200-firmware-3.0.ebuild,v 1.3 2007/01/15 13:07:53 phreak Exp $ MY_P=${P/firmware/fw} S=${WORKDIR}/${MY_P} @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -DEPEND=">=sys-apps/hotplug-20040923" +DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )" src_install() { insinto /lib/firmware |