diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-10-03 19:34:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-10-03 19:34:18 +0000 |
commit | 3e7450ce420fc1587ad6c7d5cc42da1247249143 (patch) | |
tree | 733b045b14362810494174eda5a49afbfea2a81f /sys-firmware | |
parent | Drop useless DEPEND strings -- these work fine w/out udev or hotplug. (diff) | |
download | gentoo-2-3e7450ce420fc1587ad6c7d5cc42da1247249143.tar.gz gentoo-2-3e7450ce420fc1587ad6c7d5cc42da1247249143.tar.bz2 gentoo-2-3e7450ce420fc1587ad6c7d5cc42da1247249143.zip |
Drop useless DEPEND strings -- these work fine w/out udev or hotplug.
(Portage version: 2.2.0_alpha131/cvs/Linux x86_64)
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/iwl6005-ucode/ChangeLog | 7 | ||||
-rw-r--r-- | sys-firmware/iwl6005-ucode/iwl6005-ucode-17.168.5.3.ebuild | 5 | ||||
-rw-r--r-- | sys-firmware/iwl6005-ucode/iwl6005-ucode-18.168.6.1.ebuild | 5 |
3 files changed, 7 insertions, 10 deletions
diff --git a/sys-firmware/iwl6005-ucode/ChangeLog b/sys-firmware/iwl6005-ucode/ChangeLog index 5c8448d16128..40c0a8bf310d 100644 --- a/sys-firmware/iwl6005-ucode/ChangeLog +++ b/sys-firmware/iwl6005-ucode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-firmware/iwl6005-ucode # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl6005-ucode/ChangeLog,v 1.2 2012/09/26 09:13:07 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl6005-ucode/ChangeLog,v 1.3 2012/10/03 19:34:18 vapier Exp $ + + 03 Oct 2012; Mike Frysinger <vapier@gentoo.org> + iwl6005-ucode-17.168.5.3.ebuild, iwl6005-ucode-18.168.6.1.ebuild: + Drop useless DEPEND strings -- these work fine w/out udev or hotplug. *iwl6005-ucode-18.168.6.1 (26 Sep 2012) @@ -22,4 +26,3 @@ 19 Jul 2011; Tony Vroon <chainsaw@gentoo.org> +iwl6005-ucode-17.168.5.3.ebuild, +metadata.xml: Initial commit; ebuild by Randall Wald in bug #367987. - diff --git a/sys-firmware/iwl6005-ucode/iwl6005-ucode-17.168.5.3.ebuild b/sys-firmware/iwl6005-ucode/iwl6005-ucode-17.168.5.3.ebuild index 380e95aabc02..0055ec30b8e2 100644 --- a/sys-firmware/iwl6005-ucode/iwl6005-ucode-17.168.5.3.ebuild +++ b/sys-firmware/iwl6005-ucode/iwl6005-ucode-17.168.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl6005-ucode/iwl6005-ucode-17.168.5.3.ebuild,v 1.1 2012/08/18 20:12:51 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl6005-ucode/iwl6005-ucode-17.168.5.3.ebuild,v 1.2 2012/10/03 19:34:18 vapier Exp $ MY_PN="iwlwifi-6000g2a-ucode" @@ -12,9 +12,6 @@ LICENSE="ipw3945" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="" - -DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )" S="${WORKDIR}/${MY_PN}-${PV}" diff --git a/sys-firmware/iwl6005-ucode/iwl6005-ucode-18.168.6.1.ebuild b/sys-firmware/iwl6005-ucode/iwl6005-ucode-18.168.6.1.ebuild index 295ea6c0e26b..c6cf4f5db65b 100644 --- a/sys-firmware/iwl6005-ucode/iwl6005-ucode-18.168.6.1.ebuild +++ b/sys-firmware/iwl6005-ucode/iwl6005-ucode-18.168.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl6005-ucode/iwl6005-ucode-18.168.6.1.ebuild,v 1.1 2012/09/26 09:13:07 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl6005-ucode/iwl6005-ucode-18.168.6.1.ebuild,v 1.2 2012/10/03 19:34:17 vapier Exp $ MY_PN="iwlwifi-6000g2a-ucode" @@ -12,9 +12,6 @@ LICENSE="ipw3945" SLOT="1" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="" - -DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )" S="${WORKDIR}/${MY_PN}-${PV}" |