summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-05-10 05:00:34 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-05-10 05:00:34 +0000
commit98d432a33b0b42dad96c047503c4dbc8c66cba87 (patch)
tree3cb6f464ae25d206f5acb718f8cf9c8adf9d9fbe /sys-apps/hwids
parentRemove old, insecure version. (diff)
downloadgentoo-2-98d432a33b0b42dad96c047503c4dbc8c66cba87.tar.gz
gentoo-2-98d432a33b0b42dad96c047503c4dbc8c66cba87.tar.bz2
gentoo-2-98d432a33b0b42dad96c047503c4dbc8c66cba87.zip
Version bump (version is bumped to last update of pci.ids). Remove old.
(Portage version: 2.2.0_alpha103/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/hwids')
-rw-r--r--sys-apps/hwids/ChangeLog8
-rw-r--r--sys-apps/hwids/hwids-20120416.ebuild31
-rw-r--r--sys-apps/hwids/hwids-20120507.ebuild (renamed from sys-apps/hwids/hwids-20120408.ebuild)2
3 files changed, 8 insertions, 33 deletions
diff --git a/sys-apps/hwids/ChangeLog b/sys-apps/hwids/ChangeLog
index 10783ba4555f..609c8b321c81 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.7 2012/04/21 06:32:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.8 2012/05/10 05:00:34 flameeyes Exp $
+
+*hwids-20120507 (10 May 2012)
+
+ 10 May 2012; Diego E. Pettenò <flameeyes@gentoo.org> +hwids-20120507.ebuild,
+ -hwids-20120408.ebuild, -hwids-20120416.ebuild:
+ Version bump (version is bumped to last update of pci.ids). Remove old.
21 Apr 2012; Mike Frysinger <vapier@gentoo.org> hwids-20120408.ebuild,
hwids-20120416.ebuild:
diff --git a/sys-apps/hwids/hwids-20120416.ebuild b/sys-apps/hwids/hwids-20120416.ebuild
deleted file mode 100644
index 439666aaceb4..000000000000
--- a/sys-apps/hwids/hwids-20120416.ebuild
+++ /dev/null
@@ -1,31 +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-20120416.ebuild,v 1.2 2012/04/21 06:32:52 vapier Exp $
-
-EAPI="4"
-
-DESCRIPTION="Hardware (PCI, USB) IDs databases"
-HOMEPAGE="http://git.overlays.gentoo.org/gitweb/?p=proj/hwids.git;a=summary"
-SRC_URI="http://dev.gentoo.org/~flameeyes/hwids/${P}.tar.xz"
-
-LICENSE="|| ( GPL-2 BSD )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND="!<sys-apps/pciutils-3.1.9-r2
- !<sys-apps/usbutils-005-r1"
-
-src_compile() {
- for file in {usb,pci}.ids; do
- gzip -c ${file} > ${file}.gz || die
- done
-}
-
-src_install() {
- insinto /usr/share/misc
- doins {usb,pci}.ids{,.gz}
-
- dodoc README
-}
diff --git a/sys-apps/hwids/hwids-20120408.ebuild b/sys-apps/hwids/hwids-20120507.ebuild
index eff3ac7e5e7b..6bec610a8c76 100644
--- a/sys-apps/hwids/hwids-20120408.ebuild
+++ b/sys-apps/hwids/hwids-20120507.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-20120408.ebuild,v 1.3 2012/04/21 06:32:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20120507.ebuild,v 1.1 2012/05/10 05:00:34 flameeyes Exp $
EAPI="4"