Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@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
Date: Sun, 02 Dec 2012 06:47:47
Message-Id: 20121202064735.99CB42171D@flycatcher.gentoo.org
1 ssuominen 12/12/02 06:47:35
2
3 Modified: hwids-99999999.ebuild hwids-20121202.2.ebuild
4 Log:
5 Fix typo
6
7 (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.4 sys-apps/hwids/hwids-99999999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild?r1=1.3&r2=1.4
15
16 Index: hwids-99999999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- hwids-99999999.ebuild 2 Dec 2012 06:42:35 -0000 1.3
23 +++ hwids-99999999.ebuild 2 Dec 2012 06:47:35 -0000 1.4
24 @@ -1,6 +1,6 @@
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-99999999.ebuild,v 1.3 2012/12/02 06:42:35 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild,v 1.4 2012/12/02 06:47:35 ssuominen Exp $
29
30 EAPI="4"
31
32 @@ -29,5 +29,5 @@
33
34 src_install() {
35 insinto /usr/share/misc
36 - doins {usb,pci}.ids{,.gz} oid.txt
37 + doins {usb,pci}.ids{,.gz} oui.txt
38 }
39
40
41
42 1.2 sys-apps/hwids/hwids-20121202.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20121202.2.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20121202.2.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20121202.2.ebuild?r1=1.1&r2=1.2
47
48 Index: hwids-20121202.2.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20121202.2.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- hwids-20121202.2.ebuild 2 Dec 2012 06:42:35 -0000 1.1
55 +++ hwids-20121202.2.ebuild 2 Dec 2012 06:47:35 -0000 1.2
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2012 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20121202.2.ebuild,v 1.1 2012/12/02 06:42:35 flameeyes Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20121202.2.ebuild,v 1.2 2012/12/02 06:47:35 ssuominen Exp $
61
62 EAPI="4"
63
64 @@ -28,7 +28,7 @@
65
66 src_install() {
67 insinto /usr/share/misc
68 - doins {usb,pci}.ids{,.gz} oid.txt
69 + doins {usb,pci}.ids{,.gz} oui.txt
70
71 dodoc README.md
72 }