media-libs/libquvi: Remove old
authorDavid Seifert <soap@gentoo.org>
Thu, 12 Dec 2019 21:48:06 +0000 (22:48 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 12 Dec 2019 21:48:06 +0000 (22:48 +0100)
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
media-libs/libquvi/Manifest
media-libs/libquvi/libquvi-0.4.1-r2.ebuild [deleted file]
media-libs/libquvi/libquvi-0.4.1.ebuild [deleted file]
media-libs/libquvi/libquvi-0.9.3.ebuild [deleted file]
media-libs/libquvi/libquvi-0.9.4.ebuild [deleted file]

index e340456d721b8bd520e214f4f9244baf25b01719..6fd3798cd6fa0ecb236f43dbcbb20ee8452282c1 100644 (file)
@@ -1,3 +1 @@
-DIST libquvi-0.4.1.tar.xz 262740 BLAKE2B 9479f894ddeec020a73d86d8899fd507c04827ee1a08fbf2456639afb209655a6359d94f6cd08549f447617db9be1f38f294a2088e2f010c478a5fb7dce3b8f7 SHA512 a16b144651a3c7d7cf0a6b8d111fe9822e3d37531f82a2406b9ae5c32fd401301e7a281081be81857c9146d0af2fb4b53026248b2cb49929b36480596a6724dd
-DIST libquvi-0.9.3.tar.xz 372012 BLAKE2B f97251a94338054ef8a40318b488912309663da6537fc7cba42f29c0d97c3c82fb52a53628fc2a47ae4ff1fc24e780b7fb29332621c5a0ea59ecd28abc2c6c2a SHA512 3d80ad117a1698dbef49bd510a0d5686fb7562a895f0ba1897a28dbad4237f0249d3db65f3a497f297ba3f4c6084dde71a95b4eb65990e7a063df9d51c34bf26
 DIST libquvi-0.9.4.tar.xz 373172 BLAKE2B ab351a74d7cb3a19d3ddad615a476f139f76d1e8bfe4b6b049384bb6833f36cc5c0d1e87044f1d408241a90a898a55d7747eb5eb9daa009af512c281bc15cb94 SHA512 287015e370e7b7f98f0f4c3717f5b044c8fcfb8b823c7988cd248e56b5fbbfa1a1aa421fbdafb38d727b79495267ccd4dead71587052117db53f29236268b651
diff --git a/media-libs/libquvi/libquvi-0.4.1-r2.ebuild b/media-libs/libquvi/libquvi-0.4.1-r2.ebuild
deleted file mode 100644 (file)
index 09c9c35..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils 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="GPL-3"
-SLOT="0.4"
-KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
-IUSE="examples static-libs"
-
-RDEPEND=">=net-misc/curl-7.36.0[${MULTILIB_USEDEP}]
-       !<media-libs/quvi-0.4.0
-       >=media-libs/libquvi-scripts-0.4.21-r1:0.4[${MULTILIB_USEDEP}]
-       >=dev-lang/lua-5.1.5-r3[deprecated,${MULTILIB_USEDEP}]
-       !=media-libs/libquvi-0.4*:0"
-DEPEND="${RDEPEND}
-       app-arch/xz-utils
-       virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-multilib_src_configure() {
-       local myeconfargs=(
-               --without-manual
-       )
-       autotools-utils_src_configure
-}
-
-multilib_src_install_all() {
-       einstalldocs
-       prune_libtool_files
-
-       if use examples ; then
-               docinto examples
-               dodoc examples/*.{c,h}
-       fi
-}
diff --git a/media-libs/libquvi/libquvi-0.4.1.ebuild b/media-libs/libquvi/libquvi-0.4.1.ebuild
deleted file mode 100644 (file)
index bee1491..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Library for parsing video download links"
-HOMEPAGE="http://quvi.sourceforge.net/"
-SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="examples static-libs"
-
-RDEPEND=">=net-misc/curl-7.18.2
-       !<media-libs/quvi-0.4.0
-       >=media-libs/libquvi-scripts-0.4.0
-       >=dev-lang/lua-5.1[deprecated]"
-DEPEND="${RDEPEND}
-       app-arch/xz-utils
-       virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_configure() {
-       local myeconfargs=(
-               --with-manual
-       )
-       autotools-utils_src_configure
-}
-
-src_install() {
-       autotools-utils_src_install
-
-       if use examples ; then
-               docinto examples
-               dodoc examples/*.{c,h}
-       fi
-}
diff --git a/media-libs/libquvi/libquvi-0.9.3.ebuild b/media-libs/libquvi/libquvi-0.9.3.ebuild
deleted file mode 100644 (file)
index cea22c1..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils
-
-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 ~x86"
-IUSE="examples nls static-libs"
-
-RDEPEND="!<media-libs/quvi-0.4.0
-       >=dev-libs/glib-2.24.2:2
-       >=dev-libs/libgcrypt-1.4.5:0=
-       >=media-libs/libquvi-scripts-0.9
-       >=net-libs/libproxy-0.3.1
-       >=net-misc/curl-7.21.0
-       >=dev-lang/lua-5.1[deprecated]
-       nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-       app-arch/xz-utils
-       virtual/pkgconfig
-       nls? ( sys-devel/gettext )"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch )
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable nls)
-               --with-manual
-       )
-       autotools-utils_src_configure
-}
-
-src_install() {
-       autotools-utils_src_install
-       use examples && dodoc -r examples
-}
diff --git a/media-libs/libquvi/libquvi-0.9.4.ebuild b/media-libs/libquvi/libquvi-0.9.4.ebuild
deleted file mode 100644 (file)
index 3022409..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils
-
-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 ~hppa x86"
-IUSE="examples nls static-libs"
-
-RDEPEND="!<media-libs/quvi-0.4.0
-       >=dev-libs/glib-2.24.2:2
-       >=dev-libs/libgcrypt-1.4.5:0=
-       >=media-libs/libquvi-scripts-0.9
-       >=net-libs/libproxy-0.3.1
-       >=net-misc/curl-7.21.0
-       >=dev-lang/lua-5.1[deprecated]
-       nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-       app-arch/xz-utils
-       virtual/pkgconfig
-       nls? ( sys-devel/gettext )"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch )
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable nls)
-               --with-manual
-       )
-       autotools-utils_src_configure
-}
-
-src_install() {
-       autotools-utils_src_install
-       use examples && dodoc -r examples
-}