Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20121123.ebuild ChangeLog
Date: Fri, 23 Nov 2012 06:14:13
Message-Id: 20121123061401.EC6FB20C65@flycatcher.gentoo.org
1 flameeyes 12/11/23 06:14:01
2
3 Modified: hwids-20121123.ebuild ChangeLog
4 Log:
5 Use the new SRC_URI that actually simplifies this quite a bit.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key D4301342)
8
9 Revision Changes Path
10 1.2 sys-apps/hwids/hwids-20121123.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20121123.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20121123.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20121123.ebuild?r1=1.1&r2=1.2
15
16 Index: hwids-20121123.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20121123.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- hwids-20121123.ebuild 23 Nov 2012 06:09:44 -0000 1.1
23 +++ hwids-20121123.ebuild 23 Nov 2012 06:14:01 -0000 1.2
24 @@ -1,12 +1,12 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20121123.ebuild,v 1.1 2012/11/23 06:09:44 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20121123.ebuild,v 1.2 2012/11/23 06:14:01 flameeyes Exp $
29
30 EAPI="4"
31
32 DESCRIPTION="Hardware (PCI, USB) IDs databases"
33 HOMEPAGE="https://github.com/gentoo/hwids"
34 -SRC_URI="https://github.com/gentoo/hwids/tarball/${P} -> ${P}.tar.gz"
35 +SRC_URI="https://github.com/gentoo/hwids/archive/${P}.tar.gz"
36
37 LICENSE="|| ( GPL-2 BSD )"
38 SLOT="0"
39 @@ -17,19 +17,15 @@
40 RDEPEND="!<sys-apps/pciutils-3.1.9-r2
41 !<sys-apps/usbutils-005-r1"
42
43 -S="${WORKDIR}"
44 +S="${WORKDIR}/hwids-${P}"
45
46 src_compile() {
47 - cd "${S}"/gentoo-hwids-*
48 -
49 for file in {usb,pci}.ids; do
50 gzip -c ${file} > ${file}.gz || die
51 done
52 }
53
54 src_install() {
55 - cd "${S}"/gentoo-hwids-*
56 -
57 insinto /usr/share/misc
58 doins {usb,pci}.ids{,.gz}
59
60
61
62
63 1.40 sys-apps/hwids/ChangeLog
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.40&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.40&content-type=text/plain
67 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.39&r2=1.40
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
72 retrieving revision 1.39
73 retrieving revision 1.40
74 diff -u -r1.39 -r1.40
75 --- ChangeLog 23 Nov 2012 06:09:44 -0000 1.39
76 +++ ChangeLog 23 Nov 2012 06:14:01 -0000 1.40
77 @@ -1,6 +1,9 @@
78 # ChangeLog for sys-apps/hwids
79 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.39 2012/11/23 06:09:44 flameeyes Exp $
81 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.40 2012/11/23 06:14:01 flameeyes Exp $
82 +
83 + 23 Nov 2012; Diego E. Pettenò <flameeyes@g.o> hwids-20121123.ebuild:
84 + Use the new SRC_URI that actually simplifies this quite a bit.
85
86 *hwids-20121123 (23 Nov 2012)