Version bump.
authorTim Harder <radhermit@gentoo.org>
Mon, 10 Oct 2011 07:36:08 +0000 (07:36 +0000)
committerTim Harder <radhermit@gentoo.org>
Mon, 10 Oct 2011 07:36:08 +0000 (07:36 +0000)
Package-Manager: portage-2.2.0_alpha62/cvs/Linux x86_64

media-libs/quvi/ChangeLog
media-libs/quvi/quvi-0.4.0.ebuild [new file with mode: 0644]

index 3ce0bf28ee3db54e9ca7e067d0d0ac1e5eb36665..1d05a965d8e9f5b424bdefbafad4ef45ebd21d49 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/quvi
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/ChangeLog,v 1.31 2011/08/05 16:15:34 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/ChangeLog,v 1.32 2011/10/10 07:36:08 radhermit Exp $
+
+*quvi-0.4.0 (10 Oct 2011)
+
+  10 Oct 2011; Tim Harder <radhermit@gentoo.org> +quvi-0.4.0.ebuild:
+  Version bump.
 
 *quvi-0.2.19 (05 Aug 2011)
 
diff --git a/media-libs/quvi/quvi-0.4.0.ebuild b/media-libs/quvi/quvi-0.4.0.ebuild
new file mode 100644 (file)
index 0000000..a64585c
--- /dev/null
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/quvi-0.4.0.ebuild,v 1.1 2011/10/10 07:36:08 radhermit Exp $
+
+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 ~x86"
+IUSE=""
+
+RDEPEND=">=net-misc/curl-7.18.2
+       >=media-libs/libquvi-0.4.0"
+DEPEND="${RDEPEND}
+       app-arch/xz-utils
+       dev-util/pkgconfig"
+
+src_configure() {
+       econf \
+               --with-manual
+}