From 890661d33a84f9c3c24cf64007bd56fb50fa5fb1 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Fri, 12 Oct 2012 15:23:50 +0000 Subject: Version bump. (Portage version: 2.2.0_alpha137/cvs/Linux x86_64) --- sys-apps/hwids/ChangeLog | 8 +++++++- sys-apps/hwids/hwids-20121010.ebuild | 37 ------------------------------------ sys-apps/hwids/hwids-20121012.ebuild | 37 ++++++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 38 deletions(-) delete mode 100644 sys-apps/hwids/hwids-20121010.ebuild create mode 100644 sys-apps/hwids/hwids-20121012.ebuild (limited to 'sys-apps') diff --git a/sys-apps/hwids/ChangeLog b/sys-apps/hwids/ChangeLog index 0ce3214a56dd..ac9550985c92 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.28 2012/10/12 00:22:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.29 2012/10/12 15:23:50 flameeyes Exp $ + +*hwids-20121012 (12 Oct 2012) + + 12 Oct 2012; Diego E. Pettenò +hwids-20121012.ebuild, + -hwids-20121010.ebuild: + Version bump. *hwids-20121010 (12 Oct 2012) diff --git a/sys-apps/hwids/hwids-20121010.ebuild b/sys-apps/hwids/hwids-20121010.ebuild deleted file mode 100644 index f4a88473d152..000000000000 --- a/sys-apps/hwids/hwids-20121010.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-20121010.ebuild,v 1.1 2012/10/12 00:22: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="! ${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-20121012.ebuild b/sys-apps/hwids/hwids-20121012.ebuild new file mode 100644 index 000000000000..106eaa589598 --- /dev/null +++ b/sys-apps/hwids/hwids-20121012.ebuild @@ -0,0 +1,37 @@ +# 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-20121012.ebuild,v 1.1 2012/10/12 15:23:50 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="! ${file}.gz || die + done +} + +src_install() { + cd "${S}"/gentoo-hwids-* + + insinto /usr/share/misc + doins {usb,pci}.ids{,.gz} + + dodoc README.md +} -- cgit v1.2.3-65-gdbad