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: Fri, 08 Jan 2021 12:17:36
Message-Id: 1610108225.9d901eb5aae107a2a9d2fd237e0c81cbfb51acac.fordfrog@gentoo
1 commit: 9d901eb5aae107a2a9d2fd237e0c81cbfb51acac
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 8 12:17:05 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 8 12:17:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d901eb5
7
8 dev-libs/sord: bump to 0.16.8 + updated live
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 dev-libs/sord/Manifest | 1 +
14 .../sord/{sord-9999.ebuild => sord-0.16.8.ebuild} | 24 ++++++++++------------
15 dev-libs/sord/sord-9999.ebuild | 18 ++++++++--------
16 3 files changed, 20 insertions(+), 23 deletions(-)
17
18 diff --git a/dev-libs/sord/Manifest b/dev-libs/sord/Manifest
19 index 0d9dc5ba9e7..5c28a5f44b2 100644
20 --- a/dev-libs/sord/Manifest
21 +++ b/dev-libs/sord/Manifest
22 @@ -1 +1,2 @@
23 DIST sord-0.16.6.tar.bz2 520690 BLAKE2B 7ec248a78e0d9e525d640363414ddd32acc3e32817e2ab86e791fd9232a46658538c9a4db936a5daa7eeb5ef9f7bf13e1aa1429ab6d9fc769e1391a014da919f SHA512 1d3c2bf47ff7e4b533e4e737e2ece8e29bace78bb00c41a252ad5c583abdcba3baa05b189cb8651c212861a2eea3c690354c99d684fd0f343b40e74c94572f98
24 +DIST sord-0.16.8.tar.bz2 525038 BLAKE2B 3ba43b2edb69efec64ac68f139a18f23dc1b92290b054f420c400d2907af74fa550b042596374136c53b7cf0db1b775cfc7edd24c771bbf26d25928845787c7b SHA512 24ed50de8e5bb321e557bac6d3e441b2ed49adabf828bf0e1b33a080c89306dde80443dc8b563098fcc184c4d6e53b7e716b523ddccdf56d08301d1b0120f2b2
25
26 diff --git a/dev-libs/sord/sord-9999.ebuild b/dev-libs/sord/sord-0.16.8.ebuild
27 similarity index 74%
28 copy from dev-libs/sord/sord-9999.ebuild
29 copy to dev-libs/sord/sord-0.16.8.ebuild
30 index acfd96a2744..f9551082fe8 100644
31 --- a/dev-libs/sord/sord-9999.ebuild
32 +++ b/dev-libs/sord/sord-0.16.8.ebuild
33 @@ -1,37 +1,35 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 +# Copyright 1999-2021 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 -EAPI=6
39 +EAPI=7
40
41 -PYTHON_COMPAT=( python3_{6,7,8} )
42 +PYTHON_COMPAT=( python3_{6,7,8,9} )
43 PYTHON_REQ_USE='threads(+)'
44 -inherit python-any-r1 waf-utils multilib-build multilib-minimal git-r3
45 +inherit python-any-r1 waf-utils multilib-build multilib-minimal
46
47 DESCRIPTION="Library for storing RDF data in memory"
48 HOMEPAGE="http://drobilla.net/software/sord/"
49 -EGIT_REPO_URI="https://github.com/drobilla/sord.git"
50 +SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
51
52 LICENSE="ISC"
53 SLOT="0"
54 -KEYWORDS=""
55 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
56 IUSE="doc static-libs test"
57 RESTRICT="!test? ( test )"
58
59 +BDEPEND="
60 + virtual/pkgconfig
61 + doc? ( app-doc/doxygen )
62 +"
63 RDEPEND="
64 dev-libs/libpcre
65 dev-libs/serd
66 "
67 DEPEND="${RDEPEND}
68 ${PYTHON_DEPS}
69 - doc? ( app-doc/doxygen )
70 - virtual/pkgconfig"
71 -
72 +"
73 DOCS=( "AUTHORS" "NEWS" "README.md" )
74
75 -PATCHES=(
76 - "${FILESDIR}/${P}-0.16.6-x86_32.patch"
77 -)
78 -
79 src_prepare() {
80 sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
81 default
82
83 diff --git a/dev-libs/sord/sord-9999.ebuild b/dev-libs/sord/sord-9999.ebuild
84 index acfd96a2744..1b9cee461c1 100644
85 --- a/dev-libs/sord/sord-9999.ebuild
86 +++ b/dev-libs/sord/sord-9999.ebuild
87 @@ -1,9 +1,9 @@
88 -# Copyright 1999-2020 Gentoo Authors
89 +# Copyright 1999-2021 Gentoo Authors
90 # Distributed under the terms of the GNU General Public License v2
91
92 -EAPI=6
93 +EAPI=7
94
95 -PYTHON_COMPAT=( python3_{6,7,8} )
96 +PYTHON_COMPAT=( python3_{6,7,8,9} )
97 PYTHON_REQ_USE='threads(+)'
98 inherit python-any-r1 waf-utils multilib-build multilib-minimal git-r3
99
100 @@ -17,21 +17,19 @@ KEYWORDS=""
101 IUSE="doc static-libs test"
102 RESTRICT="!test? ( test )"
103
104 +BDEPEND="
105 + virtual/pkgconfig
106 + doc? ( app-doc/doxygen )
107 +"
108 RDEPEND="
109 dev-libs/libpcre
110 dev-libs/serd
111 "
112 DEPEND="${RDEPEND}
113 ${PYTHON_DEPS}
114 - doc? ( app-doc/doxygen )
115 - virtual/pkgconfig"
116 -
117 +"
118 DOCS=( "AUTHORS" "NEWS" "README.md" )
119
120 -PATCHES=(
121 - "${FILESDIR}/${P}-0.16.6-x86_32.patch"
122 -)
123 -
124 src_prepare() {
125 sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
126 default