Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sord/
Date: Sun, 29 May 2022 06:46:34
Message-Id: 1653806787.4ac912eb86373c336db387e633fe4c6de8ecd058.fordfrog@gentoo
1 commit: 4ac912eb86373c336db387e633fe4c6de8ecd058
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 06:43:51 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 06:46:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac912eb
7
8 dev-libs/sord: bump to 0.16.10, added python3_11
9
10 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
11
12 dev-libs/sord/Manifest | 1 +
13 dev-libs/sord/{sord-9999.ebuild => sord-0.16.10.ebuild} | 10 +++++-----
14 dev-libs/sord/sord-9999.ebuild | 4 ++--
15 3 files changed, 8 insertions(+), 7 deletions(-)
16
17 diff --git a/dev-libs/sord/Manifest b/dev-libs/sord/Manifest
18 index 3a2424291494..708a0c84e813 100644
19 --- a/dev-libs/sord/Manifest
20 +++ b/dev-libs/sord/Manifest
21 @@ -1 +1,2 @@
22 +DIST sord-0.16.10.tar.bz2 524630 BLAKE2B 6737d3495846529e6e4d14cbb2ac47ce4e67d04298381a119ba0107144deb56a53de9aa363397c2e302535f998c7c3ad44d340f52f70ac341ad6b635db608cb6 SHA512 715201eaf4a13a3635337cf8fa7c1a1f229f1d589f70cdf8f67183d90df29cd8b4af180650ce9cd0c651c712d11901bfdc6b51f9b8d7c6e70d8d8f30b1861281
23 DIST sord-0.16.8.tar.bz2 525038 BLAKE2B 3ba43b2edb69efec64ac68f139a18f23dc1b92290b054f420c400d2907af74fa550b042596374136c53b7cf0db1b775cfc7edd24c771bbf26d25928845787c7b SHA512 24ed50de8e5bb321e557bac6d3e441b2ed49adabf828bf0e1b33a080c89306dde80443dc8b563098fcc184c4d6e53b7e716b523ddccdf56d08301d1b0120f2b2
24
25 diff --git a/dev-libs/sord/sord-9999.ebuild b/dev-libs/sord/sord-0.16.10.ebuild
26 similarity index 77%
27 copy from dev-libs/sord/sord-9999.ebuild
28 copy to dev-libs/sord/sord-0.16.10.ebuild
29 index 815103371d51..b534740a2a7d 100644
30 --- a/dev-libs/sord/sord-9999.ebuild
31 +++ b/dev-libs/sord/sord-0.16.10.ebuild
32 @@ -1,19 +1,19 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 +# Copyright 1999-2022 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=7
38
39 -PYTHON_COMPAT=( python3_{8..10} )
40 +PYTHON_COMPAT=( python3_{8..11} )
41 PYTHON_REQ_USE='threads(+)'
42 -inherit python-any-r1 waf-utils multilib-build multilib-minimal git-r3
43 +inherit python-any-r1 waf-utils multilib-build multilib-minimal
44
45 DESCRIPTION="Library for storing RDF data in memory"
46 HOMEPAGE="http://drobilla.net/software/sord/"
47 -EGIT_REPO_URI="https://github.com/drobilla/sord.git"
48 +SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
49
50 LICENSE="ISC"
51 SLOT="0"
52 -KEYWORDS=""
53 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
54 IUSE="doc static-libs test"
55 RESTRICT="!test? ( test )"
56
57
58 diff --git a/dev-libs/sord/sord-9999.ebuild b/dev-libs/sord/sord-9999.ebuild
59 index 815103371d51..fbe89d308563 100644
60 --- a/dev-libs/sord/sord-9999.ebuild
61 +++ b/dev-libs/sord/sord-9999.ebuild
62 @@ -1,9 +1,9 @@
63 -# Copyright 1999-2021 Gentoo Authors
64 +# Copyright 1999-2022 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=7
68
69 -PYTHON_COMPAT=( python3_{8..10} )
70 +PYTHON_COMPAT=( python3_{8..11} )
71 PYTHON_REQ_USE='threads(+)'
72 inherit python-any-r1 waf-utils multilib-build multilib-minimal git-r3