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-20120625.ebuild ChangeLog
Date: Sat, 30 Jun 2012 15:16:20
Message-Id: 20120630151611.0CFF32004B@flycatcher.gentoo.org
1 flameeyes 12/06/30 15:16:11
2
3 Modified: hwids-20120625.ebuild ChangeLog
4 Log:
5 Fix; next time make sure the box you test and the box you commit are the same.
6
7 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-apps/hwids/hwids-20120625.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20120625.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20120625.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20120625.ebuild?r1=1.1&r2=1.2
15
16 Index: hwids-20120625.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20120625.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- hwids-20120625.ebuild 30 Jun 2012 09:37:26 -0000 1.1
23 +++ hwids-20120625.ebuild 30 Jun 2012 15:16:10 -0000 1.2
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-20120625.ebuild,v 1.1 2012/06/30 09:37:26 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20120625.ebuild,v 1.2 2012/06/30 15:16:10 flameeyes Exp $
29
30 EAPI="4"
31
32 @@ -20,7 +20,7 @@
33 S="${WORKDIR}"
34
35 src_compile() {
36 - cd "${S}"/Flameeyes-hwids-*
37 + cd "${S}"/gentoo-hwids-*
38
39 for file in {usb,pci}.ids; do
40 gzip -c ${file} > ${file}.gz || die
41 @@ -28,7 +28,7 @@
42 }
43
44 src_install() {
45 - cd "${S}"/Flameeyes-hwids-*
46 + cd "${S}"/gentoo-hwids-*
47
48 insinto /usr/share/misc
49 doins {usb,pci}.ids{,.gz}
50
51
52
53 1.14 sys-apps/hwids/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.14&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.14&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.13&r2=1.14
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
62 retrieving revision 1.13
63 retrieving revision 1.14
64 diff -u -r1.13 -r1.14
65 --- ChangeLog 30 Jun 2012 09:37:26 -0000 1.13
66 +++ ChangeLog 30 Jun 2012 15:16:10 -0000 1.14
67 @@ -1,6 +1,9 @@
68 # ChangeLog for sys-apps/hwids
69 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.13 2012/06/30 09:37:26 flameeyes Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.14 2012/06/30 15:16:10 flameeyes Exp $
72 +
73 + 30 Jun 2012; Diego E. Pettenò <flameeyes@g.o> hwids-20120625.ebuild:
74 + Fix; next time make sure the box you test and the box you commit are the same.
75
76 *hwids-20120625 (30 Jun 2012)