diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2022-09-22 08:10:15 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2022-09-22 08:10:15 +0200 |
commit | 12c4ca88186f3158d699c39b40017485446bfe71 (patch) | |
tree | f22129cded262d28c315f3b09636f51ce5fcc5d1 | |
parent | media-sound/zynaddsubfx: dropped obsolete 3.0.5 (diff) | |
download | gentoo-12c4ca88186f3158d699c39b40017485446bfe71.tar.gz gentoo-12c4ca88186f3158d699c39b40017485446bfe71.tar.bz2 gentoo-12c4ca88186f3158d699c39b40017485446bfe71.zip |
media-libs/suil: dropped obsolete 0.10.12 & 0.10.14
Bug: https://bugs.gentoo.org/872125
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
-rw-r--r-- | media-libs/suil/Manifest | 2 | ||||
-rw-r--r-- | media-libs/suil/suil-0.10.12.ebuild | 55 | ||||
-rw-r--r-- | media-libs/suil/suil-0.10.14.ebuild | 58 |
3 files changed, 0 insertions, 115 deletions
diff --git a/media-libs/suil/Manifest b/media-libs/suil/Manifest index 704e77dd7a2e..7c2877e7ee80 100644 --- a/media-libs/suil/Manifest +++ b/media-libs/suil/Manifest @@ -1,3 +1 @@ -DIST suil-0.10.12.tar.bz2 339666 BLAKE2B f70bbc18f5fa1a9263fe5c0a9241e966e124a855273bc6fe863375aef8505193e49b67d3b9d7ff6d4e4cf50cb6c2cb2b2d53dccab06005f82725e024cc8347d5 SHA512 f2b9ca36cc35d6b51c6e4ae144d61b1ba5e3b51113cca48d0535f6346ff918bdc7e299f0036ea1431c0ef59b1a02f1f4086a95db552d0a06bffb54567ab4a278 -DIST suil-0.10.14.tar.xz 33620 BLAKE2B 8ad873ade71ee6f5ba9c8560e116d8de86d8a919c24eed83ba2ff5fa5a968a4a30fdecb00c21c9f267eb22aadcef954872fab9122903826d812e3ad71c7bcd69 SHA512 fd44ac4dd465aa9e678d00cf9d7ca7ac1a18f1045e6d61c2f542a0bec7f8783230740f9a3a28d11b76cbee71cc7d4baa261112b83936a264083faeda9c02379e DIST suil-0.10.16.tar.xz 33744 BLAKE2B 614217013b39215f4b6d9414451a55fbca42dd038c6bc961d3769660707bf2da45432c97628edef8dacb8630437bcb304d10616ced2fd9cf9a6a4d094f196f6c SHA512 9b1dac07b017934a93f70d514ec477785683e7ed5949b62a2c4ad139c1e84265399f54d3140dcf0e542d20a0919286aacb52103c91e2f6fc7ebd707db2d98ac4 diff --git a/media-libs/suil/suil-0.10.12.ebuild b/media-libs/suil/suil-0.10.12.ebuild deleted file mode 100644 index f5a16245b610..000000000000 --- a/media-libs/suil/suil-0.10.12.ebuild +++ /dev/null @@ -1,55 +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-any-r1 waf-utils - -DESCRIPTION="Lightweight C library for loading and wrapping LV2 plugin UIs" -HOMEPAGE="http://drobilla.net/software/suil/" -SRC_URI="http://download.drobilla.net/${P}.tar.bz2" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="amd64 ~arm64 ppc ppc64 ~riscv x86" -IUSE="doc gtk qt5" - -BDEPEND=" - virtual/pkgconfig - doc? ( - app-doc/doxygen - dev-python/sphinx - dev-python/sphinx_lv2_theme - ) -" -CDEPEND=" - media-libs/lv2 - gtk? ( x11-libs/gtk+:2 ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - )" -RDEPEND="${CDEPEND}" -DEPEND=" - ${CDEPEND} - ${PYTHON_DEPS} -" - -DOCS=( AUTHORS NEWS README.md ) - -src_prepare() { - default - sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die -} - -src_configure() { - waf-utils_src_configure \ - --mandir="${EPREFIX}/usr/share/man" \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - $(usex gtk '' --no-gtk) \ - $(usex qt5 '' --no-qt5) \ - $(usex doc --docs '') -} diff --git a/media-libs/suil/suil-0.10.14.ebuild b/media-libs/suil/suil-0.10.14.ebuild deleted file mode 100644 index 951d4de5215c..000000000000 --- a/media-libs/suil/suil-0.10.14.ebuild +++ /dev/null @@ -1,58 +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 python-any-r1 - -DESCRIPTION="Lightweight C library for loading and wrapping LV2 plugin UIs" -HOMEPAGE="http://drobilla.net/software/suil/" -SRC_URI="http://download.drobilla.net/${P}.tar.xz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86" -IUSE="doc gtk qt5" - -BDEPEND=" - virtual/pkgconfig - doc? ( - app-doc/doxygen - dev-python/sphinx - dev-python/sphinx_lv2_theme - ) -" -CDEPEND=" - media-libs/lv2 - gtk? ( x11-libs/gtk+:2 ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - )" -RDEPEND="${CDEPEND}" -DEPEND=" - ${CDEPEND} - ${PYTHON_DEPS} -" - -DOCS=( AUTHORS NEWS README.md ) - -src_prepare() { - default - - # fix doc installation path - sed -iE "s%install_dir: docdir / 'suil-0',%install_dir: docdir / '${PF}',%g" doc/c/meson.build || die -} - -src_configure() { - local emesonargs=( - $(meson_feature doc docs) - $(meson_feature gtk gtk3) - $(meson_feature qt5) - ) - - meson_src_configure -} |