Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libreport/
Date: Tue, 07 Sep 2021 15:08:20
Message-Id: 1631027290.494801581f193b97af6c61e361c995757d5232ec.pacho@gentoo
1 commit: 494801581f193b97af6c61e361c995757d5232ec
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 7 15:05:48 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 7 15:08:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49480158
7
8 dev-libs/libreport: Drop old
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-libs/libreport/Manifest | 2 -
14 dev-libs/libreport/libreport-2.13.1.ebuild | 100 -----------------------------
15 dev-libs/libreport/libreport-2.15.0.ebuild | 100 -----------------------------
16 3 files changed, 202 deletions(-)
17
18 diff --git a/dev-libs/libreport/Manifest b/dev-libs/libreport/Manifest
19 index 640e49ba9cd..c75d817e335 100644
20 --- a/dev-libs/libreport/Manifest
21 +++ b/dev-libs/libreport/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST libreport-2.13.1.tar.gz 1841698 BLAKE2B e0fbebbb557fb9fb320dea0a8face6a2eabdb0ad80b5de092e5e4dfe2a0439a4804d4ec99c1286aaafa31064496a94fabce5e26f851001eb9c3bb9989a46e4bb SHA512 6c2ea47e6efa36f23030fbe08946d1e524690e5f6279cbfdaf7c463ef71b23ae82a5e4471ddce89b35d4024f58197cef9f58a07dfcf5bbc1a9b310e39966f81a
24 -DIST libreport-2.15.0.tar.gz 1859305 BLAKE2B ceedd392bd0c7fc5c3f0db5d4a63ced6a1e430b09d1d085996ce735daef5f48cd18267fb1401d9343857619daef6f7f3dcea8508c62313a9f908e5573508649c SHA512 7baaa1fb65face910e55ad06e53af08c5e31f058bf5936c3c1d45581e050380b5db75659b5a493cc626a81795d82616a2dfad696d60c107929cfb8e2905e7f4c
25 DIST libreport-2.15.1.tar.gz 1860410 BLAKE2B 43743fc7a7698851e247956621286cc94dbfcc451b8d95aaff9263e65f787b23f7bbf5d7ec087196d5f9f30a697c66e547bbccdc913b3ea2a17ea4c7bf77ee02 SHA512 70f947690173a0afa57981c9755a18bdd0ad44c888c00713de74624296b81ff25203d5dda5d5c57eac85da4a1631585184b77715c7adf6688b469e32d4113cf4
26 DIST libreport-2.15.2.tar.gz 1859867 BLAKE2B f890e3cb8b2a23647e4c3fb0caaf984b1b21fd32e066d04f835f8a475e317cbc75287375e0a10a01b91670d04bba1f15b1180065f7029b8d7d1c0a2fb890914b SHA512 c98003325fa70d674177c9f602a7f121815a9675701ee780ad8908ed69862f2c69be65c7483fd3f017ba299dda51ba304f0908c771c9d97cb5bba057e3a9c5dc
27
28 diff --git a/dev-libs/libreport/libreport-2.13.1.ebuild b/dev-libs/libreport/libreport-2.13.1.ebuild
29 deleted file mode 100644
30 index 991965f07e0..00000000000
31 --- a/dev-libs/libreport/libreport-2.13.1.ebuild
32 +++ /dev/null
33 @@ -1,100 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -PYTHON_COMPAT=( python3_{7..9} )
39 -
40 -inherit autotools python-r1
41 -
42 -DESCRIPTION="Generic library for reporting software bugs"
43 -HOMEPAGE="https://github.com/abrt/libreport"
44 -SRC_URI="https://github.com/abrt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -
50 -IUSE="gtk +python"
51 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
52 -
53 -DEPEND="${PYTHON_DEPS}
54 - app-admin/augeas
55 - >=dev-libs/glib-2.43.4:2
56 - dev-libs/satyr:0=
57 - dev-libs/json-c:=
58 - dev-libs/libtar
59 - dev-libs/libxml2:2
60 - dev-libs/nettle:=
61 - dev-libs/newt:=
62 - dev-libs/xmlrpc-c:=
63 - net-libs/libproxy:=
64 - net-misc/curl:=[ssl]
65 - sys-apps/dbus
66 - sys-apps/systemd
67 - gtk? ( >=x11-libs/gtk+-3.3.12:3 )
68 - python? ( ${PYTHON_DEPS} )
69 - x11-misc/xdg-utils
70 -"
71 -RDEPEND="${DEPEND}
72 - acct-user/abrt
73 - acct-group/abrt
74 -"
75 -BDEPEND="
76 - app-text/asciidoc
77 - app-text/xmlto
78 - >=dev-util/intltool-0.3.50
79 - >=sys-devel/gettext-0.17
80 - virtual/pkgconfig
81 -"
82 -
83 -# Tests require python-meh, which is highly redhat-specific.
84 -RESTRICT="test"
85 -
86 -src_prepare() {
87 - default
88 - ./gen-version || die # Needed to be run before autoreconf
89 - eautoreconf
90 - use python && python_copy_sources
91 -}
92 -
93 -src_configure() {
94 - use python && python_setup
95 -
96 - local myargs=(
97 - --localstatedir="${EPREFIX}/var"
98 - --without-bugzilla
99 - $(use_with gtk)
100 - $(use_with python python3)
101 - )
102 - if use python; then
103 - python_foreach_impl run_in_build_dir econf "${myargs[@]}"
104 - else
105 - econf "${myargs[@]}"
106 - fi
107 -}
108 -
109 -src_compile() {
110 - if use python; then
111 - python_foreach_impl run_in_build_dir default
112 - else
113 - default
114 - fi
115 -}
116 -
117 -src_install() {
118 - if use python; then
119 - python_install() {
120 - default
121 - python_optimize
122 - }
123 - python_foreach_impl run_in_build_dir python_install
124 - else
125 - default
126 - fi
127 -
128 - # Need to set correct ownership for use by app-admin/abrt
129 - diropts -o abrt -g abrt
130 - keepdir /var/spool/abrt
131 -
132 - find "${D}" -name '*.la' -exec rm -f {} + || die
133 -}
134
135 diff --git a/dev-libs/libreport/libreport-2.15.0.ebuild b/dev-libs/libreport/libreport-2.15.0.ebuild
136 deleted file mode 100644
137 index 886cb5a64cc..00000000000
138 --- a/dev-libs/libreport/libreport-2.15.0.ebuild
139 +++ /dev/null
140 @@ -1,100 +0,0 @@
141 -# Copyright 1999-2021 Gentoo Authors
142 -# Distributed under the terms of the GNU General Public License v2
143 -
144 -EAPI=7
145 -PYTHON_COMPAT=( python3_{7..9} )
146 -
147 -inherit autotools python-r1
148 -
149 -DESCRIPTION="Generic library for reporting software bugs"
150 -HOMEPAGE="https://github.com/abrt/libreport"
151 -SRC_URI="https://github.com/abrt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
152 -
153 -LICENSE="GPL-2"
154 -SLOT="0"
155 -KEYWORDS="~amd64 ~x86"
156 -
157 -IUSE="gtk +python"
158 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
159 -
160 -DEPEND="${PYTHON_DEPS}
161 - app-admin/augeas
162 - app-arch/libarchive:0=
163 - >=dev-libs/glib-2.43.4:2
164 - dev-libs/satyr:0=
165 - dev-libs/json-c:=
166 - dev-libs/libxml2:2
167 - dev-libs/nettle:=
168 - dev-libs/newt:=
169 - dev-libs/xmlrpc-c:=
170 - net-libs/libproxy:=
171 - net-misc/curl:=[ssl]
172 - sys-apps/dbus
173 - sys-apps/systemd
174 - gtk? ( >=x11-libs/gtk+-3.3.12:3 )
175 - python? ( ${PYTHON_DEPS} )
176 - x11-misc/xdg-utils
177 -"
178 -RDEPEND="${DEPEND}
179 - acct-user/abrt
180 - acct-group/abrt
181 -"
182 -BDEPEND="
183 - app-text/asciidoc
184 - app-text/xmlto
185 - >=dev-util/intltool-0.3.50
186 - >=sys-devel/gettext-0.17
187 - virtual/pkgconfig
188 -"
189 -
190 -# Tests require python-meh, which is highly redhat-specific.
191 -RESTRICT="test"
192 -
193 -src_prepare() {
194 - default
195 - ./gen-version || die # Needed to be run before autoreconf
196 - eautoreconf
197 - use python && python_copy_sources
198 -}
199 -
200 -src_configure() {
201 - use python && python_setup
202 -
203 - local myargs=(
204 - --localstatedir="${EPREFIX}/var"
205 - --without-bugzilla
206 - $(use_with gtk)
207 - $(use_with python python3)
208 - )
209 - if use python; then
210 - python_foreach_impl run_in_build_dir econf "${myargs[@]}"
211 - else
212 - econf "${myargs[@]}"
213 - fi
214 -}
215 -
216 -src_compile() {
217 - if use python; then
218 - python_foreach_impl run_in_build_dir default
219 - else
220 - default
221 - fi
222 -}
223 -
224 -src_install() {
225 - if use python; then
226 - python_install() {
227 - default
228 - python_optimize
229 - }
230 - python_foreach_impl run_in_build_dir python_install
231 - else
232 - default
233 - fi
234 -
235 - # Need to set correct ownership for use by app-admin/abrt
236 - diropts -o abrt -g abrt
237 - keepdir /var/spool/abrt
238 -
239 - find "${D}" -name '*.la' -exec rm -f {} + || die
240 -}