From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxmlb/
Date: Tue, 7 Dec 2021 20:43:25 +0000 (UTC) [thread overview]
Message-ID: <1638909404.4dc789e55a34b70dcbe71d5b64dfed92a9f71ea2.polynomial-c@gentoo> (raw)
commit: 4dc789e55a34b70dcbe71d5b64dfed92a9f71ea2
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 7 20:36:44 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Dec 7 20:36:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc789e5
dev-libs/libxmlb: Removed old
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
dev-libs/libxmlb/Manifest | 2 --
dev-libs/libxmlb/libxmlb-0.3.3.ebuild | 59 -----------------------------------
dev-libs/libxmlb/libxmlb-0.3.4.ebuild | 59 -----------------------------------
3 files changed, 120 deletions(-)
diff --git a/dev-libs/libxmlb/Manifest b/dev-libs/libxmlb/Manifest
index 478dffe1ee17..b3066865b0f4 100644
--- a/dev-libs/libxmlb/Manifest
+++ b/dev-libs/libxmlb/Manifest
@@ -1,5 +1,3 @@
DIST libxmlb-0.1.15.tar.gz 92923 BLAKE2B 97b6af812397dd279e7e3c038627fcf8228cbfa5c3af91ceeb5361e32d37d357eda6a193f627a5f4442426fb08abca1ff11684fe199d9d3a4add72ca4f3f5d08 SHA512 58268b3a690af36c0923afdee3ae58e88bf778eebbc6a439be1bc85ed985efdc20cd7006c976586f7be87310dc091d67dddd370f4bbec58379fc4e7349bfa3d8
-DIST libxmlb-0.3.3.tar.gz 116107 BLAKE2B 604228a997618b0a3fc25a652f30c1761bc95649246310354c8ca76b6b189799ba8fa38a21244e354d42d6c0f1fd1640e71ccc7ff48429d3425ae43787cf4648 SHA512 4d06e7a7d4bf2e7d36713134b95a6d78e79f014e4b0b511ec9b11086e7287f9f5a42496c4bce35ecae68de1333d7e14b9d041b71c9a081267452178dd2405e16
-DIST libxmlb-0.3.4.tar.gz 118304 BLAKE2B e66d6ca72b2e2b568a2775ee44f4eba0c620b50515bb809ab585f488811e5760a61a79a77535c4f3e5ade029687443b4c780abb5eaa29cc044610e2bfe33eb87 SHA512 91ea55fc35e71a6e8c4ec2a07d19d6da27d3a40ac3958285bb15ad6b05a12d944d15f1987d5e8557c8ec1c28b753c1b267670a8e73790e0003ef4d990d617e75
DIST libxmlb-0.3.5.tar.gz 118335 BLAKE2B bc644ec810d8cfc8db4da5fd9eef0f97eb02efc4d634bb414e0404984ca7fc35be04dd2041dc4661d63515789a65217ae5ba60e8eb8dfc2d117beca73a69cf43 SHA512 2da4fbb0942a5b42c81bdf49926822b75b5a4b497a7f1c0c704b8ff4c249adeb85d22568a28b68b57a66e0019c13e129fd14d517ad49c7dbead4cd39ee790be3
DIST libxmlb-0.3.6.tar.gz 118521 BLAKE2B ba79d80216705b8f2f6e02a10ebab7cb3765d3718bf821bff4c6fbfe3cee7c2128230f670751948b430bd206f34924be438d4293dc154bcd69338e85cea90032 SHA512 2ea8592aa950be597254beefe1db0097ea3fb36b42e8ace04a13e34a17718bd74f232633e1555cc90283d81568fdfe2a198b68151ead5e0fa5628d344de8df9b
diff --git a/dev-libs/libxmlb/libxmlb-0.3.3.ebuild b/dev-libs/libxmlb/libxmlb-0.3.3.ebuild
deleted file mode 100644
index 6ab40a3d2714..000000000000
--- a/dev-libs/libxmlb/libxmlb-0.3.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit meson python-any-r1
-
-DESCRIPTION="Library to help create and query binary XML blobs"
-HOMEPAGE="https://github.com/hughsie/libxmlb"
-SRC_URI="https://github.com/hughsie/libxmlb/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="LGPL-2.1+"
-SLOT="0/2" # libxmlb.so version
-
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="doc introspection stemmer test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- app-arch/xz-utils
- dev-libs/glib:2
- sys-apps/util-linux
- stemmer? ( dev-libs/snowball-stemmer:= )
-"
-
-DEPEND="
- ${RDEPEND}
- doc? ( dev-util/gtk-doc )
- introspection? ( dev-libs/gobject-introspection )
-"
-
-BDEPEND="
- ${PYTHON_DEPS}
- >=dev-util/meson-0.47.0
- virtual/pkgconfig
- introspection? (
- $(python_gen_any_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
- )
-"
-
-python_check_deps() {
- has_version -b "dev-python/setuptools[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
- python-any-r1_pkg_setup
-}
-
-src_configure() {
- local emesonargs=(
- -Dgtkdoc="$(usex doc true false)"
- -Dintrospection="$(usex introspection true false)"
- -Dstemmer="$(usex stemmer true false)"
- -Dtests="$(usex test true false)"
- )
- meson_src_configure
-}
diff --git a/dev-libs/libxmlb/libxmlb-0.3.4.ebuild b/dev-libs/libxmlb/libxmlb-0.3.4.ebuild
deleted file mode 100644
index 84e2880a46ac..000000000000
--- a/dev-libs/libxmlb/libxmlb-0.3.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit meson python-any-r1
-
-DESCRIPTION="Library to help create and query binary XML blobs"
-HOMEPAGE="https://github.com/hughsie/libxmlb"
-SRC_URI="https://github.com/hughsie/libxmlb/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="LGPL-2.1+"
-SLOT="0/2" # libxmlb.so version
-
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="doc introspection stemmer test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- app-arch/xz-utils
- dev-libs/glib:2
- sys-apps/util-linux
- stemmer? ( dev-libs/snowball-stemmer:= )
-"
-
-DEPEND="
- ${RDEPEND}
- doc? ( dev-util/gtk-doc )
- introspection? ( dev-libs/gobject-introspection )
-"
-
-BDEPEND="
- ${PYTHON_DEPS}
- >=dev-util/meson-0.47.0
- virtual/pkgconfig
- introspection? (
- $(python_gen_any_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
- )
-"
-
-python_check_deps() {
- has_version -b "dev-python/setuptools[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
- python-any-r1_pkg_setup
-}
-
-src_configure() {
- local emesonargs=(
- $(meson_use doc gtkdoc)
- $(meson_use introspection)
- $(meson_use stemmer)
- $(meson_use test tests)
- )
- meson_src_configure
-}
next reply other threads:[~2021-12-07 20:43 UTC|newest]
Thread overview: 103+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-07 20:43 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-22 8:12 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxmlb/ Sam James
2024-10-22 8:05 Sam James
2024-10-22 7:33 Sam James
2024-10-22 7:33 Sam James
2024-09-23 7:13 Arthur Zamarin
2024-09-23 6:02 Arthur Zamarin
2024-09-23 6:02 Arthur Zamarin
2024-09-23 0:32 Sam James
2024-09-23 0:32 Sam James
2024-04-24 12:58 Marek Szuba
2024-04-10 10:37 Marek Szuba
2024-04-07 1:06 Marek Szuba
2024-02-10 14:21 Arthur Zamarin
2024-01-04 10:02 Sam James
2023-11-21 10:05 Marek Szuba
2023-10-26 12:51 Sam James
2023-10-26 12:49 Sam James
2023-10-26 12:49 Sam James
2023-08-25 10:51 Marek Szuba
2023-08-19 11:15 Marek Szuba
2023-08-09 18:14 Piotr Karbowski
2023-04-05 14:07 Marek Szuba
2023-04-04 22:52 Sam James
2023-04-04 22:42 Sam James
2023-04-04 19:26 Arthur Zamarin
2023-02-21 23:41 Marek Szuba
2022-11-20 22:17 Marek Szuba
2022-11-16 23:18 Sam James
2022-11-06 8:05 Agostino Sarubbo
2022-11-06 4:00 Sam James
2022-09-30 18:03 Arthur Zamarin
2022-09-16 9:12 Marek Szuba
2022-08-28 7:41 WANG Xuerui
2022-07-03 18:42 Piotr Karbowski
2022-06-30 12:52 Marek Szuba
2022-06-30 12:52 Marek Szuba
2022-06-30 12:52 Marek Szuba
2022-06-30 12:25 Sam James
2022-06-30 12:25 Sam James
2022-06-29 10:59 Marek Szuba
2022-06-29 10:59 Marek Szuba
2022-06-01 8:43 Jakov Smolić
2022-06-01 8:43 Jakov Smolić
2022-05-24 18:48 Lars Wendler
2022-05-24 18:48 Lars Wendler
2022-04-04 9:47 Lars Wendler
2022-04-04 9:47 Lars Wendler
2022-02-18 16:13 Lars Wendler
2022-02-18 16:13 Lars Wendler
2021-12-07 20:43 Lars Wendler
2021-12-03 10:24 Lars Wendler
2021-12-01 7:15 Lars Wendler
2021-12-01 7:15 Lars Wendler
2021-10-06 20:38 Lars Wendler
2021-10-06 20:38 Lars Wendler
2021-09-01 9:24 Yixun Lan
2021-08-27 20:45 Sam James
2021-06-15 23:04 Thomas Deutschmann
2021-05-25 16:36 Lars Wendler
2021-05-25 16:36 Lars Wendler
2021-05-09 8:35 Lars Wendler
2021-03-12 21:30 Lars Wendler
2021-01-14 23:35 Lars Wendler
2021-01-14 23:35 Lars Wendler
2020-11-06 1:41 Georgy Yakovlev
2020-09-07 21:32 Lars Wendler
2020-08-19 8:49 Lars Wendler
2020-08-19 8:49 Lars Wendler
2020-06-25 7:00 Agostino Sarubbo
2020-06-20 13:48 Thomas Deutschmann
2020-03-06 12:36 Lars Wendler
2020-03-06 12:36 Lars Wendler
2019-12-04 13:25 Lars Wendler
2019-12-04 9:16 Lars Wendler
2019-11-03 14:59 Lars Wendler
2019-10-20 14:25 Agostino Sarubbo
2019-10-19 21:40 Lars Wendler
2019-10-18 10:25 Agostino Sarubbo
2019-10-18 7:56 Lars Wendler
2019-10-18 7:56 Lars Wendler
2019-10-10 23:40 Thomas Deutschmann
2019-09-27 17:51 Thomas Deutschmann
2019-09-24 22:09 Thomas Deutschmann
2019-07-16 9:12 Lars Wendler
2019-07-16 9:12 Lars Wendler
2019-05-20 9:24 Lars Wendler
2019-05-18 18:07 Mikle Kolyada
2019-05-16 23:56 Thomas Deutschmann
2019-05-11 9:30 Lars Wendler
2019-05-11 9:30 Lars Wendler
2019-03-28 16:00 Lars Wendler
2019-03-28 16:00 Lars Wendler
2019-03-10 20:33 Lars Wendler
2019-03-10 20:33 Lars Wendler
2019-03-02 23:28 Andreas Sturmlechner
2019-02-28 14:32 Mikle Kolyada
2019-01-02 9:30 Lars Wendler
2019-01-02 9:30 Lars Wendler
2018-11-28 9:35 Lars Wendler
2018-11-09 12:42 Lars Wendler
2018-11-09 12:35 Lars Wendler
2018-11-09 12:26 Lars Wendler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1638909404.4dc789e55a34b70dcbe71d5b64dfed92a9f71ea2.polynomial-c@gentoo \
--to=polynomial-c@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox