summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/quvi/quvi-0.9.2.ebuild')
-rw-r--r--media-libs/quvi/quvi-0.9.2.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/media-libs/quvi/quvi-0.9.2.ebuild b/media-libs/quvi/quvi-0.9.2.ebuild
deleted file mode 100644
index b907c38e30c6..000000000000
--- a/media-libs/quvi/quvi-0.9.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/quvi-0.9.2.ebuild,v 1.1 2013/06/25 05:31:21 radhermit Exp $
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils
-
-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="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="json nls xml"
-
-RDEPEND=">=net-misc/curl-7.21.0
- >=media-libs/libquvi-0.9:=
- json? ( >=dev-libs/json-glib-0.12 )
- nls? ( virtual/libintl )
- xml? ( >=dev-libs/libxml2-2.7.8:2 )"
-DEPEND="${RDEPEND}
- app-arch/xz-utils
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.9.1-automagic.patch )
-
-src_configure() {
- local myeconfargs=(
- --with-manual
- $(use_enable json)
- $(use_enable xml)
- )
- autotools-utils_src_configure
-}