Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/ddccontrol: ddccontrol-0.3-r2.ebuild ddccontrol-0.4.1.ebuild ddccontrol-0.3-r1.ebuild ddccontrol-0.4.2.ebuild
Date: Fri, 01 Jan 2010 18:08:55
Message-Id: E1NQlvb-00029X-Kg@stork.gentoo.org
1 ssuominen 10/01/01 18:08:47
2
3 Modified: ddccontrol-0.3-r2.ebuild ddccontrol-0.4.1.ebuild
4 ddccontrol-0.3-r1.ebuild ddccontrol-0.4.2.ebuild
5 Log:
6 quoting
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-misc/ddccontrol/ddccontrol-0.3-r2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.3-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.3-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.3-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: ddccontrol-0.3-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.3-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ddccontrol-0.3-r2.ebuild 27 Feb 2006 00:17:01 -0000 1.1
23 +++ ddccontrol-0.3-r2.ebuild 1 Jan 2010 18:08:47 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2006 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.3-r2.ebuild,v 1.1 2006/02/27 00:17:01 robbat2 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.3-r2.ebuild,v 1.2 2010/01/01 18:08:47 ssuominen Exp $
30
31 inherit eutils autotools
32
33 @@ -27,12 +27,11 @@
34
35 src_unpack() {
36 unpack ${A}
37 - cd ${S}
38 + cd "${S}"
39
40 - # Fix --as-needed errors
41 - epatch ${FILESDIR}/${PN}-asneeded.patch
42 - epatch ${FILESDIR}/${P}-u64-conflicting-types.patch
43 - epatch ${FILESDIR}/${P}-fix-libpanelapplet-dep.patch
44 + epatch "${FILESDIR}"/${PN}-asneeded.patch
45 + epatch "${FILESDIR}"/${P}-u64-conflicting-types.patch
46 + epatch "${FILESDIR}"/${P}-fix-libpanelapplet-dep.patch
47
48 # Fix sandbox violation
49 for i in Makefile.am Makefile.in; do
50
51
52
53 1.4 app-misc/ddccontrol/ddccontrol-0.4.1.ebuild
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.4.1.ebuild?rev=1.4&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.4.1.ebuild?rev=1.4&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.4.1.ebuild?r1=1.3&r2=1.4
58
59 Index: ddccontrol-0.4.1.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.4.1.ebuild,v
62 retrieving revision 1.3
63 retrieving revision 1.4
64 diff -u -r1.3 -r1.4
65 --- ddccontrol-0.4.1.ebuild 6 Jun 2006 17:05:14 -0000 1.3
66 +++ ddccontrol-0.4.1.ebuild 1 Jan 2010 18:08:47 -0000 1.4
67 @@ -1,8 +1,8 @@
68 -# Copyright 1999-2006 Gentoo Foundation
69 +# Copyright 1999-2010 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.4.1.ebuild,v 1.3 2006/06/06 17:05:14 blubb Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.4.1.ebuild,v 1.4 2010/01/01 18:08:47 ssuominen Exp $
73
74 -inherit eutils autotools
75 +inherit eutils
76
77 DESCRIPTION="DDCControl allows control of monitor parameters via DDC"
78 HOMEPAGE="http://ddccontrol.sourceforge.net/"
79 @@ -27,7 +27,7 @@
80
81 src_unpack() {
82 unpack ${A}
83 - cd ${S}
84 + cd "${S}"
85
86 # Fix sandbox violation
87 for i in Makefile.am Makefile.in; do
88
89
90
91 1.2 app-misc/ddccontrol/ddccontrol-0.3-r1.ebuild
92
93 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.3-r1.ebuild?rev=1.2&view=markup
94 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.3-r1.ebuild?rev=1.2&content-type=text/plain
95 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.3-r1.ebuild?r1=1.1&r2=1.2
96
97 Index: ddccontrol-0.3-r1.ebuild
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.3-r1.ebuild,v
100 retrieving revision 1.1
101 retrieving revision 1.2
102 diff -u -r1.1 -r1.2
103 --- ddccontrol-0.3-r1.ebuild 20 Feb 2006 09:03:43 -0000 1.1
104 +++ ddccontrol-0.3-r1.ebuild 1 Jan 2010 18:08:47 -0000 1.2
105 @@ -1,6 +1,6 @@
106 -# Copyright 1999-2006 Gentoo Foundation
107 +# Copyright 1999-2010 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.3-r1.ebuild,v 1.1 2006/02/20 09:03:43 robbat2 Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.3-r1.ebuild,v 1.2 2010/01/01 18:08:47 ssuominen Exp $
111
112 inherit eutils autotools
113
114 @@ -27,10 +27,10 @@
115
116 src_unpack() {
117 unpack ${A}
118 - cd ${S}
119 + cd "${S}"
120
121 # Fix --as-needed errors
122 - epatch ${FILESDIR}/ddccontrol-asneeded.patch
123 + epatch "${FILESDIR}"/ddccontrol-asneeded.patch
124
125 # Fix sandbox violation
126 for i in Makefile.am Makefile.in; do
127
128
129
130 1.8 app-misc/ddccontrol/ddccontrol-0.4.2.ebuild
131
132 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.4.2.ebuild?rev=1.8&view=markup
133 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.4.2.ebuild?rev=1.8&content-type=text/plain
134 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.4.2.ebuild?r1=1.7&r2=1.8
135
136 Index: ddccontrol-0.4.2.ebuild
137 ===================================================================
138 RCS file: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.4.2.ebuild,v
139 retrieving revision 1.7
140 retrieving revision 1.8
141 diff -u -r1.7 -r1.8
142 --- ddccontrol-0.4.2.ebuild 9 Mar 2008 16:32:54 -0000 1.7
143 +++ ddccontrol-0.4.2.ebuild 1 Jan 2010 18:08:47 -0000 1.8
144 @@ -1,6 +1,6 @@
145 -# Copyright 1999-2008 Gentoo Foundation
146 +# Copyright 1999-2010 Gentoo Foundation
147 # Distributed under the terms of the GNU General Public License v2
148 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.4.2.ebuild,v 1.7 2008/03/09 16:32:54 leio Exp $
149 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.4.2.ebuild,v 1.8 2010/01/01 18:08:47 ssuominen Exp $
150
151 inherit eutils autotools
152
153 @@ -29,8 +29,8 @@
154
155 src_unpack() {
156 unpack ${A}
157 - cd ${S}
158 - epatch ${FILESDIR}/${P}-pciutils-libz.patch
159 + cd "${S}"
160 + epatch "${FILESDIR}"/${P}-pciutils-libz.patch
161
162 # Fix sandbox violation
163 for i in Makefile.am Makefile.in; do