Gentoo Archives: gentoo-commits

From: "Aaron W. Swenson" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/fossil/
Date: Sat, 17 Jul 2021 15:08:00
Message-Id: 1626534364.7624be2cf739bb836403346f4e690cb8f56be65a.titanofold@gentoo
1 commit: 7624be2cf739bb836403346f4e690cb8f56be65a
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 15:06:04 2021 +0000
4 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 15:06:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7624be2c
7
8 dev-vcs/fossil: Cleanup
9
10 Bug: https://bugs.gentoo.org/800638
11 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
12
13 dev-vcs/fossil/Manifest | 3 --
14 dev-vcs/fossil/fossil-2.12.1-r1.ebuild | 71 ----------------------------------
15 dev-vcs/fossil/fossil-2.13-r1.ebuild | 71 ----------------------------------
16 dev-vcs/fossil/fossil-2.14-r1.ebuild | 71 ----------------------------------
17 4 files changed, 216 deletions(-)
18
19 diff --git a/dev-vcs/fossil/Manifest b/dev-vcs/fossil/Manifest
20 index 412f2aab1c2..fa3a95902ef 100644
21 --- a/dev-vcs/fossil/Manifest
22 +++ b/dev-vcs/fossil/Manifest
23 @@ -1,4 +1 @@
24 -DIST fossil-src-2.12.1.tar.gz 6011181 BLAKE2B f9437c4fb20314706bbbec70efbb6a53e2ac7760986baf88ea72505f03877a5d1069d0d2828aa2bfefac96c1358e4c8f824405d61fd24d490442fa8b768711e9 SHA512 08b7fef5a3071e968dedbc645aebf2e873ecf80049b5986d38f851a407b2b8b0c854cfcdfa5ec80eac5bc1b158c5fac3bb4b263d1adb8be470529e67dc6e8cee
25 -DIST fossil-src-2.13.tar.gz 6121223 BLAKE2B 41bb83b40faf05d38ccbcc13bde858ee31ab0182193631d738a6e287414b2a93bc49bfa5ed0a16aabbc26190c1a3cd993ce9f1706ecd05b214461313b13c1086 SHA512 bd756aaac2f39005b690230c5a4ef4d618a3200a8eb499aa964285050c247edfb0abfa5db5522269e0a5ee2737c71393a523dc2d7e37eae076364185137964f8
26 -DIST fossil-src-2.14.tar.gz 6207277 BLAKE2B 9a70a49e83e16414150e777289543a984c6b77c4c2ea245ed3187b393a80f6926c80bada31081735d09a9d0febf430587c120e16d60ddbf96d1116c9da6cf008 SHA512 f95291886484c9fb98224c17e07c9c2ada3d79974359234f1cc6a8fce603e45bf980ffe4f43a473d74d190b6975fff66e8d35ca680747385e72981caabfd6b10
27 DIST fossil-src-2.16.tar.gz 6275775 BLAKE2B 504f828f121385ec73311b340e0abfdba7da6a8571adb390c55c75fea0ef027366fb914c12552e177988bedbb735a3148d87ebdb23ffc2ce4b7bef8ef603692a SHA512 0569640a3b509c592f812a42526eec88ead034ba0ba3de93da62cfb1caa751954ae185eaa3398d411a02ee2a858ecae6cdf4e47199847527f7524fc9798a4b12
28
29 diff --git a/dev-vcs/fossil/fossil-2.12.1-r1.ebuild b/dev-vcs/fossil/fossil-2.12.1-r1.ebuild
30 deleted file mode 100644
31 index 3d9163f4b78..00000000000
32 --- a/dev-vcs/fossil/fossil-2.12.1-r1.ebuild
33 +++ /dev/null
34 @@ -1,71 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit toolchain-funcs
41 -
42 -DESCRIPTION="Simple, high-reliability, source control management, and more"
43 -HOMEPAGE="https://www.fossil-scm.org/"
44 -SRC_URI="https://fossil-scm.org/home/uv/fossil-src-${PV}.tar.gz"
45 -
46 -LICENSE="BSD-2"
47 -SLOT="0"
48 -KEYWORDS="amd64 arm ppc ppc64 x86"
49 -IUSE="debug fusefs json miniz system-sqlite +ssl static tcl tcl-stubs
50 - tcl-private-stubs th1-docs th1-hooks"
51 -
52 -REQUIRED_USE="ssl? ( !miniz )"
53 -
54 -RDEPEND="
55 - sys-libs/zlib
56 - || (
57 - sys-libs/readline:0
58 - dev-libs/libedit
59 - )
60 - system-sqlite? ( >=dev-db/sqlite-3.33.0:3 )
61 - ssl? ( dev-libs/openssl:0= )
62 - tcl? ( dev-lang/tcl:0= )
63 -"
64 -
65 -# Either tcl or jimtcl need to be present to build Fossil (Bug #675778)
66 -DEPEND="${RDEPEND}
67 - !tcl? (
68 - || (
69 - dev-lang/tcl:*
70 - dev-lang/jimtcl:*
71 - )
72 - )
73 -"
74 -
75 -# Tests can't be run from the build directory
76 -RESTRICT="test"
77 -
78 -# fossil-2.10-check-lib64-for-tcl.patch: Bug 690828
79 -PATCHES=( "${FILESDIR}"/fossil-2.10-check-lib64-for-tcl.patch )
80 -
81 -src_configure() {
82 - # this is not an autotools situation so don't make it seem like one
83 - # --with-tcl: works
84 - # --without-tcl: dies
85 - local myconf="--with-openssl=$(usex ssl auto none)"
86 - use debug && myconf+=' --fossil-debug'
87 - use json && myconf+=' --json'
88 - use system-sqlite && myconf+=' --disable-internal-sqlite'
89 - use static && myconf+=' --static'
90 - use tcl && myconf+=' --with-tcl=1'
91 - use fusefs || myconf+=' --disable-fusefs'
92 -
93 - local u useflags
94 - useflags=( miniz tcl-stubs tcl-private-stubs th1-docs th1-hooks )
95 - for u in ${useflags[@]} ; do
96 - use ${u} && myconf+=" --with-${u}"
97 - done
98 -
99 - tc-export CC CXX
100 - CC_FOR_BUILD=${CC} ./configure ${myconf} || die
101 -}
102 -
103 -src_install() {
104 - dobin fossil
105 -}
106
107 diff --git a/dev-vcs/fossil/fossil-2.13-r1.ebuild b/dev-vcs/fossil/fossil-2.13-r1.ebuild
108 deleted file mode 100644
109 index 066d71ae1df..00000000000
110 --- a/dev-vcs/fossil/fossil-2.13-r1.ebuild
111 +++ /dev/null
112 @@ -1,71 +0,0 @@
113 -# Copyright 1999-2021 Gentoo Authors
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=7
117 -
118 -inherit toolchain-funcs
119 -
120 -DESCRIPTION="Simple, high-reliability, source control management, and more"
121 -HOMEPAGE="https://www.fossil-scm.org/"
122 -SRC_URI="https://fossil-scm.org/home/uv/fossil-src-${PV}.tar.gz"
123 -
124 -LICENSE="BSD-2"
125 -SLOT="0"
126 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
127 -IUSE="debug fusefs json miniz system-sqlite +ssl static tcl tcl-stubs
128 - tcl-private-stubs th1-docs th1-hooks"
129 -
130 -REQUIRED_USE="ssl? ( !miniz )"
131 -
132 -RDEPEND="
133 - sys-libs/zlib
134 - || (
135 - sys-libs/readline:0
136 - dev-libs/libedit
137 - )
138 - system-sqlite? ( >=dev-db/sqlite-3.34.0:3 )
139 - ssl? ( dev-libs/openssl:0= )
140 - tcl? ( dev-lang/tcl:0= )
141 -"
142 -
143 -# Either tcl or jimtcl need to be present to build Fossil (Bug #675778)
144 -DEPEND="${RDEPEND}
145 - !tcl? (
146 - || (
147 - dev-lang/tcl:*
148 - dev-lang/jimtcl:*
149 - )
150 - )
151 -"
152 -
153 -# Tests can't be run from the build directory
154 -RESTRICT="test"
155 -
156 -# fossil-2.10-check-lib64-for-tcl.patch: Bug 690828
157 -PATCHES=( "${FILESDIR}"/fossil-2.10-check-lib64-for-tcl.patch )
158 -
159 -src_configure() {
160 - # this is not an autotools situation so don't make it seem like one
161 - # --with-tcl: works
162 - # --without-tcl: dies
163 - local myconf="--with-openssl=$(usex ssl auto none)"
164 - use debug && myconf+=' --fossil-debug'
165 - use json && myconf+=' --json'
166 - use system-sqlite && myconf+=' --disable-internal-sqlite'
167 - use static && myconf+=' --static'
168 - use tcl && myconf+=' --with-tcl=1'
169 - use fusefs || myconf+=' --disable-fusefs'
170 -
171 - local u useflags
172 - useflags=( miniz tcl-stubs tcl-private-stubs th1-docs th1-hooks )
173 - for u in ${useflags[@]} ; do
174 - use ${u} && myconf+=" --with-${u}"
175 - done
176 -
177 - tc-export CC CXX
178 - CC_FOR_BUILD=${CC} ./configure ${myconf} || die
179 -}
180 -
181 -src_install() {
182 - dobin fossil
183 -}
184
185 diff --git a/dev-vcs/fossil/fossil-2.14-r1.ebuild b/dev-vcs/fossil/fossil-2.14-r1.ebuild
186 deleted file mode 100644
187 index aafaae29c2d..00000000000
188 --- a/dev-vcs/fossil/fossil-2.14-r1.ebuild
189 +++ /dev/null
190 @@ -1,71 +0,0 @@
191 -# Copyright 1999-2021 Gentoo Authors
192 -# Distributed under the terms of the GNU General Public License v2
193 -
194 -EAPI=7
195 -
196 -inherit toolchain-funcs
197 -
198 -DESCRIPTION="Simple, high-reliability, source control management, and more"
199 -HOMEPAGE="https://www.fossil-scm.org/"
200 -SRC_URI="https://fossil-scm.org/home/uv/fossil-src-${PV}.tar.gz"
201 -
202 -LICENSE="BSD-2"
203 -SLOT="0"
204 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
205 -IUSE="debug fusefs json miniz system-sqlite +ssl static tcl tcl-stubs
206 - tcl-private-stubs th1-docs th1-hooks"
207 -
208 -REQUIRED_USE="ssl? ( !miniz )"
209 -
210 -RDEPEND="
211 - sys-libs/zlib
212 - || (
213 - sys-libs/readline:0
214 - dev-libs/libedit
215 - )
216 - system-sqlite? ( >=dev-db/sqlite-3.34.0:3 )
217 - ssl? ( dev-libs/openssl:0= )
218 - tcl? ( dev-lang/tcl:0= )
219 -"
220 -
221 -# Either tcl or jimtcl need to be present to build Fossil (Bug #675778)
222 -DEPEND="${RDEPEND}
223 - !tcl? (
224 - || (
225 - dev-lang/tcl:*
226 - dev-lang/jimtcl:*
227 - )
228 - )
229 -"
230 -
231 -# Tests can't be run from the build directory
232 -RESTRICT="test"
233 -
234 -# fossil-2.10-check-lib64-for-tcl.patch: Bug 690828
235 -PATCHES=( "${FILESDIR}"/fossil-2.10-check-lib64-for-tcl.patch )
236 -
237 -src_configure() {
238 - # this is not an autotools situation so don't make it seem like one
239 - # --with-tcl: works
240 - # --without-tcl: dies
241 - local myconf="--with-openssl=$(usex ssl auto none)"
242 - use debug && myconf+=' --fossil-debug'
243 - use json && myconf+=' --json'
244 - use system-sqlite && myconf+=' --disable-internal-sqlite'
245 - use static && myconf+=' --static'
246 - use tcl && myconf+=' --with-tcl=1'
247 - use fusefs || myconf+=' --disable-fusefs'
248 -
249 - local u useflags
250 - useflags=( miniz tcl-stubs tcl-private-stubs th1-docs th1-hooks )
251 - for u in ${useflags[@]} ; do
252 - use ${u} && myconf+=" --with-${u}"
253 - done
254 -
255 - tc-export CC CXX
256 - CC_FOR_BUILD=${CC} ./configure ${myconf} || die
257 -}
258 -
259 -src_install() {
260 - dobin fossil
261 -}