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-99999999.ebuild hwids-20121202.2.ebuild ChangeLog
Date: Sun, 02 Dec 2012 06:42:52
Message-Id: 20121202064235.E8C762171D@flycatcher.gentoo.org
1 flameeyes 12/12/02 06:42:35
2
3 Modified: hwids-99999999.ebuild ChangeLog
4 Added: hwids-20121202.2.ebuild
5 Log:
6 Now install oui.txt as well (due to udev/bluez requirements).
7
8 (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key D4301342)
9
10 Revision Changes Path
11 1.3 sys-apps/hwids/hwids-99999999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild?r1=1.2&r2=1.3
16
17 Index: hwids-99999999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- hwids-99999999.ebuild 16 Jun 2012 12:51:59 -0000 1.2
24 +++ hwids-99999999.ebuild 2 Dec 2012 06:42:35 -0000 1.3
25 @@ -1,13 +1,14 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild,v 1.2 2012/06/16 12:51:59 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild,v 1.3 2012/12/02 06:42:35 flameeyes Exp $
30
31 EAPI="4"
32
33 DESCRIPTION="Hardware (PCI, USB) IDs databases"
34 HOMEPAGE="https://github.com/gentoo/hwids"
35
36 -LICENSE="|| ( GPL-2 BSD )"
37 +# freedist is for oui.txt, and it's mostly wishful thinking
38 +LICENSE="|| ( GPL-2 BSD ) freedist"
39 SLOT="0"
40 KEYWORDS=""
41 IUSE=""
42 @@ -19,7 +20,7 @@
43 !<sys-apps/usbutils-005-r1"
44
45 src_compile() {
46 - wget http://pci-ids.ucw.cz/v2.2/pci.ids.gz http://www.linux-usb.org/usb.ids.gz || die
47 + wget http://pci-ids.ucw.cz/v2.2/pci.ids.gz http://www.linux-usb.org/usb.ids.gz http://standards.ieee.org/develop/regauth/oui/oui.txt || die
48
49 for file in {usb,pci}.ids; do
50 zcat ${file}.gz > ${file} || die
51 @@ -28,5 +29,5 @@
52
53 src_install() {
54 insinto /usr/share/misc
55 - doins {usb,pci}.ids{,.gz}
56 + doins {usb,pci}.ids{,.gz} oid.txt
57 }
58
59
60
61 1.45 sys-apps/hwids/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.45&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.45&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.44&r2=1.45
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
70 retrieving revision 1.44
71 retrieving revision 1.45
72 diff -u -r1.44 -r1.45
73 --- ChangeLog 2 Dec 2012 03:01:38 -0000 1.44
74 +++ ChangeLog 2 Dec 2012 06:42:35 -0000 1.45
75 @@ -1,6 +1,12 @@
76 # ChangeLog for sys-apps/hwids
77 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.44 2012/12/02 03:01:38 flameeyes Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.45 2012/12/02 06:42:35 flameeyes Exp $
80 +
81 +*hwids-20121202.2 (02 Dec 2012)
82 +
83 + 02 Dec 2012; Diego E. Pettenò <flameeyes@g.o> +hwids-20121202.2.ebuild,
84 + hwids-99999999.ebuild:
85 + Now install oui.txt as well (due to udev/bluez requirements).
86
87 *hwids-20121202 (02 Dec 2012)
88
89
90
91
92 1.1 sys-apps/hwids/hwids-20121202.2.ebuild
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20121202.2.ebuild?rev=1.1&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20121202.2.ebuild?rev=1.1&content-type=text/plain
96
97 Index: hwids-20121202.2.ebuild
98 ===================================================================
99 # Copyright 1999-2012 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 # $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20121202.2.ebuild,v 1.1 2012/12/02 06:42:35 flameeyes Exp $
102
103 EAPI="4"
104
105 DESCRIPTION="Hardware (PCI, USB, OUI) IDs databases"
106 HOMEPAGE="https://github.com/gentoo/hwids"
107 SRC_URI="https://github.com/gentoo/hwids/archive/${P}.tar.gz"
108
109 # freedist is for oui.txt, and it's mostly wishful thinking
110 LICENSE="|| ( GPL-2 BSD ) freedist"
111 SLOT="0"
112 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
113 IUSE=""
114
115 DEPEND=""
116 RDEPEND="!<sys-apps/pciutils-3.1.9-r2
117 !<sys-apps/usbutils-005-r1"
118
119 S="${WORKDIR}/hwids-${P}"
120
121 src_compile() {
122 for file in {usb,pci}.ids; do
123 gzip -c ${file} > ${file}.gz || die
124 done
125 }
126
127 src_install() {
128 insinto /usr/share/misc
129 doins {usb,pci}.ids{,.gz} oid.txt
130
131 dodoc README.md
132 }