diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-26 21:32:10 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-26 21:32:10 +0000 |
commit | 3251e9b8dd33f88cac3cabb66f7fd5ecae916a92 (patch) | |
tree | 916f65ec2f77e72a50a31832ef2fde6af73c93a5 /sys-apps | |
parent | Use QA_PREBUILT. Bug #437786 (diff) | |
download | gentoo-2-3251e9b8dd33f88cac3cabb66f7fd5ecae916a92.tar.gz gentoo-2-3251e9b8dd33f88cac3cabb66f7fd5ecae916a92.tar.bz2 gentoo-2-3251e9b8dd33f88cac3cabb66f7fd5ecae916a92.zip |
old
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hwids/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hwids/hwids-20121119.ebuild | 37 |
2 files changed, 4 insertions, 38 deletions
diff --git a/sys-apps/hwids/ChangeLog b/sys-apps/hwids/ChangeLog index 13d356fc16a2..e66b105b8b3f 100644 --- a/sys-apps/hwids/ChangeLog +++ b/sys-apps/hwids/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hwids # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.75 2013/01/26 21:14:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.76 2013/01/26 21:32:10 ssuominen Exp $ + + 26 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> -hwids-20121119.ebuild: + old 26 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> hwids-20130114.ebuild: alpha/m68k/s390/sh stable wrt #452554 diff --git a/sys-apps/hwids/hwids-20121119.ebuild b/sys-apps/hwids/hwids-20121119.ebuild deleted file mode 100644 index 8f8c55cfe416..000000000000 --- a/sys-apps/hwids/hwids-20121119.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-20121119.ebuild,v 1.9 2012/12/29 17:26:32 armin76 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 -} |