summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2022-10-13 06:50:43 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2022-10-13 06:50:43 +0200
commit41318ca8fd8fb4e787e465c177e6847ed60c3cf7 (patch)
tree084da1d1012a9cf0112ef0670a28b338e182f058 /media-libs/sratom
parentmedia-video/ffmpeg: drop unnecessary libsdl2-new-version-scheme.patch patch (diff)
downloadgentoo-41318ca8fd8fb4e787e465c177e6847ed60c3cf7.tar.gz
gentoo-41318ca8fd8fb4e787e465c177e6847ed60c3cf7.tar.bz2
gentoo-41318ca8fd8fb4e787e465c177e6847ed60c3cf7.zip
media-libs/sratom: dropped obsolete 0.6.12-r1
Bug: https://bugs.gentoo.org/876694 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs/sratom')
-rw-r--r--media-libs/sratom/Manifest1
-rw-r--r--media-libs/sratom/sratom-0.6.12-r1.ebuild56
2 files changed, 0 insertions, 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
-}