diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-12-17 10:22:10 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-12-17 10:22:10 +0000 |
commit | 4a83d1bc566afdfd613de6c2b299d71bf8d38317 (patch) | |
tree | a82df530e3984984fc105f0b1dfc35289369cdc4 /sys-apps | |
parent | version bump (diff) | |
download | gentoo-2-4a83d1bc566afdfd613de6c2b299d71bf8d38317.tar.gz gentoo-2-4a83d1bc566afdfd613de6c2b299d71bf8d38317.tar.bz2 gentoo-2-4a83d1bc566afdfd613de6c2b299d71bf8d38317.zip |
Version bump; remove old.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hwids/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/hwids/hwids-20121203.ebuild | 52 | ||||
-rw-r--r-- | sys-apps/hwids/hwids-20121217.ebuild (renamed from sys-apps/hwids/hwids-20121210.ebuild) | 2 |
3 files changed, 8 insertions, 54 deletions
diff --git a/sys-apps/hwids/ChangeLog b/sys-apps/hwids/ChangeLog index 61495c0dcb03..d4883942f9d5 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.54 2012/12/10 00:17:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.55 2012/12/17 10:22:10 flameeyes Exp $ + +*hwids-20121217 (17 Dec 2012) + + 17 Dec 2012; Diego E. Pettenò <flameeyes@gentoo.org> +hwids-20121217.ebuild, + -hwids-20121203.ebuild, -hwids-20121210.ebuild: + Version bump; remove old. *hwids-20121210 (10 Dec 2012) diff --git a/sys-apps/hwids/hwids-20121203.ebuild b/sys-apps/hwids/hwids-20121203.ebuild deleted file mode 100644 index fb3cec98194f..000000000000 --- a/sys-apps/hwids/hwids-20121203.ebuild +++ /dev/null @@ -1,52 +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-20121203.ebuild,v 1.1 2012/12/04 03:15:37 flameeyes Exp $ - -EAPI=5 -inherit udev - -DESCRIPTION="Hardware (PCI, USB, OUI, IAB) IDs databases" -HOMEPAGE="https://github.com/gentoo/hwids" -HWDB_URI="http://cgit.freedesktop.org/systemd/systemd/plain/hwdb" -SRC_URI="https://github.com/gentoo/hwids/archive/${P}.tar.gz" - -LICENSE="|| ( GPL-2 BSD ) public-domain" -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="+udev" - -DEPEND="udev? ( dev-lang/perl !=sys-fs/udev-196 )" -RDEPEND="!<sys-apps/pciutils-3.1.9-r2 - !<sys-apps/usbutils-005-r1" - -S=${WORKDIR}/hwids-${P} - -src_unpack() { unpack ${P}.tar.gz; } - -src_compile() { - for file in {usb,pci}.ids; do - gzip -c ${file} > ${file}.gz || die - done - - if use udev; then - emake udev-hwdb - fi -} - -src_install() { - insinto /usr/share/misc - doins {usb,pci}.ids{,.gz} oui.txt iab.txt - - dodoc README.md - - if use udev; then - insinto "$(udev_get_udevdir)"/hwdb.d - doins udev/*.hwdb - fi -} - -pkg_postinst() { - if use udev && [[ $(udevadm --help 2>&1) == *hwdb* ]]; then - udevadm hwdb --update - fi -} diff --git a/sys-apps/hwids/hwids-20121210.ebuild b/sys-apps/hwids/hwids-20121217.ebuild index aaf2f1b79365..059f9850d085 100644 --- a/sys-apps/hwids/hwids-20121210.ebuild +++ b/sys-apps/hwids/hwids-20121217.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-20121210.ebuild,v 1.1 2012/12/10 00:17:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20121217.ebuild,v 1.1 2012/12/17 10:22:10 flameeyes Exp $ EAPI=5 inherit udev |