commit:     7b3ba20b2513eb53a64e8d5fa8152d95e1a80817
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 18:08:40 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 18:08:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3ba20b

media-libs/lvtk: dropped obsolete 1.2.0-r1

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

 media-libs/lvtk/lvtk-1.2.0-r1.ebuild | 66 ------------------------------------
 1 file changed, 66 deletions(-)

diff --git a/media-libs/lvtk/lvtk-1.2.0-r1.ebuild 
b/media-libs/lvtk/lvtk-1.2.0-r1.ebuild
deleted file mode 100644
index cc249035b06c..000000000000
--- a/media-libs/lvtk/lvtk-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,66 +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-single-r1 waf-utils
-
-WAF_VER=2.0.20
-
-DESCRIPTION="A set of C++ wrappers around the LV2 C API"
-HOMEPAGE="https://lvtk.org/";
-SRC_URI="https://github.com/lvtk/lvtk/archive/${PV}.tar.gz -> ${P}.tar.gz
-       https://waf.io/waf-${WAF_VER}";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug doc examples +gtk2 +tools"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="media-libs/lv2
-       >=dev-libs/boost-1.40.0
-       ${PYTHON_DEPS}
-       gtk2? ( dev-cpp/gtkmm:2.4 )"
-DEPEND="${RDEPEND}
-       doc? ( app-doc/doxygen
-               media-gfx/graphviz )
-       virtual/pkgconfig"
-
-PATCHES=(
-       "${FILESDIR}/${P}-boost-system-underlinking.patch"
-       "${FILESDIR}/${P}-py3.patch"
-)
-
-src_unpack() {
-       unpack ${P}.tar.gz || die
-
-       # we need newer version of waf to work with py3
-       cp "${DISTDIR}/waf-${WAF_VER}" "${S}/waf" || die
-}
-
-src_configure() {
-       local mywafconfargs=(
-               "--docdir=${EPREFIX}/usr/share/doc/${PF}"
-               "--lv2dir=${EPREFIX}/usr/$(get_libdir)/lv2"
-       )
-       use debug    && mywafconfargs+=( "--debug" )
-       use doc      && mywafconfargs+=( "--docs" )
-       use examples || mywafconfargs+=( "--disable-examples" )
-       use tools    || mywafconfargs+=( "--disable-tools" )
-       use gtk2     || mywafconfargs+=( "--disable-ui" )
-       waf-utils_src_configure ${mywafconfargs[@]}
-}
-
-src_install() {
-       waf-utils_src_install
-
-       # It does not respect docdir properly, reported upstream
-       if use doc; then
-               mv "${ED}/usr/share/doc/${PF}/lvtk-1/html" 
"${ED}/usr/share/doc/${PF}/html" || die
-               rmdir "${ED}/usr/share/doc/${PF}/lvtk-1" || die
-       fi
-}

Reply via email to