public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sord/
Date: Thu, 19 Dec 2019 17:34:52 +0000 (UTC)	[thread overview]
Message-ID: <1576776887.68894098c63ac5a8863048c27702c5722a9f252e.fordfrog@gentoo> (raw)

commit:     68894098c63ac5a8863048c27702c5722a9f252e
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 19 17:23:01 2019 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 17:34:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68894098

dev-libs/sord: bump 0.16.4

1) dropped python 2_7 and 3_5, added 3_{6,7,8}
2) updated deps

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-libs/sord/Manifest           |  1 +
 dev-libs/sord/sord-0.16.4.ebuild | 57 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/dev-libs/sord/Manifest b/dev-libs/sord/Manifest
index cc4ba82085e..1c3b93a6d65 100644
--- a/dev-libs/sord/Manifest
+++ b/dev-libs/sord/Manifest
@@ -1 +1,2 @@
 DIST sord-0.16.0.tar.bz2 316331 BLAKE2B 27702600e48e14c75be18cc2b83705cdea1eed7158223ee685821ae80b18b61f5db82f804ee6a32236143cf8287ee875c3b3354edc6ccd1d4f25eaa3a04c785b SHA512 e18c6de62f2cbffedd4c200f6452f4fd37f719aed764ccc1b77c8da04a0f3394d47e8b57e19eefd6d600770926f505fdfa5da91564bbff5f4ead49f1adaba249
+DIST sord-0.16.4.tar.bz2 510920 BLAKE2B e52b659e8070dc63188225741d1bfa31480214e47b53b4834dd0bccc5dcd688b93fc65c894b25540d89dbb20b04d8fd1952dcc65999c2ae7b650065c80b387dc SHA512 98bb102cff5ab38d999c2f966597508076ccce54583a739810b0c28b4f3d570b2ef414605fc08361ecb11ac3184d3176f2f50c7c59c06cc50c3d522e26ed5576

diff --git a/dev-libs/sord/sord-0.16.4.ebuild b/dev-libs/sord/sord-0.16.4.ebuild
new file mode 100644
index 00000000000..faef78b88b7
--- /dev/null
+++ b/dev-libs/sord/sord-0.16.4.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE='threads(+)'
+inherit python-any-r1 waf-utils multilib-build multilib-minimal
+
+DESCRIPTION="Library for storing RDF data in memory"
+HOMEPAGE="http://drobilla.net/software/sord/"
+SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc static-libs test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-libs/libpcre
+	>=dev-libs/serd-0.30.0
+"
+DEPEND="${RDEPEND}
+	${PYTHON_DEPS}
+	doc? ( app-doc/doxygen )
+	virtual/pkgconfig"
+
+DOCS=( "AUTHORS" "NEWS" "README.md" )
+
+src_prepare() {
+	sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
+	default
+	multilib_copy_sources
+}
+
+multilib_src_configure() {
+	waf-utils_src_configure \
+		--docdir=/usr/share/doc/${PF} \
+		$(multilib_native_usex doc --docs "") \
+		$(usex test --test "") \
+		$(usex static-libs --static "")
+}
+
+multilib_src_test() {
+	./waf test || die
+}
+
+multilib_src_compile() {
+	waf-utils_src_compile
+	default
+}
+
+multilib_src_install() {
+	waf-utils_src_install
+	default
+}


             reply	other threads:[~2019-12-19 17:34 UTC|newest]

Thread overview: 115+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-19 17:34 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-22  8:31 [gentoo-commits] repo/gentoo:master commit in: dev-libs/sord/ Arthur Zamarin
2025-02-22  8:31 Arthur Zamarin
2025-02-21 20:11 Sam James
2025-02-21 19:52 Arthur Zamarin
2025-02-21 19:52 Arthur Zamarin
2025-02-21 19:52 Arthur Zamarin
2025-01-21  7:42 Miroslav Šulc
2024-01-03 22:27 Miroslav Šulc
2024-01-03 18:52 Arthur Zamarin
2024-01-03 18:52 Arthur Zamarin
2024-01-03 18:52 Arthur Zamarin
2024-01-03 18:52 Arthur Zamarin
2024-01-03 18:39 Arthur Zamarin
2024-01-03 18:39 Arthur Zamarin
2023-10-28  0:48 Sam James
2023-10-26  7:32 Miroslav Šulc
2023-10-26  7:32 Miroslav Šulc
2023-10-25 20:07 Miroslav Šulc
2023-10-25  9:17 Miroslav Šulc
2023-10-25  7:41 Miroslav Šulc
2023-10-24 18:26 Miroslav Šulc
2023-03-03  6:28 Viorel Munteanu
2023-01-27  1:29 Sam James
2023-01-27  1:29 Sam James
2023-01-22  8:07 Sam James
2023-01-22  8:07 Sam James
2022-11-04  7:19 Miroslav Šulc
2022-11-03  8:08 Agostino Sarubbo
2022-11-03  7:59 Agostino Sarubbo
2022-11-02 10:57 Arthur Zamarin
2022-11-02  8:44 Arthur Zamarin
2022-11-02  8:30 Arthur Zamarin
2022-11-02  7:52 Arthur Zamarin
2022-10-19 10:07 WANG Xuerui
2022-10-02  8:16 Miroslav Šulc
2022-10-02  7:01 Miroslav Šulc
2022-10-02  6:53 Miroslav Šulc
2022-09-28  4:34 Miroslav Šulc
2022-09-27  7:07 Agostino Sarubbo
2022-09-27  6:14 Jakov Smolić
2022-09-27  6:07 Jakov Smolić
2022-09-27  6:05 Jakov Smolić
2022-09-27  6:05 Jakov Smolić
2022-09-27  6:02 Jakov Smolić
2022-08-27 11:17 Sam James
2022-08-27 11:17 Sam James
2022-07-31  7:15 Miroslav Šulc
2022-06-29 18:15 Miroslav Šulc
2022-06-29  7:56 Agostino Sarubbo
2022-06-29  7:55 Agostino Sarubbo
2022-06-29  7:54 Agostino Sarubbo
2022-06-29  7:54 Agostino Sarubbo
2022-06-29  7:53 Agostino Sarubbo
2022-06-29  7:52 Agostino Sarubbo
2022-05-29  6:46 Miroslav Šulc
2021-12-18 11:58 Miroslav Šulc
2021-08-24 21:02 Marek Szuba
2021-02-18  7:26 Sam James
2021-02-17  4:23 Sam James
2021-02-14 14:53 Sam James
2021-02-09  6:15 Sam James
2021-02-08 17:26 Sam James
2021-02-08 17:25 Sam James
2021-01-08 12:17 Miroslav Šulc
2020-10-07  8:15 Miroslav Šulc
2020-10-07  7:09 Agostino Sarubbo
2020-10-07  6:53 Agostino Sarubbo
2020-10-07  6:50 Agostino Sarubbo
2020-10-06 13:23 Sam James
2020-10-06  4:56 Sam James
2020-09-23 10:29 Agostino Sarubbo
2020-09-23 10:24 Agostino Sarubbo
2020-09-20 16:44 Thomas Deutschmann
2020-09-19 22:12 Sam James
2020-09-19 21:08 Sam James
2020-09-19 20:25 Sam James
2020-09-18  9:56 Miroslav Šulc
2020-06-10  6:58 Miroslav Šulc
2020-06-09 19:46 Mart Raudsepp
2020-04-10  9:48 Sergei Trofimovich
2020-03-02 11:49 Sergei Trofimovich
2020-01-27 13:46 Agostino Sarubbo
2020-01-27 11:59 Mikle Kolyada
2020-01-27  9:33 Sergei Trofimovich
2020-01-27  8:10 Sergei Trofimovich
2020-01-24 15:57 Agostino Sarubbo
2020-01-23 13:32 Agostino Sarubbo
2019-09-14  5:03 Matt Turner
2019-06-18 18:17 Sergei Trofimovich
2019-06-06  6:46 Agostino Sarubbo
2019-05-26 11:10 Mikle Kolyada
2019-05-24 22:51 Sergei Trofimovich
2019-05-24 22:08 Sergei Trofimovich
2019-05-24 20:18 Sergei Trofimovich
2019-05-21 21:50 Aaron Bauman
2019-02-18 19:28 Alexis Ballier
2018-12-23  3:25 Matt Turner
2018-11-24 12:33 Sergei Trofimovich
2018-07-22  1:55 Mikle Kolyada
2018-05-20 11:36 Johannes Huber
2018-05-20 11:36 Johannes Huber
2018-05-20 11:36 Johannes Huber
2018-05-20 11:36 Johannes Huber
2018-05-05 12:52 Sergei Trofimovich
2018-05-01 11:47 Jeroen Roovers
2017-12-21  9:30 Matt Thode
2017-04-28 12:52 Agostino Sarubbo
2017-04-26  9:58 Agostino Sarubbo
2017-04-24  9:31 Pacho Ramos
2016-11-30 14:59 Alexis Ballier
2016-11-30  9:25 Alexis Ballier
2015-10-25 11:18 Mikle Kolyada
2015-10-13  8:51 Alexis Ballier
2015-09-24 12:38 Agostino Sarubbo

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=1576776887.68894098c63ac5a8863048c27702c5722a9f252e.fordfrog@gentoo \
    --to=fordfrog@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