summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2013-03-29 09:12:27 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2013-03-29 09:12:27 +0000
commit38f211eb4fea31c64de2d08620505384ce8a3704 (patch)
treeed16170cb1f92de811a86c50796e09886f13bb3e /sys-apps
parentVersion bump (diff)
downloadgentoo-2-38f211eb4fea31c64de2d08620505384ce8a3704.tar.gz
gentoo-2-38f211eb4fea31c64de2d08620505384ce8a3704.tar.bz2
gentoo-2-38f211eb4fea31c64de2d08620505384ce8a3704.zip
Bump to latest update.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/hwids/ChangeLog8
-rw-r--r--sys-apps/hwids/hwids-20130309-r1.ebuild44
-rw-r--r--sys-apps/hwids/hwids-20130309.ebuild36
-rw-r--r--sys-apps/hwids/hwids-20130329.ebuild (renamed from sys-apps/hwids/hwids-20130326.1.ebuild)2
4 files changed, 8 insertions, 82 deletions
diff --git a/sys-apps/hwids/ChangeLog b/sys-apps/hwids/ChangeLog
index ea5c51dd3a3e..967c322709b7 100644
--- a/sys-apps/hwids/ChangeLog
+++ b/sys-apps/hwids/ChangeLog
@@ -1,6 +1,12 @@
# 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.93 2013/03/26 21:10:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.94 2013/03/29 09:12:27 flameeyes Exp $
+
+*hwids-20130329 (29 Mar 2013)
+
+ 29 Mar 2013; Diego E. Pettenò <flameeyes@gentoo.org> +hwids-20130329.ebuild,
+ -hwids-20130309-r1.ebuild, -hwids-20130309.ebuild, -hwids-20130326.1.ebuild:
+ Bump to latest update.
*hwids-20130326.1 (26 Mar 2013)
diff --git a/sys-apps/hwids/hwids-20130309-r1.ebuild b/sys-apps/hwids/hwids-20130309-r1.ebuild
deleted file mode 100644
index 247561fae40c..000000000000
--- a/sys-apps/hwids/hwids-20130309-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20130309-r1.ebuild,v 1.1 2013/03/10 16:43:18 ssuominen Exp $
-
-EAPI=5
-inherit udev eutils
-
-DESCRIPTION="Hardware (PCI, USB, OUI, IAB) IDs databases"
-HOMEPAGE="https://github.com/gentoo/hwids"
-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 ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="+udev"
-
-DEPEND="udev? (
- dev-lang/perl
- >=virtual/udev-197-r1
-)"
-RDEPEND="!<sys-apps/pciutils-3.1.9-r2
- !<sys-apps/usbutils-005-r1"
-
-S=${WORKDIR}/hwids-${P}
-
-src_prepare() {
- sed -i -e '/udevadm hwdb/d' Makefile || die
-}
-
-src_compile() {
- emake UDEV=$(usex udev)
-}
-
-src_install() {
- emake UDEV=$(usex udev) install \
- DOCDIR="${EPREFIX}/usr/share/doc/${PF}" \
- MISCDIR="${EPREFIX}/usr/share/misc" \
- HWDBDIR="${EPREFIX}$(get_udevdir)/hwdb.d" \
- DESTDIR="${D}"
-}
-
-pkg_postinst() {
- use udev && udevadm hwdb --update --root="${ROOT%/}"
-}
diff --git a/sys-apps/hwids/hwids-20130309.ebuild b/sys-apps/hwids/hwids-20130309.ebuild
deleted file mode 100644
index b8e21d1c670d..000000000000
--- a/sys-apps/hwids/hwids-20130309.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20130309.ebuild,v 1.2 2013/03/10 16:03:10 ssuominen Exp $
-
-EAPI=5
-inherit udev eutils
-
-DESCRIPTION="Hardware (PCI, USB, OUI, IAB) IDs databases"
-HOMEPAGE="https://github.com/gentoo/hwids"
-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 ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="+udev"
-
-DEPEND="udev? (
- dev-lang/perl
- >=virtual/udev-197-r1
-)"
-RDEPEND="!<sys-apps/pciutils-3.1.9-r2
- !<sys-apps/usbutils-005-r1"
-
-S=${WORKDIR}/hwids-${P}
-
-src_compile() {
- emake UDEV=$(usex udev)
-}
-
-src_install() {
- emake UDEV=$(usex udev) install \
- DOCDIR="${EPREFIX}/usr/share/doc/${PF}" \
- MISCDIR="${EPREFIX}/usr/share/misc" \
- HWDBDIR="${EPREFIX}$(get_udevdir)/hwdb.d" \
- DESTDIR="${D}"
-}
diff --git a/sys-apps/hwids/hwids-20130326.1.ebuild b/sys-apps/hwids/hwids-20130329.ebuild
index 1ac594205c4d..1efaeeba9487 100644
--- a/sys-apps/hwids/hwids-20130326.1.ebuild
+++ b/sys-apps/hwids/hwids-20130329.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20130326.1.ebuild,v 1.1 2013/03/26 21:10:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20130329.ebuild,v 1.1 2013/03/29 09:12:27 flameeyes Exp $
EAPI=5
inherit udev eutils