Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/groonga/
Date: Sat, 26 Sep 2020 19:40:40
Message-Id: 1601149219.3f3b88afbce07a1a96c55b1ea0a508c8f0c4e560.bman@gentoo
1 commit: 3f3b88afbce07a1a96c55b1ea0a508c8f0c4e560
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 19:28:38 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 19:40:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3b88af
7
8 app-text/groonga: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-text/groonga/Manifest | 2 -
13 app-text/groonga/groonga-5.0.3.ebuild | 91 -----------------------------------
14 app-text/groonga/groonga-5.0.9.ebuild | 91 -----------------------------------
15 3 files changed, 184 deletions(-)
16
17 diff --git a/app-text/groonga/Manifest b/app-text/groonga/Manifest
18 index 2c60f422ecf..d9d569d41a5 100644
19 --- a/app-text/groonga/Manifest
20 +++ b/app-text/groonga/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST groonga-5.0.3.tar.gz 12421501 BLAKE2B 22b695fca6c4d0859b7a9ed5b1bc46be48493faa513524634662b0d520d1159bc70b4dc34d82ba83e5c57681f01f01dbe47d5a957f110eab2db65cf8eefe878f SHA512 c4595054f46e150b0b95b3d1fb6a18098c93471ee0cdeefc54d266a710db57d6b68a6aceb1a61ede5ebb4e1b5518be64b9b96809bd85634b61c84c1923cbf158
23 -DIST groonga-5.0.9.tar.gz 12851324 BLAKE2B a58084146e5e8fbcbc56f9737a3623b4385123cc449fb63b136f3f312d31d5574620831a4fa6e759381950ee6aa035e4d6a4c277c26c7d8ebb1e99fe5bf02e75 SHA512 6e89be8894737616cfcbd0edd92c94a25fb8a2f9c97bd0aab10c2d628664aa328384d6b953516fe96cec5b58fd229c42262caad4785ca9574c759d6d7177fba6
24 DIST groonga-6.1.2.tar.gz 14028916 BLAKE2B c05a1a5a73bce63655eb588b3021570d22a0016837810c12813bb4f208bf9b114fc514a8887e4f756fb0ec27ad2c991eea026bf57391e9234e49ee084656d26c SHA512 cd2dd667608fac856b36a824c5ea285da937cc11b6d4e5ad2f84581f6fbc714b4bb381515ec7b467ddccfad77c77c080000def653d9cdd8725c0f512c7b83f20
25 DIST groonga-8.0.2.tar.gz 15095427 BLAKE2B fa83034a434edaa35dede08cb042e48f15e1e2edd78a121f9341f53f53a5eef863d02e2ea6384428c720c4ff9acf1083504046c8c11a1ea8d7bfc4b541db66b5 SHA512 bc5590604054c4adfbc80b39c7cf367e8a989c47d80c37c48feffb9a427b4b4e360289f3d732f6affa7d26a1c8559f23bda1c70b6736a06601398fce9a53acf1
26
27 diff --git a/app-text/groonga/groonga-5.0.3.ebuild b/app-text/groonga/groonga-5.0.3.ebuild
28 deleted file mode 100644
29 index 7854044dc1d..00000000000
30 --- a/app-text/groonga/groonga-5.0.3.ebuild
31 +++ /dev/null
32 @@ -1,91 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -inherit eutils libtool ltprune user
39 -
40 -DESCRIPTION="An Embeddable Fulltext Search Engine"
41 -HOMEPAGE="http://groonga.org/"
42 -SRC_URI="http://packages.groonga.org/source/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="LGPL-2.1"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="abort benchmark debug doc dynamic-malloc-change +exact-alloc-count examples fmalloc futex libedit libevent lzo mecab msgpack +nfkc sphinx static-libs uyield zeromq zlib"
48 -
49 -RDEPEND="benchmark? ( >=dev-libs/glib-2.8 )
50 - libedit? ( >=dev-libs/libedit-3 )
51 - libevent? ( dev-libs/libevent )
52 - lzo? ( dev-libs/lzo )
53 - mecab? ( >=app-text/mecab-0.80 )
54 - msgpack? ( dev-libs/msgpack )
55 - sphinx? ( >=dev-python/sphinx-1.0.1 )
56 - zeromq? ( net-libs/zeromq )
57 - zlib? ( sys-libs/zlib )"
58 -DEPEND="${RDEPEND}
59 - virtual/pkgconfig
60 - sphinx? ( dev-python/sphinx )"
61 -
62 -REQUIRED_USE=" abort? ( dynamic-malloc-change ) fmalloc? ( dynamic-malloc-change ) sphinx? ( doc )"
63 -
64 -pkg_setup() {
65 - enewgroup groonga
66 - enewuser groonga -1 -1 -1 groonga
67 -}
68 -
69 -src_prepare() {
70 - elibtoolize
71 -}
72 -
73 -src_configure() {
74 - # httpd is a bundled copy of nginx; disabled for security reasons
75 - # prce only is used with httpd
76 - # kytea and libstemmer are not available in portage
77 - # ruby is only used for an http test
78 - econf \
79 - --disable-groonga-httpd \
80 - --without-pcre \
81 - --without-kytea \
82 - --without-libstemmer \
83 - --with-log-path="${EROOT}var/log/${PN}.log" \
84 - --docdir="${EROOT}usr/share/doc/${P}" \
85 - --without-ruby \
86 - $(use_enable abort) \
87 - $(use_enable benchmark) \
88 - $(use_enable debug memory-debug) \
89 - $(use_enable doc document) \
90 - $(use_enable dynamic-malloc-change) \
91 - $(use_enable exact-alloc-count) \
92 - $(use_enable fmalloc) \
93 - $(use_enable futex) \
94 - $(use_enable libedit) \
95 - $(use_with libevent) \
96 - $(use_with lzo) \
97 - $(use_with mecab) \
98 - $(use_with msgpack message-pack "${EROOT}usr") \
99 - $(use_enable nfkc) \
100 - $(use_with sphinx sphinx-build) \
101 - $(use_enable static-libs static) \
102 - $(use_enable uyield) \
103 - $(use_enable zeromq) \
104 - $(use_with zlib)
105 -}
106 -
107 -src_install() {
108 - default
109 -
110 - prune_libtool_files
111 -
112 - newinitd "${FILESDIR}/${PN}.initd" ${PN}
113 - newconfd "${FILESDIR}/${PN}.confd" ${PN}
114 -
115 - keepdir /var/{log,lib}/${PN}
116 - fowners groonga:groonga /var/{log,lib}/${PN}
117 -
118 - dodoc README.md
119 -
120 - use examples || rm -r "${D}usr/share/${PN}" || die
121 - # Extra init script
122 - rm -r "${D}usr/sbin/groonga-httpd-restart" || die
123 -}
124
125 diff --git a/app-text/groonga/groonga-5.0.9.ebuild b/app-text/groonga/groonga-5.0.9.ebuild
126 deleted file mode 100644
127 index 7854044dc1d..00000000000
128 --- a/app-text/groonga/groonga-5.0.9.ebuild
129 +++ /dev/null
130 @@ -1,91 +0,0 @@
131 -# Copyright 1999-2020 Gentoo Authors
132 -# Distributed under the terms of the GNU General Public License v2
133 -
134 -EAPI=5
135 -
136 -inherit eutils libtool ltprune user
137 -
138 -DESCRIPTION="An Embeddable Fulltext Search Engine"
139 -HOMEPAGE="http://groonga.org/"
140 -SRC_URI="http://packages.groonga.org/source/${PN}/${P}.tar.gz"
141 -
142 -LICENSE="LGPL-2.1"
143 -SLOT="0"
144 -KEYWORDS="~amd64 ~x86"
145 -IUSE="abort benchmark debug doc dynamic-malloc-change +exact-alloc-count examples fmalloc futex libedit libevent lzo mecab msgpack +nfkc sphinx static-libs uyield zeromq zlib"
146 -
147 -RDEPEND="benchmark? ( >=dev-libs/glib-2.8 )
148 - libedit? ( >=dev-libs/libedit-3 )
149 - libevent? ( dev-libs/libevent )
150 - lzo? ( dev-libs/lzo )
151 - mecab? ( >=app-text/mecab-0.80 )
152 - msgpack? ( dev-libs/msgpack )
153 - sphinx? ( >=dev-python/sphinx-1.0.1 )
154 - zeromq? ( net-libs/zeromq )
155 - zlib? ( sys-libs/zlib )"
156 -DEPEND="${RDEPEND}
157 - virtual/pkgconfig
158 - sphinx? ( dev-python/sphinx )"
159 -
160 -REQUIRED_USE=" abort? ( dynamic-malloc-change ) fmalloc? ( dynamic-malloc-change ) sphinx? ( doc )"
161 -
162 -pkg_setup() {
163 - enewgroup groonga
164 - enewuser groonga -1 -1 -1 groonga
165 -}
166 -
167 -src_prepare() {
168 - elibtoolize
169 -}
170 -
171 -src_configure() {
172 - # httpd is a bundled copy of nginx; disabled for security reasons
173 - # prce only is used with httpd
174 - # kytea and libstemmer are not available in portage
175 - # ruby is only used for an http test
176 - econf \
177 - --disable-groonga-httpd \
178 - --without-pcre \
179 - --without-kytea \
180 - --without-libstemmer \
181 - --with-log-path="${EROOT}var/log/${PN}.log" \
182 - --docdir="${EROOT}usr/share/doc/${P}" \
183 - --without-ruby \
184 - $(use_enable abort) \
185 - $(use_enable benchmark) \
186 - $(use_enable debug memory-debug) \
187 - $(use_enable doc document) \
188 - $(use_enable dynamic-malloc-change) \
189 - $(use_enable exact-alloc-count) \
190 - $(use_enable fmalloc) \
191 - $(use_enable futex) \
192 - $(use_enable libedit) \
193 - $(use_with libevent) \
194 - $(use_with lzo) \
195 - $(use_with mecab) \
196 - $(use_with msgpack message-pack "${EROOT}usr") \
197 - $(use_enable nfkc) \
198 - $(use_with sphinx sphinx-build) \
199 - $(use_enable static-libs static) \
200 - $(use_enable uyield) \
201 - $(use_enable zeromq) \
202 - $(use_with zlib)
203 -}
204 -
205 -src_install() {
206 - default
207 -
208 - prune_libtool_files
209 -
210 - newinitd "${FILESDIR}/${PN}.initd" ${PN}
211 - newconfd "${FILESDIR}/${PN}.confd" ${PN}
212 -
213 - keepdir /var/{log,lib}/${PN}
214 - fowners groonga:groonga /var/{log,lib}/${PN}
215 -
216 - dodoc README.md
217 -
218 - use examples || rm -r "${D}usr/share/${PN}" || die
219 - # Extra init script
220 - rm -r "${D}usr/sbin/groonga-httpd-restart" || die
221 -}