From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxmlb/
Date: Fri, 27 Sep 2019 17:51:20 +0000 (UTC) [thread overview]
Message-ID: <1569606673.740f723602e063d915b2ccf9b2c7e4dbb8108bbf.whissi@gentoo> (raw)
commit: 740f723602e063d915b2ccf9b2c7e4dbb8108bbf
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 27 15:54:31 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 17:51:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740f7236
dev-libs/libxmlb: bump to v0.1.12
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-libs/libxmlb/Manifest | 1 +
dev-libs/libxmlb/libxmlb-0.1.12.ebuild | 56 ++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/dev-libs/libxmlb/Manifest b/dev-libs/libxmlb/Manifest
index fa97a1acd2d..1857b33ecd3 100644
--- a/dev-libs/libxmlb/Manifest
+++ b/dev-libs/libxmlb/Manifest
@@ -1,3 +1,4 @@
DIST libxmlb-0.1.10.tar.gz 86237 BLAKE2B 042898be9ff8bb6b253ce7194e774bf6a1d8f08316ba54647b3667b1969c035364c3ef25d179fab20cbf9ca83bbd7e4d6012ec1adf08849fe99e40ab9a294983 SHA512 81f5edf776241580c0e47f43f9b15ecbc695022007cf90070f95ca190f2a270f15a856a89246c772f52e93b8eed88d228c5f426cd4dc84e8e6fdf2556b8714b3
DIST libxmlb-0.1.11.tar.gz 88848 BLAKE2B b8ae448f8ead51c884304c190c2b5535f864eb410f45adc4c1f548d6aedcba944b6e0418fbc781e2561e18b392f3a77df8512f6d3ec5e0831513a2dac520409d SHA512 734082c4c15d8b02eb3e526b59fb6be8a7a61758a059792fca567c9a647df0597561fb6967903fb44d566ccd6e8e6d99286d0cae495b9d8ec12a3cd257c24a16
+DIST libxmlb-0.1.12.tar.gz 91256 BLAKE2B b063bed9d7794b300ec40622c7fd0caac974b7f1be57b08ccb1864587b7bf47f892a39d1f4f0df226d3fe7ca03ffcec471a4f28afb8e64ae841d6898a337b60f SHA512 aebd9f41421bb0d78954038b3221bed879d296ec2d3061e7e7747980974e01081e51ea36d4e94545af5006b3dc4714d535aeea1943e42a7f1661ba1177979b31
DIST libxmlb-0.1.8.tar.gz 85945 BLAKE2B 4d17aaf4e5ed3001a4db24e7ca220cba3fc14ee446b127b65b545fab997c7c31835b57b0dd9d23da74200d774e3986558e7618789f42d1e95c0734fa5bb6e098 SHA512 4109f171da4622429d18afdb9ae183a64f89e0b92df285efae5736017970f877a92391876969c20894184c6d5df96390ccd46be1d1087882a5461476c39e433a
diff --git a/dev-libs/libxmlb/libxmlb-0.1.12.ebuild b/dev-libs/libxmlb/libxmlb-0.1.12.ebuild
new file mode 100644
index 00000000000..51a1b304f84
--- /dev/null
+++ b/dev-libs/libxmlb/libxmlb-0.1.12.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+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"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="doc introspection stemmer test"
+
+RDEPEND="
+ 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="
+ >=dev-util/meson-0.47.0
+ virtual/pkgconfig
+ introspection? (
+ $(python_gen_any_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
+ ${PYTHON_DEPS}
+ )
+"
+
+python_check_deps() {
+ has_version -b "dev-python/setuptools[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+ use introspection && 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
+}
next reply other threads:[~2019-09-27 17:51 UTC|newest]
Thread overview: 105+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-27 17:51 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 7:20 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxmlb/ Arthur Zamarin
2025-03-08 7:20 Arthur Zamarin
2024-10-22 8:12 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-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-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=1569606673.740f723602e063d915b2ccf9b2c7e4dbb8108bbf.whissi@gentoo \
--to=whissi@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