Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxmlb/
Date: Tue, 25 May 2021 16:36:08
Message-Id: 1621960554.031f4138d168b9f542e32db5f784343d5b7a925d.polynomial-c@gentoo
1 commit: 031f4138d168b9f542e32db5f784343d5b7a925d
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 16:35:20 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 16:35:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031f4138
7
8 dev-libs/libxmlb: Removed old
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 dev-libs/libxmlb/Manifest | 2 --
13 dev-libs/libxmlb/libxmlb-0.2.1.ebuild | 58 -----------------------------------
14 dev-libs/libxmlb/libxmlb-0.3.0.ebuild | 58 -----------------------------------
15 3 files changed, 118 deletions(-)
16
17 diff --git a/dev-libs/libxmlb/Manifest b/dev-libs/libxmlb/Manifest
18 index 088eda1dafd..0bbca3878f4 100644
19 --- a/dev-libs/libxmlb/Manifest
20 +++ b/dev-libs/libxmlb/Manifest
21 @@ -1,5 +1,3 @@
22 DIST libxmlb-0.1.15.tar.gz 92923 BLAKE2B 97b6af812397dd279e7e3c038627fcf8228cbfa5c3af91ceeb5361e32d37d357eda6a193f627a5f4442426fb08abca1ff11684fe199d9d3a4add72ca4f3f5d08 SHA512 58268b3a690af36c0923afdee3ae58e88bf778eebbc6a439be1bc85ed985efdc20cd7006c976586f7be87310dc091d67dddd370f4bbec58379fc4e7349bfa3d8
23 -DIST libxmlb-0.2.1.tar.gz 98284 BLAKE2B b9bf02560a231837d7837b43f01d8f78c54a80319379a7bfa191f8303b77c35e82d1e2bb57722f1bfe56224d96bd1513cef702a0375eb85a137bff8ca3104c5c SHA512 4e082f036eb62626d1724ac5093ad625f9259e9e81aa40d5ca0589a3a72dadd669c0718ff64dcae094973b6c282b6c8f8ce7212b7e47211f320035bb639ec59d
24 -DIST libxmlb-0.3.0.tar.gz 112097 BLAKE2B a1046ee5c940dfd23a7e3cc07c0deb2be0f18fd416c13df7f467ce98308239191788a1cf18026593862c04645486f4ab332fe71eb96dc5e5abc7909e61451cf0 SHA512 28731c84cab0b1164fc08ea751ee7da22b8f4f278c4950a2d5957cc0dcd4457b6ce47dace25dd7c163a790b7ed2619dd6b4863f8147dc201c18f3433990af2cb
25 DIST libxmlb-0.3.1.tar.gz 113197 BLAKE2B 1e437cb1d9e58350b591bdb6234be453dfdf80fac72c96764c4ce3b7e1f5ffccc310590c1945bc44fd747f0f0c6caeb6ba95cdbeb29e21a1c5a990f041a10ed9 SHA512 7fc892762c7272cbb11e5cb2b6d936ba802b10aaeab68b33e5c1fbccfdd0019378080d355f1719d946e9b838ac76b77c7229723f692c0dde3de3f94ad62a1842
26 DIST libxmlb-0.3.2.tar.gz 113428 BLAKE2B 30f29ebd7522ee2338b4e78e15a544bdf20514e151e63d555be29fca63a3c8251c8d340f778ba1b6b6484c084ab145f9e9d1d4acf037b3f1abad05c5b0101082 SHA512 d4c1cbb8dfd2da9f4b9f436fbba5102f0391df7786a1c0bb1543841eaa5928ac72e6d8125e263be51c69627574bfea70d72624385086879cdbdb44721c0daa3d
27
28 diff --git a/dev-libs/libxmlb/libxmlb-0.2.1.ebuild b/dev-libs/libxmlb/libxmlb-0.2.1.ebuild
29 deleted file mode 100644
30 index a4cc4b2a152..00000000000
31 --- a/dev-libs/libxmlb/libxmlb-0.2.1.ebuild
32 +++ /dev/null
33 @@ -1,58 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python3_{7..9} )
40 -
41 -inherit meson python-any-r1
42 -
43 -DESCRIPTION="Library to help create and query binary XML blobs"
44 -HOMEPAGE="https://github.com/hughsie/libxmlb"
45 -SRC_URI="https://github.com/hughsie/libxmlb/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -LICENSE="LGPL-2.1+"
47 -SLOT="0/2" # libxmlb.so version
48 -
49 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
50 -IUSE="doc introspection stemmer test"
51 -
52 -RESTRICT="!test? ( test )"
53 -
54 -RDEPEND="
55 - dev-libs/glib:2
56 - sys-apps/util-linux
57 - stemmer? ( dev-libs/snowball-stemmer )
58 -"
59 -
60 -DEPEND="
61 - ${RDEPEND}
62 - doc? ( dev-util/gtk-doc )
63 - introspection? ( dev-libs/gobject-introspection )
64 -"
65 -
66 -BDEPEND="
67 - ${PYTHON_DEPS}
68 - >=dev-util/meson-0.47.0
69 - virtual/pkgconfig
70 - introspection? (
71 - $(python_gen_any_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
72 - )
73 -"
74 -
75 -python_check_deps() {
76 - has_version -b "dev-python/setuptools[${PYTHON_USEDEP}]"
77 -}
78 -
79 -pkg_setup() {
80 - python-any-r1_pkg_setup
81 -}
82 -
83 -src_configure() {
84 - local emesonargs=(
85 - -Dgtkdoc="$(usex doc true false)"
86 - -Dintrospection="$(usex introspection true false)"
87 - -Dstemmer="$(usex stemmer true false)"
88 - -Dtests="$(usex test true false)"
89 - )
90 - meson_src_configure
91 -}
92
93 diff --git a/dev-libs/libxmlb/libxmlb-0.3.0.ebuild b/dev-libs/libxmlb/libxmlb-0.3.0.ebuild
94 deleted file mode 100644
95 index a4cc4b2a152..00000000000
96 --- a/dev-libs/libxmlb/libxmlb-0.3.0.ebuild
97 +++ /dev/null
98 @@ -1,58 +0,0 @@
99 -# Copyright 1999-2021 Gentoo Authors
100 -# Distributed under the terms of the GNU General Public License v2
101 -
102 -EAPI=7
103 -
104 -PYTHON_COMPAT=( python3_{7..9} )
105 -
106 -inherit meson python-any-r1
107 -
108 -DESCRIPTION="Library to help create and query binary XML blobs"
109 -HOMEPAGE="https://github.com/hughsie/libxmlb"
110 -SRC_URI="https://github.com/hughsie/libxmlb/archive/${PV}.tar.gz -> ${P}.tar.gz"
111 -LICENSE="LGPL-2.1+"
112 -SLOT="0/2" # libxmlb.so version
113 -
114 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
115 -IUSE="doc introspection stemmer test"
116 -
117 -RESTRICT="!test? ( test )"
118 -
119 -RDEPEND="
120 - dev-libs/glib:2
121 - sys-apps/util-linux
122 - stemmer? ( dev-libs/snowball-stemmer )
123 -"
124 -
125 -DEPEND="
126 - ${RDEPEND}
127 - doc? ( dev-util/gtk-doc )
128 - introspection? ( dev-libs/gobject-introspection )
129 -"
130 -
131 -BDEPEND="
132 - ${PYTHON_DEPS}
133 - >=dev-util/meson-0.47.0
134 - virtual/pkgconfig
135 - introspection? (
136 - $(python_gen_any_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
137 - )
138 -"
139 -
140 -python_check_deps() {
141 - has_version -b "dev-python/setuptools[${PYTHON_USEDEP}]"
142 -}
143 -
144 -pkg_setup() {
145 - python-any-r1_pkg_setup
146 -}
147 -
148 -src_configure() {
149 - local emesonargs=(
150 - -Dgtkdoc="$(usex doc true false)"
151 - -Dintrospection="$(usex introspection true false)"
152 - -Dstemmer="$(usex stemmer true false)"
153 - -Dtests="$(usex test true false)"
154 - )
155 - meson_src_configure
156 -}