summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-12 22:48:03 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-12 22:48:03 +0100
commitaf45e3da9f511affd910eea61109dbd9f8bf5bf7 (patch)
treead1cc38a4e0496f7ab6d5007ca5d92cd1e685101 /media-libs/quvi/quvi-0.4.2.ebuild
parentnet-misc/freerdp: inline usex-on-off again (diff)
downloadgentoo-af45e3da9f511affd910eea61109dbd9f8bf5bf7.tar.gz
gentoo-af45e3da9f511affd910eea61109dbd9f8bf5bf7.tar.bz2
gentoo-af45e3da9f511affd910eea61109dbd9f8bf5bf7.zip
media-libs/quvi: Remove old
Closes: https://github.com/gentoo/gentoo/pull/13957 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-libs/quvi/quvi-0.4.2.ebuild')
-rw-r--r--media-libs/quvi/quvi-0.4.2.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/media-libs/quvi/quvi-0.4.2.ebuild b/media-libs/quvi/quvi-0.4.2.ebuild
deleted file mode 100644
index e25009604857..000000000000
--- a/media-libs/quvi/quvi-0.4.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="A command line tool for parsing video download links"
-HOMEPAGE="http://quvi.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PV:0:3}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=net-misc/curl-7.18.2
- >=media-libs/libquvi-0.4.0"
-DEPEND="${RDEPEND}
- app-arch/xz-utils
- virtual/pkgconfig"
-
-src_configure() {
- econf \
- --with-manual
-}