summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-06-16 12:51:59 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-06-16 12:51:59 +0000
commit2eafc31a1e66175d401547a8b1ecb51188c2d0d5 (patch)
treec583acad4da445f9617b8fc2118a78906785aeb8 /sys-apps/hwids
parenttidy (diff)
downloadgentoo-2-2eafc31a1e66175d401547a8b1ecb51188c2d0d5.tar.gz
gentoo-2-2eafc31a1e66175d401547a8b1ecb51188c2d0d5.tar.bz2
gentoo-2-2eafc31a1e66175d401547a8b1ecb51188c2d0d5.zip
Update to use the new GitHub repository in the gentoo organisation.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/hwids')
-rw-r--r--sys-apps/hwids/ChangeLog6
-rw-r--r--sys-apps/hwids/hwids-20120512.ebuild37
-rw-r--r--sys-apps/hwids/hwids-20120611.ebuild6
-rw-r--r--sys-apps/hwids/hwids-99999999.ebuild4
4 files changed, 10 insertions, 43 deletions
diff --git a/sys-apps/hwids/ChangeLog b/sys-apps/hwids/ChangeLog
index 844f456f8b7b..b4f34b4e1f8e 100644
--- a/sys-apps/hwids/ChangeLog
+++ b/sys-apps/hwids/ChangeLog
@@ -1,6 +1,10 @@
# 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.11 2012/06/12 17:32:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.12 2012/06/16 12:51:59 flameeyes Exp $
+
+ 16 Jun 2012; Diego E. Pettenò <flameeyes@gentoo.org> -hwids-20120512.ebuild,
+ hwids-20120611.ebuild, hwids-99999999.ebuild:
+ Update to use the new GitHub repository in the gentoo organisation.
*hwids-20120611 (12 Jun 2012)
diff --git a/sys-apps/hwids/hwids-20120512.ebuild b/sys-apps/hwids/hwids-20120512.ebuild
deleted file mode 100644
index ebfceb79c1ee..000000000000
--- a/sys-apps/hwids/hwids-20120512.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-20120512.ebuild,v 1.2 2012/05/16 14:44:10 aballier Exp $
-
-EAPI="4"
-
-DESCRIPTION="Hardware (PCI, USB) IDs databases"
-HOMEPAGE="https://github.com/Flameeyes/hwids"
-SRC_URI="https://github.com/Flameeyes/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}"/Flameeyes-hwids-*
-
- for file in {usb,pci}.ids; do
- gzip -c ${file} > ${file}.gz || die
- done
-}
-
-src_install() {
- cd "${S}"/Flameeyes-hwids-*
-
- insinto /usr/share/misc
- doins {usb,pci}.ids{,.gz}
-
- dodoc README.md
-}
diff --git a/sys-apps/hwids/hwids-20120611.ebuild b/sys-apps/hwids/hwids-20120611.ebuild
index 63a09482c40a..e08e7aac70be 100644
--- a/sys-apps/hwids/hwids-20120611.ebuild
+++ b/sys-apps/hwids/hwids-20120611.ebuild
@@ -1,12 +1,12 @@
# 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-20120611.ebuild,v 1.1 2012/06/12 17:32:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20120611.ebuild,v 1.2 2012/06/16 12:51:59 flameeyes Exp $
EAPI="4"
DESCRIPTION="Hardware (PCI, USB) IDs databases"
-HOMEPAGE="https://github.com/Flameeyes/hwids"
-SRC_URI="https://github.com/Flameeyes/hwids/tarball/${P} -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/gentoo/hwids"
+SRC_URI="https://github.com/gentoo/hwids/tarball/${P} -> ${P}.tar.gz"
LICENSE="|| ( GPL-2 BSD )"
SLOT="0"
diff --git a/sys-apps/hwids/hwids-99999999.ebuild b/sys-apps/hwids/hwids-99999999.ebuild
index 3b8e61b88d83..e7c06eca2db8 100644
--- a/sys-apps/hwids/hwids-99999999.ebuild
+++ b/sys-apps/hwids/hwids-99999999.ebuild
@@ -1,11 +1,11 @@
# 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-99999999.ebuild,v 1.1 2012/04/01 01:46:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild,v 1.2 2012/06/16 12:51:59 flameeyes Exp $
EAPI="4"
DESCRIPTION="Hardware (PCI, USB) IDs databases"
-HOMEPAGE="http://git.overlays.gentoo.org/gitweb/?p=proj/hwids.git;a=summary"
+HOMEPAGE="https://github.com/gentoo/hwids"
LICENSE="|| ( GPL-2 BSD )"
SLOT="0"