summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-23 22:06:09 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-23 22:21:40 -0500
commit33e6b1cd4c3be4bcdc035a5b1bcd67499ebdc2a7 (patch)
tree9abb606f84cb6d0d8c8e5706891205713ffcf0fd /media-libs/quvi
parentmedia-gfx/hp2xx: drop old (diff)
downloadgentoo-33e6b1cd4c3be4bcdc035a5b1bcd67499ebdc2a7.tar.gz
gentoo-33e6b1cd4c3be4bcdc035a5b1bcd67499ebdc2a7.tar.bz2
gentoo-33e6b1cd4c3be4bcdc035a5b1bcd67499ebdc2a7.zip
media-libs/quvi: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-libs/quvi')
-rw-r--r--media-libs/quvi/Manifest1
-rw-r--r--media-libs/quvi/quvi-0.2.19.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/media-libs/quvi/Manifest b/media-libs/quvi/Manifest
index bf586be8394f..d6a1c399967d 100644
--- a/media-libs/quvi/Manifest
+++ b/media-libs/quvi/Manifest
@@ -1,4 +1,3 @@
-DIST quvi-0.2.19.tar.xz 363120 BLAKE2B c1ae1fbfabe6e1cc63bc7518fe1100cb1481b77aa8e3f07f6673a840b281c7224d14d759821bc87e5b78552d3274ba284f9202e7459799a9bbdef650ccc3f4ae SHA512 a013f3ffcbb8a970148e7a2a40c6994600c6430f10f604df57884205f25cb1dbb56608d5a48b4b8b1c280230cef4c35db89fbb7678834fefee524e9ee4146ffb
DIST quvi-0.4.2.tar.xz 118756 BLAKE2B 4b00ef7ba8cc784177070c2146a42a827ec78ce08f3bdb7422ea18dc074d92410d0d6350acf03246648aea1c8e4253a20ba9fbd998e6023657474c60f79a01bc SHA512 a0cd26711123bd61e91534e510dd96fe290eb19eacaabe52c36b0064dee1ce410e80eddbe5995392e3769ae3c602b93b5132507a2d43d765e2b98e8488ea8f86
DIST quvi-0.9.4.tar.xz 315768 BLAKE2B 307fb6f45567f1fd5ab15cc0b110eda06404c8a165d93063bdeeac33c39a7fce631e8b73934d6b14d1cdd5488e6101ea2688f7a1ec70044005d3e69bf482ae63 SHA512 fcec2a95de1a93734803177b515f0578a0722950d145ac8a37c48864281152005190bb9c9a76473b94df9b74ca80a58363435e196106b15093f484e6d4a1316d
DIST quvi-0.9.5.tar.xz 316676 BLAKE2B f9d8aa9ffd1cc70b17c4ce77648bc46f178b5eb0faa238636bb702701d8a1f249fb3a56a0fa0f5840efcd53532609bdcc0010fd90163f4619746a196ab269267 SHA512 ef50160b7f2b6b8c9049eb995cb26da3100b10e7af8206d98d2e128cde300ceb05a24dded06d7d49c0e691fcc2de5a4c5c9e9f439d40ca52cd0a3a24330c6d79
diff --git a/media-libs/quvi/quvi-0.2.19.ebuild b/media-libs/quvi/quvi-0.2.19.ebuild
deleted file mode 100644
index e1ad2513f8c7..000000000000
--- a/media-libs/quvi/quvi-0.2.19.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="library 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 ppc ppc64 x86"
-IUSE="examples test offensive static-libs"
-
-RDEPEND=">=net-misc/curl-7.18.0
- dev-lang/lua[deprecated]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-# tests fetch data from live websites, so it's rather normal that they
-# will fail
-RESTRICT="test"
-
-src_configure() {
- econf \
- $(use_enable offensive nsfw) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
-
- if use examples ; then
- docinto examples
- dodoc examples/*.{c,h}
- fi
-
- find "${D}" -name '*.la' -delete
-}