Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/input-utils: ChangeLog input-utils-0.0.1_pre20050727.ebuild metadata.xml input-utils-0.0.1_pre20051128.ebuild input-utils-0.0.1_pre20051128-r1.ebuild
Date: Sat, 05 Jan 2008 00:41:15
Message-Id: E1JAx62-0003RZ-S5@stork.gentoo.org
1 robbat2 08/01/05 00:41:06
2
3 Modified: ChangeLog input-utils-0.0.1_pre20050727.ebuild
4 metadata.xml input-utils-0.0.1_pre20051128.ebuild
5 Added: input-utils-0.0.1_pre20051128-r1.ebuild
6 Log:
7 Minor bump for the newer debian patch. Cleans up manpage and uses system header instead of bundled header. Also clean up ebuilds to modern standards.
8 (Portage version: 2.1.4_rc11)
9
10 Revision Changes Path
11 1.4 sys-apps/input-utils/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/input-utils/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/input-utils/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/input-utils/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/input-utils/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -p -w -b -B -u -u -r1.3 -r1.4
23 --- ChangeLog 31 Mar 2007 08:17:29 -0000 1.3
24 +++ ChangeLog 5 Jan 2008 00:41:06 -0000 1.4
25 @@ -1,6 +1,15 @@
26 # ChangeLog for sys-apps/input-utils
27 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/input-utils/ChangeLog,v 1.3 2007/03/31 08:17:29 robbat2 Exp $
29 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/input-utils/ChangeLog,v 1.4 2008/01/05 00:41:06 robbat2 Exp $
31 +
32 +*input-utils-0.0.1_pre20051128-r1 (05 Jan 2008)
33 +
34 + 05 Jan 2008; Robin H. Johnson <robbat2@g.o> metadata.xml,
35 + input-utils-0.0.1_pre20050727.ebuild,
36 + input-utils-0.0.1_pre20051128.ebuild,
37 + +input-utils-0.0.1_pre20051128-r1.ebuild:
38 + Minor bump for the newer debian patch. Cleans up manpage and uses system
39 + header instead of bundled header. Also clean up ebuilds to modern standards.
40
41 *input-utils-0.0.1_pre20051128 (31 Mar 2007)
42
43
44
45
46 1.3 sys-apps/input-utils/input-utils-0.0.1_pre20050727.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20050727.ebuild?rev=1.3&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20050727.ebuild?rev=1.3&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20050727.ebuild?r1=1.2&r2=1.3
51
52 Index: input-utils-0.0.1_pre20050727.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20050727.ebuild,v
55 retrieving revision 1.2
56 retrieving revision 1.3
57 diff -p -w -b -B -u -u -r1.2 -r1.3
58 --- input-utils-0.0.1_pre20050727.ebuild 12 Jul 2007 05:10:21 -0000 1.2
59 +++ input-utils-0.0.1_pre20050727.ebuild 5 Jan 2008 00:41:06 -0000 1.3
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2005 Gentoo Foundation
62 +# Copyright 1999-2008 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20050727.ebuild,v 1.2 2007/07/12 05:10:21 mr_bones_ Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20050727.ebuild,v 1.3 2008/01/05 00:41:06 robbat2 Exp $
66
67 MY_P=input-${PV/0.0.1_pre/}-141704
68
69 @@ -19,7 +19,6 @@ RDEPEND=""
70 S="${WORKDIR}/input"
71
72 src_install() {
73 - make install bindir=${D}/usr/bin mandir=${D}/usr/share/man || die "make install failed"
74 -
75 + make install bindir="${D}"/usr/bin mandir="${D}"/usr/share/man || die "make install failed"
76 dodoc lircd.conf
77 }
78
79
80
81 1.2 sys-apps/input-utils/metadata.xml
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/input-utils/metadata.xml?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/input-utils/metadata.xml?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/input-utils/metadata.xml?r1=1.1&r2=1.2
86
87 Index: metadata.xml
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sys-apps/input-utils/metadata.xml,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -p -w -b -B -u -u -r1.1 -r1.2
93 --- metadata.xml 22 Nov 2005 20:14:31 -0000 1.1
94 +++ metadata.xml 5 Jan 2008 00:41:06 -0000 1.2
95 @@ -6,7 +6,15 @@
96 <email>zzam@g.o</email>
97 <name>Matthias Schwarzott</name>
98 </maintainer>
99 +<maintainer>
100 +<email>robbat2@g.o</email>
101 +<name>Robin H. Johnson</name>
102 +</maintainer>
103 <longdescription lang="en">
104 +This is a collection of utilities which are useful when working with the input
105 +layer of the Linux kernel (version 2.6 and later). Included are utilities to
106 +list the input devices known to the kernel, show the input events that are
107 +received by a device, and query or modify keyboard maps.
108 </longdescription>
109 </pkgmetadata>
110
111
112
113
114 1.3 sys-apps/input-utils/input-utils-0.0.1_pre20051128.ebuild
115
116 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20051128.ebuild?rev=1.3&view=markup
117 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20051128.ebuild?rev=1.3&content-type=text/plain
118 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20051128.ebuild?r1=1.2&r2=1.3
119
120 Index: input-utils-0.0.1_pre20051128.ebuild
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20051128.ebuild,v
123 retrieving revision 1.2
124 retrieving revision 1.3
125 diff -p -w -b -B -u -u -r1.2 -r1.3
126 --- input-utils-0.0.1_pre20051128.ebuild 12 Jul 2007 05:10:21 -0000 1.2
127 +++ input-utils-0.0.1_pre20051128.ebuild 5 Jan 2008 00:41:06 -0000 1.3
128 @@ -1,16 +1,17 @@
129 -# Copyright 1999-2007 Gentoo Foundation
130 +# Copyright 1999-2008 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20051128.ebuild,v 1.2 2007/07/12 05:10:21 mr_bones_ Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20051128.ebuild,v 1.3 2008/01/05 00:41:06 robbat2 Exp $
134
135 inherit eutils
136
137 MY_P="input-${PV/0.0.1_pre/}-143821"
138 -DEBIAN_P="${PN}_${PV/1_pre/}-1.diff.gz"
139 +DEBIAN_PR=1
140 +DEBIAN_P="${PN}_${PV/1_pre/}-${DEBIAN_PR}.diff.gz"
141
142 DESCRIPTION="Small collection of linux input layer utils"
143 HOMEPAGE="http://dl.bytesex.org/cvs-snapshots/"
144 SRC_URI="http://dl.bytesex.org/cvs-snapshots/${MY_P}.tar.gz
145 - http://ftp.debian.org/debian/pool/main/i/input-utils/${DEBIAN_P}"
146 + mirror://debian/pool/main/i/input-utils/${DEBIAN_P}"
147
148 LICENSE="GPL-2"
149 SLOT="0"
150 @@ -24,16 +25,16 @@ S="${WORKDIR}/input"
151
152 src_unpack() {
153 unpack ${MY_P}.tar.gz
154 - EPATCH_OPTS="-d ${S} -p1 " epatch ${DISTDIR}/${DEBIAN_P}
155 - for p in $(<${S}/debian/patches/series) ; do
156 - EPATCH_OPTS="-d ${S} -p1 " epatch ${S}/debian/patches/${p}
157 + EPATCH_OPTS="-d ${S} -p1 " epatch "${DISTDIR}"/${DEBIAN_P}
158 + for p in $(<"${S}"/debian/patches/series) ; do
159 + EPATCH_OPTS="-d ${S} -p1 " epatch "${S}"/debian/patches/${p}
160 done
161 - sed -i -e '/INSTALL_BINARY/s,-s,,g' ${S}/mk/Variables.mk \
162 + sed -i -e '/INSTALL_BINARY/s,-s,,g' "${S}"/mk/Variables.mk \
163 || die "Failed to sed"
164 }
165
166 src_install() {
167 - make install bindir=${D}/usr/bin mandir=${D}/usr/share/man || die "make install failed"
168 + make install bindir="${D}"/usr/bin mandir="${D}"/usr/share/man || die "make install failed"
169 dodoc lircd.conf
170 dodoc README
171 }
172
173
174
175 1.1 sys-apps/input-utils/input-utils-0.0.1_pre20051128-r1.ebuild
176
177 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20051128-r1.ebuild?rev=1.1&view=markup
178 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20051128-r1.ebuild?rev=1.1&content-type=text/plain
179
180 Index: input-utils-0.0.1_pre20051128-r1.ebuild
181 ===================================================================
182 # Copyright 1999-2008 Gentoo Foundation
183 # Distributed under the terms of the GNU General Public License v2
184 # $Header: /var/cvsroot/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20051128-r1.ebuild,v 1.1 2008/01/05 00:41:06 robbat2 Exp $
185
186 inherit eutils
187
188 MY_P="input-${PV/0.0.1_pre/}-143821"
189 DEBIAN_PR=4
190 DEBIAN_P="${PN}_${PV/1_pre/}-${DEBIAN_PR}.diff.gz"
191
192 DESCRIPTION="Small collection of linux input layer utils"
193 HOMEPAGE="http://dl.bytesex.org/cvs-snapshots/"
194 SRC_URI="http://dl.bytesex.org/cvs-snapshots/${MY_P}.tar.gz
195 mirror://debian/pool/main/i/input-utils/${DEBIAN_P}"
196
197 LICENSE="GPL-2"
198 SLOT="0"
199 KEYWORDS="~x86 ~amd64 ~ppc"
200 IUSE=""
201
202 DEPEND=""
203 RDEPEND=""
204
205 S="${WORKDIR}/input"
206
207 src_unpack() {
208 unpack ${MY_P}.tar.gz
209 EPATCH_OPTS="-d ${S} -p1 " epatch "${DISTDIR}"/${DEBIAN_P}
210 for p in $(<"${S}"/debian/patches/series) ; do
211 EPATCH_OPTS="-d ${S} -p1 " epatch "${S}"/debian/patches/${p}
212 done
213 sed -i -e '/INSTALL_BINARY/s,-s,,g' "${S}"/mk/Variables.mk \
214 || die "Failed to sed"
215 }
216
217 src_install() {
218 make install bindir="${D}"/usr/bin mandir="${D}"/usr/share/man || die "make install failed"
219 dodoc lircd.conf
220 dodoc README
221 }
222
223
224
225 --
226 gentoo-commits@g.o mailing list