commit:     064c49535c41f31e81aaeb806a065696f2877dd7
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 18:34:38 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 18:34:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064c4953

media-libs/libquvi: drop old version

Closes: https://bugs.gentoo.org/740160
Closes: https://bugs.gentoo.org/744367
Closes: https://bugs.gentoo.org/758845
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 media-libs/libquvi/libquvi-0.9.4-r1.ebuild | 46 ----------------------
 media-libs/libquvi/libquvi-0.9.4-r2.ebuild | 61 ------------------------------
 2 files changed, 107 deletions(-)

diff --git a/media-libs/libquvi/libquvi-0.9.4-r1.ebuild 
b/media-libs/libquvi/libquvi-0.9.4-r1.ebuild
deleted file mode 100644
index bf3e51e5ae7..00000000000
--- a/media-libs/libquvi/libquvi-0.9.4-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils eutils ltprune multilib-minimal
-
-DESCRIPTION="Library for parsing video download links"
-HOMEPAGE="http://quvi.sourceforge.net/";
-SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz"
-
-LICENSE="AGPL-3"
-SLOT="0/8" # subslot = libquvi soname version
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86"
-IUSE="examples nls static-libs"
-
-RDEPEND="!<media-libs/quvi-0.4.0
-       >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
-       >=dev-libs/libgcrypt-1.5.3:0=[${MULTILIB_USEDEP}]
-       >=media-libs/libquvi-scripts-0.9.20130903[${MULTILIB_USEDEP}]
-       >=net-libs/libproxy-0.4.11-r1[${MULTILIB_USEDEP}]
-       >=net-misc/curl-7.36.0[${MULTILIB_USEDEP}]
-       >=dev-lang/lua-5.1.5-r3:0=[deprecated,${MULTILIB_USEDEP}]
-       nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-       app-arch/xz-utils
-       virtual/pkgconfig
-       nls? ( sys-devel/gettext )"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch )
-
-multilib_src_configure() {
-       local myeconfargs=(
-               $(use_enable nls)
-               --with-manual
-       )
-       autotools-utils_src_configure
-}
-
-multilib_src_install_all() {
-       einstalldocs
-       prune_libtool_files
-
-       use examples && dodoc -r examples
-}

diff --git a/media-libs/libquvi/libquvi-0.9.4-r2.ebuild 
b/media-libs/libquvi/libquvi-0.9.4-r2.ebuild
deleted file mode 100644
index 75d9b7ba823..00000000000
--- a/media-libs/libquvi/libquvi-0.9.4-r2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="Library for parsing video download links"
-HOMEPAGE="http://quvi.sourceforge.net/";
-SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz"
-
-LICENSE="AGPL-3"
-SLOT="0/8" # subslot = libquvi soname version
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="examples nls static-libs"
-
-RDEPEND="
-       >=dev-lang/lua-5.1.5-r3:0=[deprecated]
-       >=dev-libs/glib-2.34.3:2
-       >=dev-libs/libgcrypt-1.5.3:0=
-       >=media-libs/libquvi-scripts-0.9.20130903
-       !<media-libs/quvi-0.4.0
-       >=net-libs/libproxy-0.4.11-r1
-       >=net-misc/curl-7.36.0
-       nls? ( >=virtual/libintl-0-r1 )
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="
-       app-arch/xz-utils
-       virtual/pkgconfig
-       nls? ( sys-devel/gettext )
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch
-       "${FILESDIR}"/${PN}-0.9.4-autoconf-2.70.patch #749816
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable nls)
-               --with-manual
-       )
-
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-
-       einstalldocs
-       use examples && dodoc -r examples
-
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to