From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/serd/
Date: Sat, 27 Feb 2021 09:40:02 +0000 (UTC) [thread overview]
Message-ID: <1614418798.33f3bfca512e559f9fca103696803f4cccf2e468.fordfrog@gentoo> (raw)
commit: 33f3bfca512e559f9fca103696803f4cccf2e468
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 09:39:36 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 09:39:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f3bfca
dev-libs/serd: removed obsolete 0.30.[68]
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-libs/serd/Manifest | 2 --
dev-libs/serd/serd-0.30.6.ebuild | 53 --------------------------------------
dev-libs/serd/serd-0.30.8.ebuild | 55 ----------------------------------------
3 files changed, 110 deletions(-)
diff --git a/dev-libs/serd/Manifest b/dev-libs/serd/Manifest
index 206bc90aa0f..65108d8fe6d 100644
--- a/dev-libs/serd/Manifest
+++ b/dev-libs/serd/Manifest
@@ -1,3 +1 @@
DIST serd-0.30.10.tar.bz2 586386 BLAKE2B 7f84b425a9eed36c5b59b22b8fd2cb9139a3de2bd1a47f92fd9888c433d931dcf83f13c2460d821c04f4244a79aa4330ba973017508ecb5f4564e78ae45b9b9a SHA512 ed7b49abfd3dc3a724b047f5f0cd07b811596330c96d91c0ce90540440f03260e05daee76c3ccccc3d4ca39afbbd4f3d07decbb601730e90c133a09c640c0006
-DIST serd-0.30.6.tar.bz2 609365 BLAKE2B 35a86847642ffe806797ae8dbcd292ce26f08135edfa3b1fd39652f8964c35d73dba8f8627f32dcff399e9cddc332e5484f14a80580a32d52d93977cd9b42912 SHA512 db08d6c67d8627728679d0ed3770b8219a58f3eef82194ef8ba5682d3ff1f1033e2bbc8d6a1115a3fe0e32990f635c707a81ad8b4f457153fa78ff5991c9c30f
-DIST serd-0.30.8.tar.bz2 590817 BLAKE2B 31a485fccfb13e54e124cde0626ad16f3cc7f9c1f8d8c051ace7a98bd2bd5d6a2d159943f15f5734e028a31ce5eeea9d602f55bf6cf1277d532ae799e0c1895f SHA512 d12c4dea1a15b2aed9fb9d640affae23a4fbfb53b7f873af30b462ce96f3c22ee464f5b111f87a221e6ac51f4885c23bba023892331ab10d0a8aa0e27fcbd0fa
diff --git a/dev-libs/serd/serd-0.30.6.ebuild b/dev-libs/serd/serd-0.30.6.ebuild
deleted file mode 100644
index 1c9126b0856..00000000000
--- a/dev-libs/serd/serd-0.30.6.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-PYTHON_REQ_USE='threads(+)'
-inherit python-any-r1 waf-utils multilib-build multilib-minimal
-
-DESCRIPTION="Library for RDF syntax which supports reading and writing Turtle and NTriples"
-HOMEPAGE="http://drobilla.net/software/serd/"
-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=""
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- doc? ( app-doc/doxygen )"
-
-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
-}
diff --git a/dev-libs/serd/serd-0.30.8.ebuild b/dev-libs/serd/serd-0.30.8.ebuild
deleted file mode 100644
index 4449d2045d4..00000000000
--- a/dev-libs/serd/serd-0.30.8.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-PYTHON_REQ_USE='threads(+)'
-inherit python-any-r1 waf-utils multilib-build multilib-minimal
-
-DESCRIPTION="Library for RDF syntax which supports reading and writing Turtle and NTriples"
-HOMEPAGE="http://drobilla.net/software/serd/"
-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 )"
-
-BDEPEND="
- doc? ( app-doc/doxygen )
-"
-RDEPEND=""
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
-"
-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
-}
next reply other threads:[~2021-02-27 9:40 UTC|newest]
Thread overview: 127+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-27 9:40 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-22 9:02 [gentoo-commits] repo/gentoo:master commit in: dev-libs/serd/ Arthur Zamarin
2025-02-22 8:31 Arthur Zamarin
2025-02-22 8:31 Arthur Zamarin
2025-02-21 19:59 Arthur Zamarin
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:40 Miroslav Šulc
2024-03-04 10:34 Miroslav Šulc
2024-03-03 19:03 Michał Górny
2024-03-02 20:41 Sam James
2024-03-02 14:13 Arthur Zamarin
2024-02-24 10:07 Sam James
2024-02-24 7:08 Sam James
2024-02-23 17:42 Sam James
2024-02-23 17:33 Sam James
2024-01-24 9:33 Miroslav Šulc
2024-01-24 9:33 Miroslav Šulc
2024-01-03 18:39 Arthur Zamarin
2024-01-03 6:58 Sam James
2024-01-03 6:58 Sam James
2024-01-03 6:58 Sam James
2024-01-03 6:22 Sam James
2024-01-03 6:22 Sam James
2024-01-03 6:22 Sam James
2023-10-24 18:26 Miroslav Šulc
2023-05-04 11:21 Sam James
2023-03-03 6:28 Viorel Munteanu
2023-01-05 2:22 Sebastian Pipping
2022-11-04 7:18 Miroslav Šulc
2022-11-03 8:08 Agostino Sarubbo
2022-11-02 20:07 Sam James
2022-11-02 10:57 Arthur Zamarin
2022-11-02 8:44 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:15 Miroslav Šulc
2022-10-02 7:01 Miroslav Šulc
2022-10-02 6:48 Miroslav Šulc
2022-10-02 6:45 Miroslav Šulc
2022-09-28 4:40 Miroslav Šulc
2022-09-27 7:18 Arthur Zamarin
2022-09-27 7:07 Agostino Sarubbo
2022-09-27 6:07 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-30 11:32 Miroslav Šulc
2022-07-20 19:13 Miroslav Šulc
2022-06-29 18:15 Miroslav Šulc
2022-06-29 10:05 Agostino Sarubbo
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-21 9:31 Miroslav Šulc
2021-12-18 11:58 Miroslav Šulc
2021-08-24 21:02 Marek Szuba
2021-02-26 13:53 Sam James
2021-02-26 9:39 Agostino Sarubbo
2021-02-26 8:09 Agostino Sarubbo
2021-02-25 18:58 Sam James
2021-02-25 18:34 Sergei Trofimovich
2021-02-25 17:52 Sam James
2021-02-25 13:21 Sam James
2021-01-25 9:43 Miroslav Šulc
2021-01-08 12:23 Miroslav Šulc
2020-11-13 8:46 Miroslav Šulc
2020-11-12 21:03 Thomas Deutschmann
2020-11-04 8:16 Sergei Trofimovich
2020-11-04 7:59 Sergei Trofimovich
2020-11-04 0:56 Sam James
2020-11-03 18:50 Sergei Trofimovich
2020-11-03 11:54 Sam James
2020-11-02 10:27 Sam James
2020-10-09 12:05 Miroslav Šulc
2020-10-06 13:50 Sam James
2020-10-02 8:45 Miroslav Šulc
2020-10-02 8:35 Miroslav Šulc
2020-10-01 23:06 Sergei Trofimovich
2020-10-01 22:55 Sergei Trofimovich
2020-09-30 2:15 Sam James
2020-06-18 7:55 Lars Wendler
2020-06-10 6:58 Miroslav Šulc
2020-06-09 19:46 Mart Raudsepp
2020-04-10 9:48 Sergei Trofimovich
2020-01-27 11:34 Mikle Kolyada
2020-01-23 12:18 Agostino Sarubbo
2020-01-23 10:59 Agostino Sarubbo
2020-01-23 10:56 Agostino Sarubbo
2020-01-23 10:40 Agostino Sarubbo
2020-01-23 10:36 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 15:23 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:31 Johannes Huber
2018-05-20 11:31 Johannes Huber
2018-05-05 12:52 Sergei Trofimovich
2018-05-01 11:47 Jeroen Roovers
2017-12-21 9:30 Matt Thode
2017-07-24 5:34 Alexis Ballier
2017-07-24 5:34 Alexis Ballier
2017-04-27 10:36 Agostino Sarubbo
2017-04-26 7:40 Agostino Sarubbo
2017-04-24 9:31 Pacho Ramos
2017-01-13 7:56 Alexis Ballier
2016-11-30 9:25 Alexis Ballier
2015-10-13 8:51 Alexis Ballier
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=1614418798.33f3bfca512e559f9fca103696803f4cccf2e468.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