Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pigpio/files/, dev-libs/pigpio/
Date: Sat, 25 Jan 2020 21:10:01
Message-Id: 1579986579.a2e2788f53a72f9939a7cb604ea9e2801eb87672.asturm@gentoo
1 commit: a2e2788f53a72f9939a7cb604ea9e2801eb87672
2 Author: Daniel Kenzelmann <gentoo <AT> k8n <DOT> de>
3 AuthorDate: Sat Jan 25 19:08:56 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 25 21:09:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e2788f
7
8 dev-libs/pigpio: cleanup old versions
9
10 cleanup old versions
11
12 Signed-off-by: Daniel Kenzelmann <gentoo <AT> k8n.de>
13 Closes: https://github.com/gentoo/gentoo/pull/14446
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 dev-libs/pigpio/Manifest | 4 --
17 dev-libs/pigpio/files/pigpio-67-makefile.patch | 64 --------------------------
18 dev-libs/pigpio/pigpio-67.ebuild | 40 ----------------
19 dev-libs/pigpio/pigpio-68.ebuild | 39 ----------------
20 dev-libs/pigpio/pigpio-70.ebuild | 39 ----------------
21 dev-libs/pigpio/pigpio-71.ebuild | 39 ----------------
22 6 files changed, 225 deletions(-)
23
24 diff --git a/dev-libs/pigpio/Manifest b/dev-libs/pigpio/Manifest
25 index db589bbba67..8e462580241 100644
26 --- a/dev-libs/pigpio/Manifest
27 +++ b/dev-libs/pigpio/Manifest
28 @@ -1,6 +1,2 @@
29 -DIST pigpio-67.tar.gz 369268 BLAKE2B a9d59369f5eed4b733e0e5c0e85013a132e55ff63a2393d79a3fb52d1fcb2513559d4dfeea84c4842d6281936b6e116bd81cd63e4542bbcffaf813ee356ee0d1 SHA512 9792f8402ee0dd204f4a975ab0513099a1fe3d398a28b766f412c08d7908e8e307de4cc92b2a2519b6484f15a043bd40008b7707486015c08bda5f97b1e7e00b
30 -DIST pigpio-68.tar.gz 371251 BLAKE2B c0118854d18ce158a3d5c96380289cc8bc68f35f72ce28f207dfbb827f97f538acd82cec2af11590e59985b77ef08834d55b3ac7578e1f6b6d1a0b5d5d594632 SHA512 125364eab9dd33c39fda148c6018679ac91b099914d7f0c6362f61566a9c957065189ace03ad4668b29f25d4d542b81d42c0befe0712867b48977b755dc03edc
31 -DIST pigpio-70.tar.gz 374569 BLAKE2B a2caadf0e1307c8c3ce936d5fd4d31e18185aa53900f6b2cf8b92a31f423b9a82bf4d2b7212fa8cd5b2d26773598a138ef8331884410f3f418542f43ca1fe2d4 SHA512 00db37b9c0f9751e6179b19e7018583abd9e11d78d01ff9f99b713004cf4e6a224e93644206599378a34dd46fd75c08557021b706015b0bc2bd8b34e363691db
32 -DIST pigpio-71.tar.gz 374952 BLAKE2B a79a408915285674211e50e30d3cafa433a9ee364cacced501e109d6c31a3a03c14f9d25c3c18e3df252801de65c60ca67cd5f1a8e08f05be8098ad591a14fee SHA512 c3bf029bebff9a7ee02b48597f624a5dcdf277c5c1a7ffa2f6cb83885a93cd6713935d9502127d11c4e9c11e7f6f6be49c8af367707eca2fff469728b5248e2f
33 DIST pigpio-72.tar.gz 384220 BLAKE2B ff3466df80adb6ee9bb2f6bc8aa9589bb6789746eedfab410d2a23dcd4986c29297f71469c8330c55603d8aabba7a4b2171390a63c21a12464b45cc4e24645d8 SHA512 c090962cb11204774e4a97a3dec37146882d66abef4d3e4de62e116b64650d6c66f95646f6350e3a45d8b2ba261a8d16c74f7648869cd0e94f42a80d88bb6d6e
34 DIST pigpio-73.tar.gz 385233 BLAKE2B 5b58b399ffccab456d64decea4190e326c70cfe36b5513d0c69aa68c5ebfe2667ec5b4a028d19ec987d948c7b94dd23d67903bbae901d61f751dd606540324ea SHA512 bc6d2bbc2f2067c851a74a6137913b9abf2a7424bc2f78cf4086a1210f5c1116f71dcfa94a1268c137f4181e2db39af0bd2025caa1a7f98374b2043a166af746
35
36 diff --git a/dev-libs/pigpio/files/pigpio-67-makefile.patch b/dev-libs/pigpio/files/pigpio-67-makefile.patch
37 deleted file mode 100644
38 index 1df4475eb0a..00000000000
39 --- a/dev-libs/pigpio/files/pigpio-67-makefile.patch
40 +++ /dev/null
41 @@ -1,64 +0,0 @@
42 ---- a/Makefile 2018-03-21 19:51:11.711880972 +0100
43 -+++ b/Makefile 2018-03-21 20:51:46.341684595 +0100
44 -@@ -9,6 +9,9 @@
45 - STRIP = $(CROSS_PREFIX)strip
46 - SHLIB = $(CC) -shared
47 - STRIPLIB = $(STRIP) --strip-unneeded
48 -+LDCONFIG = ldconfig
49 -+PYTHON2 = $(shell type -P python2 || echo ':' 2> /dev/null)
50 -+PYTHON3 = $(shell type -P python3 || echo ':' 2> /dev/null)
51 -
52 - CFLAGS += -O3 -Wall -pthread
53 -
54 -@@ -23,7 +26,7 @@
55 -
56 - LIB = $(LIB1) $(LIB2) $(LIB3)
57 -
58 --ALL = $(LIB) x_pigpio x_pigpiod_if x_pigpiod_if2 pig2vcd pigpiod pigs
59 -+ALL = $(LIB) pig2vcd pigpiod pigs
60 -
61 - LL1 = -L. -lpigpio -pthread -lrt
62 -
63 -@@ -64,22 +67,21 @@
64 - $(CC) -o x_pigpiod_if2 x_pigpiod_if2.o $(LL3)
65 -
66 - pigpiod: pigpiod.o $(LIB1)
67 -- $(CC) -o pigpiod pigpiod.o $(LL1)
68 -+ $(CC) $(CFLAGS) $(LDFLAGS) -o pigpiod pigpiod.o $(LL1)
69 - $(STRIP) pigpiod
70 -
71 - pigs: pigs.o command.o
72 -- $(CC) -o pigs pigs.o command.o
73 -+ $(CC) $(CFLAGS) $(LDFLAGS) -o pigs pigs.o command.o
74 - $(STRIP) pigs
75 -
76 - pig2vcd: pig2vcd.o
77 -- $(CC) -o pig2vcd pig2vcd.o
78 -+ $(CC) $(CFLAGS) $(LDFLAGS) -o pig2vcd pig2vcd.o
79 - $(STRIP) pig2vcd
80 -
81 - clean:
82 - rm -f *.o *.i *.s *~ $(ALL)
83 -
84 - install: $(ALL)
85 -- install -m 0755 -d $(DESTDIR)/opt/pigpio/cgi
86 - install -m 0755 -d $(DESTDIR)$(includedir)
87 - install -m 0644 pigpio.h $(DESTDIR)$(includedir)
88 - install -m 0644 pigpiod_if.h $(DESTDIR)$(includedir)
89 -@@ -92,13 +94,13 @@
90 - install -m 0755 pig2vcd $(DESTDIR)$(bindir)
91 - install -m 0755 pigpiod $(DESTDIR)$(bindir)
92 - install -m 0755 pigs $(DESTDIR)$(bindir)
93 -- if which python2; then python2 setup.py install; fi
94 -- if which python3; then python3 setup.py install; fi
95 -+ $(PYTHON2) setup.py install
96 -+ $(PYTHON3) setup.py install
97 - install -m 0755 -d $(DESTDIR)$(mandir)/man1
98 - install -m 0644 *.1 $(DESTDIR)$(mandir)/man1
99 - install -m 0755 -d $(DESTDIR)$(mandir)/man3
100 - install -m 0644 *.3 $(DESTDIR)$(mandir)/man3
101 -- ldconfig
102 -+ $(LDCONFIG)
103 -
104 - uninstall:
105 - rm -f $(DESTDIR)$(includedir)/pigpio.h
106
107 diff --git a/dev-libs/pigpio/pigpio-67.ebuild b/dev-libs/pigpio/pigpio-67.ebuild
108 deleted file mode 100644
109 index f948a8845cd..00000000000
110 --- a/dev-libs/pigpio/pigpio-67.ebuild
111 +++ /dev/null
112 @@ -1,40 +0,0 @@
113 -# Copyright 1999-2020 Gentoo Authors
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=6
117 -
118 -PYTHON_COMPAT=( python{2_7,3_6} )
119 -
120 -inherit distutils-r1 systemd toolchain-funcs
121 -
122 -DESCRIPTION="A library for the Raspberry which allows control of the GPIOs"
123 -HOMEPAGE="http://abyz.me.uk/rpi/pigpio/index.html"
124 -SRC_URI="https://github.com/joan2937/pigpio/archive/V${PV}.tar.gz -> ${P}.tar.gz"
125 -
126 -LICENSE="Unlicense"
127 -SLOT="0"
128 -KEYWORDS="~arm"
129 -IUSE="python"
130 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
131 -
132 -DEPEND=""
133 -RDEPEND="${DEPEND}"
134 -
135 -src_prepare() {
136 - eapply "${FILESDIR}/${P}-makefile.patch"
137 - eapply_user
138 -}
139 -
140 -src_compile() {
141 - emake CC="$(tc-getCC)" STRIP=: STRIPLIB=: SIZE=:
142 - use python && distutils-r1_src_compile
143 -}
144 -
145 -src_install() {
146 - emake DESTDIR="${D}" LDCONFIG=: PYTHON2=: PYTHON3=: libdir="/usr/$(get_libdir)" prefix="/usr" mandir="/usr/share/man" install
147 - einstalldocs
148 - newinitd "${FILESDIR}"/pigpiod.initd pigpiod
149 - newconfd "${FILESDIR}"/pigpiod.confd pigpiod
150 - systemd_newunit "${FILESDIR}"/pigpiod.systemd pigpiod.service
151 - use python && distutils-r1_src_install
152 -}
153
154 diff --git a/dev-libs/pigpio/pigpio-68.ebuild b/dev-libs/pigpio/pigpio-68.ebuild
155 deleted file mode 100644
156 index 7829fd48806..00000000000
157 --- a/dev-libs/pigpio/pigpio-68.ebuild
158 +++ /dev/null
159 @@ -1,39 +0,0 @@
160 -# Copyright 1999-2020 Gentoo Authors
161 -# Distributed under the terms of the GNU General Public License v2
162 -
163 -EAPI=7
164 -
165 -PYTHON_COMPAT=( python{2_7,3_{6,7}} )
166 -
167 -inherit distutils-r1 systemd toolchain-funcs
168 -
169 -DESCRIPTION="A library for the Raspberry which allows control of the GPIOs"
170 -HOMEPAGE="http://abyz.me.uk/rpi/pigpio/index.html"
171 -SRC_URI="https://github.com/joan2937/pigpio/archive/V${PV}.tar.gz -> ${P}.tar.gz"
172 -
173 -LICENSE="Unlicense"
174 -SLOT="0"
175 -KEYWORDS="~arm"
176 -IUSE="python"
177 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
178 -
179 -src_prepare() {
180 - eapply "${FILESDIR}/${PN}-67-makefile.patch"
181 - eapply_user
182 -}
183 -
184 -src_compile() {
185 - emake CC="$(tc-getCC)" STRIP=: STRIPLIB=: SIZE=:
186 - use python && distutils-r1_src_compile
187 -}
188 -
189 -src_install() {
190 - emake DESTDIR="${D}" LDCONFIG=: PYTHON2=: PYTHON3=: \
191 - libdir="${EPREFIX}/usr/$(get_libdir)" prefix="${EPREFIX}/usr" \
192 - mandir="${EPREFIX}/usr/share/man" install
193 - einstalldocs
194 - newinitd "${FILESDIR}"/pigpiod.initd pigpiod
195 - newconfd "${FILESDIR}"/pigpiod.confd pigpiod
196 - systemd_newunit "${FILESDIR}"/pigpiod.systemd pigpiod.service
197 - use python && distutils-r1_src_install
198 -}
199
200 diff --git a/dev-libs/pigpio/pigpio-70.ebuild b/dev-libs/pigpio/pigpio-70.ebuild
201 deleted file mode 100644
202 index a8d29809f88..00000000000
203 --- a/dev-libs/pigpio/pigpio-70.ebuild
204 +++ /dev/null
205 @@ -1,39 +0,0 @@
206 -# Copyright 1999-2020 Gentoo Authors
207 -# Distributed under the terms of the GNU General Public License v2
208 -
209 -EAPI=7
210 -
211 -PYTHON_COMPAT=( python{2_7,3_{6,7}} )
212 -
213 -inherit distutils-r1 systemd toolchain-funcs
214 -
215 -DESCRIPTION="A library for the Raspberry which allows control of the GPIOs"
216 -HOMEPAGE="http://abyz.me.uk/rpi/pigpio/index.html"
217 -SRC_URI="https://github.com/joan2937/pigpio/archive/V${PV}.tar.gz -> ${P}.tar.gz"
218 -
219 -LICENSE="Unlicense"
220 -SLOT="0"
221 -KEYWORDS="~arm"
222 -IUSE="python"
223 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
224 -
225 -src_prepare() {
226 - eapply "${FILESDIR}/${PN}-70-makefile.patch"
227 - eapply_user
228 -}
229 -
230 -src_compile() {
231 - emake CC="$(tc-getCC)" STRIP=: STRIPLIB=: SIZE=:
232 - use python && distutils-r1_src_compile
233 -}
234 -
235 -src_install() {
236 - emake DESTDIR="${D}" LDCONFIG=: PYTHON2=: PYTHON3=: \
237 - libdir="${EPREFIX}/usr/$(get_libdir)" prefix="${EPREFIX}/usr" \
238 - mandir="${EPREFIX}/usr/share/man" install
239 - einstalldocs
240 - newinitd "${FILESDIR}"/pigpiod.initd pigpiod
241 - newconfd "${FILESDIR}"/pigpiod.confd pigpiod
242 - systemd_newunit "${FILESDIR}"/pigpiod.systemd pigpiod.service
243 - use python && distutils-r1_src_install
244 -}
245
246 diff --git a/dev-libs/pigpio/pigpio-71.ebuild b/dev-libs/pigpio/pigpio-71.ebuild
247 deleted file mode 100644
248 index a8d29809f88..00000000000
249 --- a/dev-libs/pigpio/pigpio-71.ebuild
250 +++ /dev/null
251 @@ -1,39 +0,0 @@
252 -# Copyright 1999-2020 Gentoo Authors
253 -# Distributed under the terms of the GNU General Public License v2
254 -
255 -EAPI=7
256 -
257 -PYTHON_COMPAT=( python{2_7,3_{6,7}} )
258 -
259 -inherit distutils-r1 systemd toolchain-funcs
260 -
261 -DESCRIPTION="A library for the Raspberry which allows control of the GPIOs"
262 -HOMEPAGE="http://abyz.me.uk/rpi/pigpio/index.html"
263 -SRC_URI="https://github.com/joan2937/pigpio/archive/V${PV}.tar.gz -> ${P}.tar.gz"
264 -
265 -LICENSE="Unlicense"
266 -SLOT="0"
267 -KEYWORDS="~arm"
268 -IUSE="python"
269 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
270 -
271 -src_prepare() {
272 - eapply "${FILESDIR}/${PN}-70-makefile.patch"
273 - eapply_user
274 -}
275 -
276 -src_compile() {
277 - emake CC="$(tc-getCC)" STRIP=: STRIPLIB=: SIZE=:
278 - use python && distutils-r1_src_compile
279 -}
280 -
281 -src_install() {
282 - emake DESTDIR="${D}" LDCONFIG=: PYTHON2=: PYTHON3=: \
283 - libdir="${EPREFIX}/usr/$(get_libdir)" prefix="${EPREFIX}/usr" \
284 - mandir="${EPREFIX}/usr/share/man" install
285 - einstalldocs
286 - newinitd "${FILESDIR}"/pigpiod.initd pigpiod
287 - newconfd "${FILESDIR}"/pigpiod.confd pigpiod
288 - systemd_newunit "${FILESDIR}"/pigpiod.systemd pigpiod.service
289 - use python && distutils-r1_src_install
290 -}