Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/jimtcl/
Date: Thu, 04 Jan 2018 21:56:58
Message-Id: 1515102942.79572f797d251072ccbb0bb9a51161f33415b6ea.mgorny@gentoo
1 commit: 79572f797d251072ccbb0bb9a51161f33415b6ea
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 31 10:03:13 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 21:55:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79572f79
7
8 dev-lang/jimtcl: Clean old up
9
10 dev-lang/jimtcl/Manifest | 4 --
11 dev-lang/jimtcl/jimtcl-0.70_pre20110317.ebuild | 37 --------------
12 dev-lang/jimtcl/jimtcl-0.73.ebuild | 42 ---------------
13 dev-lang/jimtcl/jimtcl-0.74-r1.ebuild | 47 -----------------
14 dev-lang/jimtcl/jimtcl-0.75-r1.ebuild | 71 --------------------------
15 dev-lang/jimtcl/jimtcl-0.75.ebuild | 47 -----------------
16 6 files changed, 248 deletions(-)
17
18 diff --git a/dev-lang/jimtcl/Manifest b/dev-lang/jimtcl/Manifest
19 index 289c3d0ca69..c09ee68f127 100644
20 --- a/dev-lang/jimtcl/Manifest
21 +++ b/dev-lang/jimtcl/Manifest
22 @@ -1,5 +1 @@
23 -DIST jimtcl-0.70_pre20110317.tar.gz 691917 BLAKE2B bfa844adb5356e46b72eb7af5d4754e96588dbf69f93efb8e7fea477d9fce325425275d4e8c5a86614c7aa3e62c5246545de16c0a3710a3aee42dcb7257f5084 SHA512 138000c97bf7f8c0c5d81cd98861684d382579ace0cb1f7b96f71dde721ca627bf4d7beeed2bc8528077da26353a41ee9bcdbabd44bd732082c42ad6c7f91c65
24 -DIST jimtcl-0.73.zip 2286098 BLAKE2B cff47c4a812ae02c2f8cbdfdb2f59d68ee1d8b325c7c21ae59c1a0c2e221b78ddc646dbabc473d3204b70967fbdd03adc50a57d8316c90854d10cf723815824a SHA512 9d99eff13292ed1db95ca673be88b14c87e9ce1e28d3fab0b08e0ca0473765fa2e8e305fd5f67768d94ae47cc3e0bc3d0cec8ba4a54ad3d5c1359ee8e2d36f81
25 -DIST jimtcl-0.74.zip 2304607 BLAKE2B 7c2d9e3969105efb3fcbf1ed6651df041de4de5a8a480de70796503c6c768a996dbb8e2245fca6fed67720baf7b940df90fc3508663086bce0ef91104db2955e SHA512 6c7a1d45c15ac533aa35adaf5099712ca4ef456280121610a6621d5abb94505e93b165d36bb8ae4c27733118e2590774051c716f4c6bcb9bddca4d937d770a7b
26 -DIST jimtcl-0.75.zip 2319459 BLAKE2B 484c844ffbe972ac99d564c8a6ebb9f034c069d23f714c2f0bbb9b085969075a3bd0e37ff6f11e68783a1eb9c77c122805382ef3a511895c6ae24e79e0c8ee4f SHA512 f2ba7a3e97de0c49813594e8238fdbb4db426f0974e3441312bccc773984304bf5621d45a117f9e7bec1d2120b8797102a2ec38caf329fd3b42ba708e66fd84a
27 DIST jimtcl-0.76.zip 2326715 BLAKE2B 50ea032cf46d2edeeecde1dc3b4deffcbd09b5dd3a6880963608b3f20616bf162fafc4ec2869bfe5de90231c4c9a29fb04710bd299cc5e8728ff20a86e46f32d SHA512 50763ea897fb5393083749cdd9e57a3f3d2d6dbebc40ee6371b1b86ebfc2f515e9775cd2acd6627f0f81b54bd72cd8c74be5aa9d0dbefc7c16372887e07f6ea4
28
29 diff --git a/dev-lang/jimtcl/jimtcl-0.70_pre20110317.ebuild b/dev-lang/jimtcl/jimtcl-0.70_pre20110317.ebuild
30 deleted file mode 100644
31 index fe34db13742..00000000000
32 --- a/dev-lang/jimtcl/jimtcl-0.70_pre20110317.ebuild
33 +++ /dev/null
34 @@ -1,37 +0,0 @@
35 -# Copyright 1999-2012 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI="2"
39 -
40 -DESCRIPTION="Small footprint implementation of Tcl programming language"
41 -HOMEPAGE="http://jim.berlios.de/"
42 -SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
43 -
44 -LICENSE="LGPL-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="static-libs"
48 -
49 -src_configure() {
50 - ! use static-libs && myconf=--with-jim-shared
51 - econf ${myconf} \
52 - --with-jim-ext=nvp
53 -}
54 -
55 -src_compile() {
56 - emake all docs || die
57 -}
58 -
59 -src_install() {
60 - dobin jimsh || die "dobin failed"
61 - use static-libs && {
62 - dolib.a libjim.a || die "dolib failed"
63 - } || {
64 - dolib.so libjim.so || die "dolib failed"
65 - }
66 - insinto /usr/include
67 - doins jim.h jimautoconf.h jim-subcmd.h jim-nvp.h jim-signal.h
68 - doins jim-win32compat.h jim-eventloop.h jim-config.h
69 - dodoc AUTHORS README TODO || die "dodoc failed"
70 - dohtml Tcl.html || die "dohtml failed"
71 -}
72
73 diff --git a/dev-lang/jimtcl/jimtcl-0.73.ebuild b/dev-lang/jimtcl/jimtcl-0.73.ebuild
74 deleted file mode 100644
75 index cb175888434..00000000000
76 --- a/dev-lang/jimtcl/jimtcl-0.73.ebuild
77 +++ /dev/null
78 @@ -1,42 +0,0 @@
79 -# Copyright 1999-2014 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI="4"
83 -
84 -DESCRIPTION="Small footprint implementation of Tcl programming language"
85 -HOMEPAGE="http://jim.tcl.tk"
86 -SRC_URI="https://github.com/msteveb/jimtcl/zipball/0.73 -> ${P}.zip"
87 -
88 -LICENSE="LGPL-2"
89 -SLOT="0"
90 -KEYWORDS="amd64 arm arm64 m68k s390 sh x86"
91 -IUSE="doc static-libs"
92 -DEPEND="doc? ( app-text/asciidoc )
93 - app-arch/unzip"
94 -
95 -GIT_HASH="5b8ea68"
96 -S="${WORKDIR}"/msteveb-${PN}-${GIT_HASH}
97 -
98 -src_configure() {
99 - ! use static-libs && myconf=--with-jim-shared
100 - econf ${myconf}
101 -}
102 -
103 -src_compile() {
104 - emake all
105 - use doc && emake docs
106 -}
107 -
108 -src_install() {
109 - dobin jimsh
110 - use static-libs && {
111 - dolib.a libjim.a
112 - } || {
113 - dolib.so libjim.so
114 - }
115 - insinto /usr/include
116 - doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h
117 - doins jim-win32compat.h jim-eventloop.h jim-config.h
118 - dodoc AUTHORS README TODO
119 - use doc && dohtml Tcl.html
120 -}
121
122 diff --git a/dev-lang/jimtcl/jimtcl-0.74-r1.ebuild b/dev-lang/jimtcl/jimtcl-0.74-r1.ebuild
123 deleted file mode 100644
124 index bba26a59e81..00000000000
125 --- a/dev-lang/jimtcl/jimtcl-0.74-r1.ebuild
126 +++ /dev/null
127 @@ -1,47 +0,0 @@
128 -# Copyright 1999-2017 Gentoo Foundation
129 -# Distributed under the terms of the GNU General Public License v2
130 -
131 -EAPI="5"
132 -
133 -inherit multilib
134 -
135 -DESCRIPTION="Small footprint implementation of Tcl programming language"
136 -HOMEPAGE="http://jim.tcl.tk"
137 -SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip"
138 -
139 -LICENSE="LGPL-2"
140 -SLOT="0"
141 -KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~s390 ~sh ~x86"
142 -IUSE="doc static-libs"
143 -DEPEND="doc? ( app-text/asciidoc )
144 - app-arch/unzip"
145 -
146 -GIT_HASH="9a3562c"
147 -S="${WORKDIR}"/msteveb-${PN}-${GIT_HASH}
148 -
149 -src_configure() {
150 - ! use static-libs && myconf=--with-jim-shared
151 - econf ${myconf}
152 -}
153 -
154 -src_compile() {
155 - emake all
156 - use doc && emake docs
157 -}
158 -
159 -src_install() {
160 - dobin jimsh
161 -
162 - if use static-libs; then
163 - dolib.a libjim.a
164 - else
165 - dolib.so libjim.so.${PV}
166 - dosym libjim.so.${PV} /usr/$(get_libdir)/libjim.so
167 - fi
168 -
169 - insinto /usr/include
170 - doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h
171 - doins jim-win32compat.h jim-eventloop.h jim-config.h
172 - dodoc AUTHORS README TODO
173 - use doc && dohtml Tcl.html
174 -}
175
176 diff --git a/dev-lang/jimtcl/jimtcl-0.75-r1.ebuild b/dev-lang/jimtcl/jimtcl-0.75-r1.ebuild
177 deleted file mode 100644
178 index 3c79869f318..00000000000
179 --- a/dev-lang/jimtcl/jimtcl-0.75-r1.ebuild
180 +++ /dev/null
181 @@ -1,71 +0,0 @@
182 -# Copyright 1999-2017 Gentoo Foundation
183 -# Distributed under the terms of the GNU General Public License v2
184 -
185 -EAPI="5"
186 -
187 -inherit multiprocessing eutils
188 -
189 -if [[ ${PV} == *9999 ]] ; then
190 - EGIT_REPO_URI="http://repo.or.cz/r/jimtcl.git"
191 - inherit git-r3
192 -else
193 - inherit vcs-snapshot
194 - SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip"
195 - KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~sh ~x86"
196 -fi
197 -
198 -DESCRIPTION="Small footprint implementation of Tcl programming language"
199 -HOMEPAGE="http://jim.tcl.tk/"
200 -
201 -LICENSE="LGPL-2"
202 -SLOT="0"
203 -IUSE="doc static-libs"
204 -
205 -RDEPEND=""
206 -DEPEND="doc? ( app-text/asciidoc )
207 - app-arch/unzip"
208 -
209 -src_unpack() {
210 - if [[ ${PV} == "9999" ]] ; then
211 - git-2_src_unpack
212 - else
213 - default
214 - cd "${WORKDIR}"/msteveb-jimtcl-*
215 - S=${PWD}
216 - fi
217 -}
218 -
219 -src_prepare() {
220 - epatch "${FILESDIR}"/${PN}-0.75-bootstrap.patch
221 -}
222 -
223 -src_configure() {
224 - multijob_init
225 - CCACHE=None multijob_child_init econf --with-jim-shared
226 - if use static-libs ; then
227 - # The build does not support doing both simultaneously.
228 - mkdir static-libs
229 - cd static-libs
230 - CCACHE=None ECONF_SOURCE=${S} multijob_child_init econf
231 - fi
232 - multijob_finish
233 -}
234 -
235 -src_compile() {
236 - # Must build static-libs first.
237 - use static-libs && emake -C static-libs libjim.a
238 - emake all
239 - use doc && emake docs
240 -}
241 -
242 -src_install() {
243 - dobin jimsh
244 - use static-libs && dolib.a static-libs/libjim.a
245 - ln -sf libjim.so.* libjim.so
246 - dolib.so libjim.so*
247 - insinto /usr/include
248 - doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h \
249 - jim-win32compat.h jim-eventloop.h jim-config.h
250 - dodoc AUTHORS README TODO
251 - use doc && dohtml Tcl.html
252 -}
253
254 diff --git a/dev-lang/jimtcl/jimtcl-0.75.ebuild b/dev-lang/jimtcl/jimtcl-0.75.ebuild
255 deleted file mode 100644
256 index 86af1bb8fb9..00000000000
257 --- a/dev-lang/jimtcl/jimtcl-0.75.ebuild
258 +++ /dev/null
259 @@ -1,47 +0,0 @@
260 -# Copyright 1999-2017 Gentoo Foundation
261 -# Distributed under the terms of the GNU General Public License v2
262 -
263 -EAPI="5"
264 -
265 -inherit multilib
266 -
267 -DESCRIPTION="Small footprint implementation of Tcl programming language"
268 -HOMEPAGE="http://jim.tcl.tk"
269 -SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip"
270 -
271 -LICENSE="LGPL-2"
272 -SLOT="0"
273 -KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~sh ~x86"
274 -IUSE="doc static-libs"
275 -DEPEND="doc? ( app-text/asciidoc )
276 - app-arch/unzip"
277 -
278 -GIT_HASH="cffd1a5"
279 -S="${WORKDIR}"/msteveb-${PN}-${GIT_HASH}
280 -
281 -src_configure() {
282 - ! use static-libs && myconf=--with-jim-shared
283 - econf ${myconf}
284 -}
285 -
286 -src_compile() {
287 - emake all
288 - use doc && emake docs
289 -}
290 -
291 -src_install() {
292 - dobin jimsh
293 -
294 - if use static-libs; then
295 - dolib.a libjim.a
296 - else
297 - dolib.so libjim.so.${PV}
298 - dosym libjim.so.${PV} /usr/$(get_libdir)/libjim.so
299 - fi
300 -
301 - insinto /usr/include
302 - doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h
303 - doins jim-win32compat.h jim-eventloop.h jim-config.h
304 - dodoc AUTHORS README TODO
305 - use doc && dohtml Tcl.html
306 -}