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: media-libs/lilv/
Date: Wed, 28 Sep 2022 04:35:53 +0000 (UTC)	[thread overview]
Message-ID: <1664339745.c0f1863abcb5efa16e27d59861bc55aa8166a6b6.fordfrog@gentoo> (raw)

commit:     c0f1863abcb5efa16e27d59861bc55aa8166a6b6
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 28 04:35:45 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 04:35:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f1863a

media-libs/lilv: dropped obsolete 0.24.14 & 0.24.16-r1

Bug: https://bugs.gentoo.org/873115
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/lilv/Manifest               |  2 -
 media-libs/lilv/lilv-0.24.14.ebuild    | 80 ----------------------------------
 media-libs/lilv/lilv-0.24.16-r1.ebuild | 73 -------------------------------
 3 files changed, 155 deletions(-)

diff --git a/media-libs/lilv/Manifest b/media-libs/lilv/Manifest
index 50bd91891b2c..e5c9545da707 100644
--- a/media-libs/lilv/Manifest
+++ b/media-libs/lilv/Manifest
@@ -1,3 +1 @@
-DIST lilv-0.24.14.tar.bz2 428004 BLAKE2B bc84fe5a4bf34f88ea7f9c09cb3168186f7f0fd2f3f23b08f55100502d959fd74fe7e1c6d9307772b1983fbeedde100f75d6751e9bf92a9663aaaa115ca0770c SHA512 f266e91f3cbc325c25dd7d08bde5033091cb3072c2dcb1490e9474f562b798dbc71c45ca7d971ed4dfd6bb16f5f6725ae242a58c4486684b71350e73f1469f47
-DIST lilv-0.24.16.tar.xz 117928 BLAKE2B c3e7e9c55f2c2ebe8a02181cd2e11d3413e69a7327e36f6a00b8598174da9f1a8187bd093bc6734cf8057f89b66d8b88bdca8b0e740bbd99b279d9d94ef8da33 SHA512 0e66411a5130771c6440f02ecaf33284ece55ac525d7487436936bca576fa5f5a51a358e50a4b354a927132bdc2b372d6919879514e7c6a679e18f7c0af0178e
 DIST lilv-0.24.18.tar.xz 118216 BLAKE2B c1d191a8513776b4e783f05076b8a8d5a20866e734527ff84e04d970d190b26d2c922aa6f7ba346632caea47daa265c1008d9295c3f0e41f85227103337ccd1f SHA512 eece846338403ba3e7c366024511d33bd5e399d3b1e6871d04ec3907540a9e3541ab7b0445bf17cf61c5779c5263f1ef23eadefb6411a2e4be8d79464a5b873e

diff --git a/media-libs/lilv/lilv-0.24.14.ebuild b/media-libs/lilv/lilv-0.24.14.ebuild
deleted file mode 100644
index 50059800f673..000000000000
--- a/media-libs/lilv/lilv-0.24.14.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..11} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit python-single-r1 waf-utils bash-completion-r1 multilib-build multilib-minimal
-
-DESCRIPTION="Library to make the use of LV2 plugins as simple as possible for applications"
-HOMEPAGE="http://drobilla.net/software/lilv/"
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
-IUSE="doc +dyn-manifest static-libs test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-	virtual/pkgconfig
-	doc? (
-		app-doc/doxygen
-		dev-python/sphinx
-		dev-python/sphinx_lv2_theme
-	)
-"
-RDEPEND="
-	${PYTHON_DEPS}
-	dev-libs/serd[${MULTILIB_USEDEP}]
-	dev-libs/sord[${MULTILIB_USEDEP}]
-	media-libs/libsndfile
-	media-libs/lv2[${MULTILIB_USEDEP}]
-	media-libs/sratom[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
-	python_setup
-}
-
-src_prepare() {
-	default
-	sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-	multilib_copy_sources
-}
-
-multilib_src_configure() {
-	waf-utils_src_configure \
-		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
-		--no-bash-completion \
-		$(multilib_native_usex doc --docs "") \
-		$(usex test --test "") \
-		$(usex static-libs --static "") \
-		$(usex dyn-manifest --dyn-manifest "")
-}
-
-multilib_src_compile() {
-	./waf build || die
-}
-
-multilib_src_test() {
-	./waf test || die
-}
-
-multilib_src_install() {
-	waf-utils_src_install
-}
-
-multilib_src_install_all() {
-	sed -i "/lv2jack/d" utils/lilv.bash_completion
-	newbashcomp utils/lilv.bash_completion lv2info
-
-	dodir /etc/env.d
-	echo "LV2_PATH=${EPREFIX}/usr/$(get_libdir)/lv2" > "${ED}/etc/env.d/60lv2"
-
-	python_optimize
-}

diff --git a/media-libs/lilv/lilv-0.24.16-r1.ebuild b/media-libs/lilv/lilv-0.24.16-r1.ebuild
deleted file mode 100644
index 5df9c7793256..000000000000
--- a/media-libs/lilv/lilv-0.24.16-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit meson-multilib python-single-r1
-
-DESCRIPTION="Library to make the use of LV2 plugins as simple as possible for applications"
-HOMEPAGE="http://drobilla.net/software/lilv/"
-SRC_URI="http://download.drobilla.net/${P}.tar.xz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="doc python test tools"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-	virtual/pkgconfig
-	doc? (
-		app-doc/doxygen
-		dev-python/sphinx
-		dev-python/sphinx_lv2_theme
-	)
-"
-RDEPEND="
-	${PYTHON_DEPS}
-	dev-libs/serd[${MULTILIB_USEDEP}]
-	dev-libs/sord[${MULTILIB_USEDEP}]
-	media-libs/libsndfile
-	media-libs/lv2[${MULTILIB_USEDEP}]
-	media-libs/sratom[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
-	python_setup
-}
-
-src_prepare() {
-	default
-
-	# fix doc installation path
-	sed -iE "s%install_dir: docdir / 'lilv-0',%install_dir: docdir / '${PF}',%g" doc/c/meson.build || die
-}
-
-multilib_src_configure() {
-	local emesonargs=(
-		$(meson_native_use_feature doc docs)
-		$(meson_feature python bindings_py)
-		$(meson_feature test tests)
-		$(meson_feature tools)
-	)
-
-	meson_src_configure
-}
-
-multilib_src_install() {
-	meson_src_install
-	python_optimize
-}
-
-multilib_src_install_all() {
-	local DOCS=( AUTHORS NEWS README.md )
-	einstalldocs
-
-	dodir /etc/env.d
-	echo "LV2_PATH=${EPREFIX}/usr/$(get_libdir)/lv2" > "${ED}/etc/env.d/60lv2"
-}


             reply	other threads:[~2022-09-28  4:35 UTC|newest]

Thread overview: 131+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-28  4:35 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07  2:52 [gentoo-commits] repo/gentoo:master commit in: media-libs/lilv/ Sam James
2024-03-04 10:38 Miroslav Šulc
2024-03-03  2:27 Sam James
2024-03-02 20:41 Sam James
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:34 Miroslav Šulc
2024-01-05 10:45 Miroslav Šulc
2024-01-04 18:11 Arthur Zamarin
2024-01-03 21:49 Sam James
2024-01-03 21:49 Sam James
2024-01-03 21:49 Sam James
2024-01-03 21:49 Sam James
2024-01-03 21:49 Sam James
2023-10-28  0:52 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-27  1:25 Sam James
2023-01-22  8:07 Sam James
2023-01-22  8:07 Sam James
2022-11-04  7:22 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:30 Arthur Zamarin
2022-11-02  7:52 Arthur Zamarin
2022-10-19 10:07 WANG Xuerui
2022-10-02  8:17 Miroslav Šulc
2022-10-02  7:29 Miroslav Šulc
2022-09-28  6:28 Miroslav Šulc
2022-09-27  7:07 Agostino Sarubbo
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-09-27  6:02 Jakov Smolić
2022-09-27  6:00 Arthur Zamarin
2022-08-27 11:17 Sam James
2022-08-27 11:17 Sam James
2022-08-15  5:53 Miroslav Šulc
2022-07-31  7:50 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:49 Miroslav Šulc
2021-12-18 11:58 Miroslav Šulc
2021-08-24 21:02 Marek Szuba
2021-07-05 11:16 Michał Górny
2021-05-16 18:09 Miroslav Šulc
2021-05-16 12:45 Sam James
2021-05-16  0:13 Sam James
2021-03-26  7:50 Agostino Sarubbo
2021-03-26  7:45 Agostino Sarubbo
2021-03-21  9:45 Sergei Trofimovich
2021-03-21  9:45 Sergei Trofimovich
2021-03-13 13:17 Miroslav Šulc
2021-01-08 13:21 Miroslav Šulc
2021-01-08 13:05 Miroslav Šulc
2020-12-27 10:42 Miroslav Šulc
2020-11-18  8:55 Miroslav Šulc
2020-11-18  6:53 Agostino Sarubbo
2020-11-12  7:45 Sergei Trofimovich
2020-11-12  7:41 Sergei Trofimovich
2020-11-12  0:35 Thomas Deutschmann
2020-11-09 22:09 Sam James
2020-11-09 22:09 Sam James
2020-10-09 12:16 Miroslav Šulc
2020-10-09 12:09 Miroslav Šulc
2020-10-06 14:23 Sam James
2020-10-01 23:06 Sergei Trofimovich
2020-10-01 22:55 Sergei Trofimovich
2020-09-30  2:23 Sam James
2020-08-03  5:00 Miroslav Šulc
2020-08-02 18:35 Sven Wegener
2020-07-06  8:40 Lars Wendler
2020-06-10  7:06 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 12:33 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:40 Agostino Sarubbo
2019-12-19 21:20 Miroslav Šulc
2019-09-14  5:03 Matt Turner
2019-06-20 18:04 Sergei Trofimovich
2019-06-06 20:33 Andreas Sturmlechner
2019-06-06  6:46 Agostino Sarubbo
2019-05-26 11:10 Mikle Kolyada
2019-05-26 11:09 Mikle Kolyada
2019-05-25 17:42 Aaron Bauman
2019-05-24 22:51 Sergei Trofimovich
2019-05-24 22:08 Sergei Trofimovich
2019-05-24 20:18 Sergei Trofimovich
2019-05-22 15:41 Andreas Sturmlechner
2019-05-22 15:41 Andreas Sturmlechner
2019-05-21 21:50 Aaron Bauman
2019-02-18 19:34 Alexis Ballier
2018-12-26  0:04 Lars Wendler
2018-12-23  3:25 Matt Turner
2018-11-24 12:33 Sergei Trofimovich
2018-07-22  1:55 Mikle Kolyada
2018-07-12 19:00 Matt Thode
2018-05-20 11:22 Johannes Huber
2018-05-20 11:22 Johannes Huber
2018-05-20 11:22 Johannes Huber
2018-05-17 13:52 Thomas Deutschmann
2018-05-05 12:52 Sergei Trofimovich
2018-05-01 11:47 Jeroen Roovers
2018-05-01 11:47 Jeroen Roovers
2017-12-21  9:30 Matt Thode
2017-04-28 13:22 Agostino Sarubbo
2017-04-27 10:14 Agostino Sarubbo
2017-04-24 10:52 Pacho Ramos
2017-01-06  9:33 Alexis Ballier
2017-01-06  9:33 Alexis Ballier
2016-11-30  9:25 Alexis Ballier
2015-10-25 12:49 Mikle Kolyada
2015-10-13  8:51 Alexis Ballier
2015-09-24 12:44 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=1664339745.c0f1863abcb5efa16e27d59861bc55aa8166a6b6.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