commit:     41318ca8fd8fb4e787e465c177e6847ed60c3cf7
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 04:50:43 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 04:50:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41318ca8

media-libs/sratom: dropped obsolete 0.6.12-r1

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

 media-libs/sratom/Manifest                |  1 -
 media-libs/sratom/sratom-0.6.12-r1.ebuild | 56 -------------------------------
 2 files changed, 57 deletions(-)

diff --git a/media-libs/sratom/Manifest b/media-libs/sratom/Manifest
index 5b63a30e7065..83f735b1334d 100644
--- a/media-libs/sratom/Manifest
+++ b/media-libs/sratom/Manifest
@@ -1,2 +1 @@
-DIST sratom-0.6.12.tar.xz 23328 BLAKE2B 
76a01c84e418ee3ffeb1e0e44214e9b02ab58b9b572372ee43309650a7a674a55e49384e8b62657af30933b7bdb02faf38ff100030e2ec86947972cacf32db69
 SHA512 
e677945f59494970c8c723319216cf6543ed38c590b6db94e5e928e830004e96dc957a2cf2fb0b76278cf55f0d62ea03ba705fbc449424c467e29593eaa948dc
 DIST sratom-0.6.14.tar.xz 24252 BLAKE2B 
6f468e9a0de97cf83a4f3faeb8ceff8a5502da7f0dff6b5721ef985df352057cda0dbbf13656471ef7f3103a891570e3462ed6bf4517dbc546d9f83115db433b
 SHA512 
3647ccca3ac98299a0bcc30d540788c627445c9a55f0b68a53e08ee45b15138c7a5466c92d1c10eac614325718d4f59eff6f0664f99891e8349e613be675c87d

diff --git a/media-libs/sratom/sratom-0.6.12-r1.ebuild 
b/media-libs/sratom/sratom-0.6.12-r1.ebuild
deleted file mode 100644
index fec7229c22e6..000000000000
--- a/media-libs/sratom/sratom-0.6.12-r1.ebuild
+++ /dev/null
@@ -1,56 +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-any-r1
-
-DESCRIPTION="Library for serialising LV2 atoms to/from RDF, particularly the 
Turtle syntax"
-HOMEPAGE="https://drobilla.net/software/sratom.html";
-SRC_URI="https://download.drobilla.net/${P}.tar.xz";
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       virtual/pkgconfig
-       doc? (
-               app-doc/doxygen
-               dev-python/sphinx
-               dev-python/sphinx_lv2_theme
-)
-"
-RDEPEND="
-       dev-libs/serd
-       dev-libs/sord
-       media-libs/lv2
-"
-DEPEND="${RDEPEND}
-       ${PYTHON_DEPS}
-"
-
-src_prepare() {
-       default
-
-       # fix doc installation path
-       sed -iE "s%install_dir: docdir / 'sratom-0',%install_dir: docdir / 
'${PF}',%g" doc/c/meson.build || die
-}
-
-multilib_src_configure() {
-       local emesonargs=(
-               $(meson_native_use_feature doc docs)
-               $(meson_feature test tests)
-       )
-
-       meson_src_configure
-}
-
-multilib_src_install_all() {
-       local DOCS=( NEWS README.md )
-       einstalldocs
-}

Reply via email to