summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-08-25 15:41:38 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-08-25 15:41:38 +0000
commit07965de1fd1f8024e31244f19ff8fc19a9339f26 (patch)
tree2d14ff7d7b01086927b201af260eb7d40eb643ee /media-video/cclive
parentStable on alpha, bug #281515 (diff)
downloadgentoo-2-07965de1fd1f8024e31244f19ff8fc19a9339f26.tar.gz
gentoo-2-07965de1fd1f8024e31244f19ff8fc19a9339f26.tar.bz2
gentoo-2-07965de1fd1f8024e31244f19ff8fc19a9339f26.zip
version bump
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-video/cclive')
-rw-r--r--media-video/cclive/ChangeLog7
-rw-r--r--media-video/cclive/cclive-0.4.7.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/media-video/cclive/ChangeLog b/media-video/cclive/ChangeLog
index 718e7bddd8d1..b76e443f3331 100644
--- a/media-video/cclive/ChangeLog
+++ b/media-video/cclive/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/cclive
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.2 2009/08/02 22:54:28 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.3 2009/08/25 15:41:38 aballier Exp $
+
+*cclive-0.4.7 (25 Aug 2009)
+
+ 25 Aug 2009; Alexis Ballier <aballier@gentoo.org> +cclive-0.4.7.ebuild:
+ version bump
*cclive-0.4.6 (02 Aug 2009)
diff --git a/media-video/cclive/cclive-0.4.7.ebuild b/media-video/cclive/cclive-0.4.7.ebuild
new file mode 100644
index 000000000000..e1c1127309f2
--- /dev/null
+++ b/media-video/cclive/cclive-0.4.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.4.7.ebuild,v 1.1 2009/08/25 15:41:38 aballier Exp $
+
+EAPI=2
+
+DESCRIPTION="Command line tool for extracting videos from various websites"
+HOMEPAGE="http://code.google.com/p/cclive/"
+SRC_URI="http://cclive.googlecode.com/files/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="perl"
+
+RDEPEND=">=net-misc/curl-7.18.0
+ perl? ( sys-devel/libperl dev-lang/perl dev-perl/HTML-Parser )"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_configure() {
+ econf $(use_with perl)
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}