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: Fri,  8 Jan 2021 12:17:30 +0000 (UTC)	[thread overview]
Message-ID: <1610108225.9d901eb5aae107a2a9d2fd237e0c81cbfb51acac.fordfrog@gentoo> (raw)

commit:     9d901eb5aae107a2a9d2fd237e0c81cbfb51acac
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  8 12:17:05 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Jan  8 12:17:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d901eb5

dev-libs/sord: bump to 0.16.8 + updated live

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

 dev-libs/sord/Manifest                             |  1 +
 .../sord/{sord-9999.ebuild => sord-0.16.8.ebuild}  | 24 ++++++++++------------
 dev-libs/sord/sord-9999.ebuild                     | 18 ++++++++--------
 3 files changed, 20 insertions(+), 23 deletions(-)

diff --git a/dev-libs/sord/Manifest b/dev-libs/sord/Manifest
index 0d9dc5ba9e7..5c28a5f44b2 100644
--- a/dev-libs/sord/Manifest
+++ b/dev-libs/sord/Manifest
@@ -1 +1,2 @@
 DIST sord-0.16.6.tar.bz2 520690 BLAKE2B 7ec248a78e0d9e525d640363414ddd32acc3e32817e2ab86e791fd9232a46658538c9a4db936a5daa7eeb5ef9f7bf13e1aa1429ab6d9fc769e1391a014da919f SHA512 1d3c2bf47ff7e4b533e4e737e2ece8e29bace78bb00c41a252ad5c583abdcba3baa05b189cb8651c212861a2eea3c690354c99d684fd0f343b40e74c94572f98
+DIST sord-0.16.8.tar.bz2 525038 BLAKE2B 3ba43b2edb69efec64ac68f139a18f23dc1b92290b054f420c400d2907af74fa550b042596374136c53b7cf0db1b775cfc7edd24c771bbf26d25928845787c7b SHA512 24ed50de8e5bb321e557bac6d3e441b2ed49adabf828bf0e1b33a080c89306dde80443dc8b563098fcc184c4d6e53b7e716b523ddccdf56d08301d1b0120f2b2

diff --git a/dev-libs/sord/sord-9999.ebuild b/dev-libs/sord/sord-0.16.8.ebuild
similarity index 74%
copy from dev-libs/sord/sord-9999.ebuild
copy to dev-libs/sord/sord-0.16.8.ebuild
index acfd96a2744..f9551082fe8 100644
--- a/dev-libs/sord/sord-9999.ebuild
+++ b/dev-libs/sord/sord-0.16.8.ebuild
@@ -1,37 +1,35 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 PYTHON_REQ_USE='threads(+)'
-inherit python-any-r1 waf-utils multilib-build multilib-minimal git-r3
+inherit python-any-r1 waf-utils multilib-build multilib-minimal
 
 DESCRIPTION="Library for storing RDF data in memory"
 HOMEPAGE="http://drobilla.net/software/sord/"
-EGIT_REPO_URI="https://github.com/drobilla/sord.git"
+SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 
+BDEPEND="
+	virtual/pkgconfig
+	doc? ( app-doc/doxygen )
+"
 RDEPEND="
 	dev-libs/libpcre
 	dev-libs/serd
 "
 DEPEND="${RDEPEND}
 	${PYTHON_DEPS}
-	doc? ( app-doc/doxygen )
-	virtual/pkgconfig"
-
+"
 DOCS=( "AUTHORS" "NEWS" "README.md" )
 
-PATCHES=(
-	"${FILESDIR}/${P}-0.16.6-x86_32.patch"
-)
-
 src_prepare() {
 	sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
 	default

diff --git a/dev-libs/sord/sord-9999.ebuild b/dev-libs/sord/sord-9999.ebuild
index acfd96a2744..1b9cee461c1 100644
--- a/dev-libs/sord/sord-9999.ebuild
+++ b/dev-libs/sord/sord-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 PYTHON_REQ_USE='threads(+)'
 inherit python-any-r1 waf-utils multilib-build multilib-minimal git-r3
 
@@ -17,21 +17,19 @@ KEYWORDS=""
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 
+BDEPEND="
+	virtual/pkgconfig
+	doc? ( app-doc/doxygen )
+"
 RDEPEND="
 	dev-libs/libpcre
 	dev-libs/serd
 "
 DEPEND="${RDEPEND}
 	${PYTHON_DEPS}
-	doc? ( app-doc/doxygen )
-	virtual/pkgconfig"
-
+"
 DOCS=( "AUTHORS" "NEWS" "README.md" )
 
-PATCHES=(
-	"${FILESDIR}/${P}-0.16.6-x86_32.patch"
-)
-
 src_prepare() {
 	sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
 	default


             reply	other threads:[~2021-01-08 12:17 UTC|newest]

Thread overview: 108+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-08 12:17 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-03 22:27 [gentoo-commits] repo/gentoo:master commit in: dev-libs/sord/ 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
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-12-19 17:34 Miroslav Šulc
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=1610108225.9d901eb5aae107a2a9d2fd237e0c81cbfb51acac.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