diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-09-17 15:47:55 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-09-17 15:47:55 +0000 |
commit | dd3cb7ad6d95fb85762e6f95431685f437d1a0bc (patch) | |
tree | d64e836223ca1bb7c1fba2d2323889062235ec03 /sys-apps | |
parent | Stable for HPPA (bug #429120). (diff) | |
download | gentoo-2-dd3cb7ad6d95fb85762e6f95431685f437d1a0bc.tar.gz gentoo-2-dd3cb7ad6d95fb85762e6f95431685f437d1a0bc.tar.bz2 gentoo-2-dd3cb7ad6d95fb85762e6f95431685f437d1a0bc.zip |
Version bump and remove old.
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hwids/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/hwids/hwids-20120815.ebuild | 37 | ||||
-rw-r--r-- | sys-apps/hwids/hwids-20120831.ebuild | 37 | ||||
-rw-r--r-- | sys-apps/hwids/hwids-20120916.ebuild (renamed from sys-apps/hwids/hwids-20120730.ebuild) | 2 |
4 files changed, 8 insertions, 76 deletions
diff --git a/sys-apps/hwids/ChangeLog b/sys-apps/hwids/ChangeLog index 53fa7cb662ee..d2b5a04a48cb 100644 --- a/sys-apps/hwids/ChangeLog +++ b/sys-apps/hwids/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/hwids # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.18 2012/09/02 13:02:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.19 2012/09/17 15:47:55 flameeyes Exp $ + +*hwids-20120916 (17 Sep 2012) + + 17 Sep 2012; Diego E. Pettenò <flameeyes@gentoo.org> +hwids-20120916.ebuild, + -hwids-20120730.ebuild, -hwids-20120815.ebuild, -hwids-20120831.ebuild: + Version bump and remove old. *hwids-20120831 (02 Sep 2012) diff --git a/sys-apps/hwids/hwids-20120815.ebuild b/sys-apps/hwids/hwids-20120815.ebuild deleted file mode 100644 index d601edf15386..000000000000 --- a/sys-apps/hwids/hwids-20120815.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20120815.ebuild,v 1.1 2012/08/15 14:29:06 flameeyes Exp $ - -EAPI="4" - -DESCRIPTION="Hardware (PCI, USB) IDs databases" -HOMEPAGE="https://github.com/gentoo/hwids" -SRC_URI="https://github.com/gentoo/hwids/tarball/${P} -> ${P}.tar.gz" - -LICENSE="|| ( GPL-2 BSD )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="" -RDEPEND="!<sys-apps/pciutils-3.1.9-r2 - !<sys-apps/usbutils-005-r1" - -S="${WORKDIR}" - -src_compile() { - cd "${S}"/gentoo-hwids-* - - for file in {usb,pci}.ids; do - gzip -c ${file} > ${file}.gz || die - done -} - -src_install() { - cd "${S}"/gentoo-hwids-* - - insinto /usr/share/misc - doins {usb,pci}.ids{,.gz} - - dodoc README.md -} diff --git a/sys-apps/hwids/hwids-20120831.ebuild b/sys-apps/hwids/hwids-20120831.ebuild deleted file mode 100644 index e7cfebbb02dc..000000000000 --- a/sys-apps/hwids/hwids-20120831.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20120831.ebuild,v 1.1 2012/09/02 13:02:01 flameeyes Exp $ - -EAPI="4" - -DESCRIPTION="Hardware (PCI, USB) IDs databases" -HOMEPAGE="https://github.com/gentoo/hwids" -SRC_URI="https://github.com/gentoo/hwids/tarball/${P} -> ${P}.tar.gz" - -LICENSE="|| ( GPL-2 BSD )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="" -RDEPEND="!<sys-apps/pciutils-3.1.9-r2 - !<sys-apps/usbutils-005-r1" - -S="${WORKDIR}" - -src_compile() { - cd "${S}"/gentoo-hwids-* - - for file in {usb,pci}.ids; do - gzip -c ${file} > ${file}.gz || die - done -} - -src_install() { - cd "${S}"/gentoo-hwids-* - - insinto /usr/share/misc - doins {usb,pci}.ids{,.gz} - - dodoc README.md -} diff --git a/sys-apps/hwids/hwids-20120730.ebuild b/sys-apps/hwids/hwids-20120916.ebuild index bc1b99c6b0b0..eec6ace17d20 100644 --- a/sys-apps/hwids/hwids-20120730.ebuild +++ b/sys-apps/hwids/hwids-20120916.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-apps/hwids/hwids-20120730.ebuild,v 1.1 2012/07/31 02:20:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20120916.ebuild,v 1.1 2012/09/17 15:47:55 flameeyes Exp $ EAPI="4" |