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, 07 Dec 2021 20:43:28
Message-Id: 1638909404.4dc789e55a34b70dcbe71d5b64dfed92a9f71ea2.polynomial-c@gentoo
1 commit: 4dc789e55a34b70dcbe71d5b64dfed92a9f71ea2
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 7 20:36:44 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 7 20:36:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc789e5
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.3.3.ebuild | 59 -----------------------------------
14 dev-libs/libxmlb/libxmlb-0.3.4.ebuild | 59 -----------------------------------
15 3 files changed, 120 deletions(-)
16
17 diff --git a/dev-libs/libxmlb/Manifest b/dev-libs/libxmlb/Manifest
18 index 478dffe1ee17..b3066865b0f4 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.3.3.tar.gz 116107 BLAKE2B 604228a997618b0a3fc25a652f30c1761bc95649246310354c8ca76b6b189799ba8fa38a21244e354d42d6c0f1fd1640e71ccc7ff48429d3425ae43787cf4648 SHA512 4d06e7a7d4bf2e7d36713134b95a6d78e79f014e4b0b511ec9b11086e7287f9f5a42496c4bce35ecae68de1333d7e14b9d041b71c9a081267452178dd2405e16
24 -DIST libxmlb-0.3.4.tar.gz 118304 BLAKE2B e66d6ca72b2e2b568a2775ee44f4eba0c620b50515bb809ab585f488811e5760a61a79a77535c4f3e5ade029687443b4c780abb5eaa29cc044610e2bfe33eb87 SHA512 91ea55fc35e71a6e8c4ec2a07d19d6da27d3a40ac3958285bb15ad6b05a12d944d15f1987d5e8557c8ec1c28b753c1b267670a8e73790e0003ef4d990d617e75
25 DIST libxmlb-0.3.5.tar.gz 118335 BLAKE2B bc644ec810d8cfc8db4da5fd9eef0f97eb02efc4d634bb414e0404984ca7fc35be04dd2041dc4661d63515789a65217ae5ba60e8eb8dfc2d117beca73a69cf43 SHA512 2da4fbb0942a5b42c81bdf49926822b75b5a4b497a7f1c0c704b8ff4c249adeb85d22568a28b68b57a66e0019c13e129fd14d517ad49c7dbead4cd39ee790be3
26 DIST libxmlb-0.3.6.tar.gz 118521 BLAKE2B ba79d80216705b8f2f6e02a10ebab7cb3765d3718bf821bff4c6fbfe3cee7c2128230f670751948b430bd206f34924be438d4293dc154bcd69338e85cea90032 SHA512 2ea8592aa950be597254beefe1db0097ea3fb36b42e8ace04a13e34a17718bd74f232633e1555cc90283d81568fdfe2a198b68151ead5e0fa5628d344de8df9b
27
28 diff --git a/dev-libs/libxmlb/libxmlb-0.3.3.ebuild b/dev-libs/libxmlb/libxmlb-0.3.3.ebuild
29 deleted file mode 100644
30 index 6ab40a3d2714..000000000000
31 --- a/dev-libs/libxmlb/libxmlb-0.3.3.ebuild
32 +++ /dev/null
33 @@ -1,59 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -PYTHON_COMPAT=( python3_{8..10} )
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 ~riscv ~x86"
50 -IUSE="doc introspection stemmer test"
51 -
52 -RESTRICT="!test? ( test )"
53 -
54 -RDEPEND="
55 - app-arch/xz-utils
56 - dev-libs/glib:2
57 - sys-apps/util-linux
58 - stemmer? ( dev-libs/snowball-stemmer:= )
59 -"
60 -
61 -DEPEND="
62 - ${RDEPEND}
63 - doc? ( dev-util/gtk-doc )
64 - introspection? ( dev-libs/gobject-introspection )
65 -"
66 -
67 -BDEPEND="
68 - ${PYTHON_DEPS}
69 - >=dev-util/meson-0.47.0
70 - virtual/pkgconfig
71 - introspection? (
72 - $(python_gen_any_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
73 - )
74 -"
75 -
76 -python_check_deps() {
77 - has_version -b "dev-python/setuptools[${PYTHON_USEDEP}]"
78 -}
79 -
80 -pkg_setup() {
81 - python-any-r1_pkg_setup
82 -}
83 -
84 -src_configure() {
85 - local emesonargs=(
86 - -Dgtkdoc="$(usex doc true false)"
87 - -Dintrospection="$(usex introspection true false)"
88 - -Dstemmer="$(usex stemmer true false)"
89 - -Dtests="$(usex test true false)"
90 - )
91 - meson_src_configure
92 -}
93
94 diff --git a/dev-libs/libxmlb/libxmlb-0.3.4.ebuild b/dev-libs/libxmlb/libxmlb-0.3.4.ebuild
95 deleted file mode 100644
96 index 84e2880a46ac..000000000000
97 --- a/dev-libs/libxmlb/libxmlb-0.3.4.ebuild
98 +++ /dev/null
99 @@ -1,59 +0,0 @@
100 -# Copyright 1999-2021 Gentoo Authors
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=8
104 -
105 -PYTHON_COMPAT=( python3_{8..10} )
106 -
107 -inherit meson python-any-r1
108 -
109 -DESCRIPTION="Library to help create and query binary XML blobs"
110 -HOMEPAGE="https://github.com/hughsie/libxmlb"
111 -SRC_URI="https://github.com/hughsie/libxmlb/archive/${PV}.tar.gz -> ${P}.tar.gz"
112 -LICENSE="LGPL-2.1+"
113 -SLOT="0/2" # libxmlb.so version
114 -
115 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
116 -IUSE="doc introspection stemmer test"
117 -
118 -RESTRICT="!test? ( test )"
119 -
120 -RDEPEND="
121 - app-arch/xz-utils
122 - dev-libs/glib:2
123 - sys-apps/util-linux
124 - stemmer? ( dev-libs/snowball-stemmer:= )
125 -"
126 -
127 -DEPEND="
128 - ${RDEPEND}
129 - doc? ( dev-util/gtk-doc )
130 - introspection? ( dev-libs/gobject-introspection )
131 -"
132 -
133 -BDEPEND="
134 - ${PYTHON_DEPS}
135 - >=dev-util/meson-0.47.0
136 - virtual/pkgconfig
137 - introspection? (
138 - $(python_gen_any_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
139 - )
140 -"
141 -
142 -python_check_deps() {
143 - has_version -b "dev-python/setuptools[${PYTHON_USEDEP}]"
144 -}
145 -
146 -pkg_setup() {
147 - python-any-r1_pkg_setup
148 -}
149 -
150 -src_configure() {
151 - local emesonargs=(
152 - $(meson_use doc gtkdoc)
153 - $(meson_use introspection)
154 - $(meson_use stemmer)
155 - $(meson_use test tests)
156 - )
157 - meson_src_configure
158 -}