summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-03-20 05:59:15 +0000
committerTim Harder <radhermit@gentoo.org>2011-03-20 05:59:15 +0000
commitbe9463f4c2a338650ecb75b5bac65f621e6c651b (patch)
tree6b96e78d3caac30d63efc7a7f3557f1cc50b9f83 /media-video/cclive
parentFix slot-deps on gtk+ and other libs (diff)
downloadgentoo-2-be9463f4c2a338650ecb75b5bac65f621e6c651b.tar.gz
gentoo-2-be9463f4c2a338650ecb75b5bac65f621e6c651b.tar.bz2
gentoo-2-be9463f4c2a338650ecb75b5bac65f621e6c651b.zip
Version bump. Update to EAPI 4, remove versionator eclass usage, and use array notation for DOCS.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'media-video/cclive')
-rw-r--r--media-video/cclive/ChangeLog8
-rw-r--r--media-video/cclive/cclive-0.7.3.1.ebuild26
2 files changed, 33 insertions, 1 deletions
diff --git a/media-video/cclive/ChangeLog b/media-video/cclive/ChangeLog
index 336a79aac737..f0dba4e942fc 100644
--- a/media-video/cclive/ChangeLog
+++ b/media-video/cclive/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-video/cclive
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.25 2011/03/08 23:26:40 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.26 2011/03/20 05:59:15 radhermit Exp $
+
+*cclive-0.7.3.1 (20 Mar 2011)
+
+ 20 Mar 2011; Tim Harder <radhermit@gentoo.org> +cclive-0.7.3.1.ebuild:
+ Version bump. Update to EAPI 4, remove versionator eclass usage, and use
+ array notation for DOCS.
08 Mar 2011; Markos Chandras <hwoarang@gentoo.org> cclive-0.7.2.ebuild:
Stable on amd64 wrt bug #357773
diff --git a/media-video/cclive/cclive-0.7.3.1.ebuild b/media-video/cclive/cclive-0.7.3.1.ebuild
new file mode 100644
index 000000000000..f2be2962865c
--- /dev/null
+++ b/media-video/cclive/cclive-0.7.3.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.7.3.1.ebuild,v 1.1 2011/03/20 05:59:15 radhermit Exp $
+
+EAPI=4
+CMAKE_MIN_VERSION="2.8.3"
+
+inherit cmake-utils
+
+DESCRIPTION="Command line tool for extracting videos from various websites"
+HOMEPAGE="http://cclive.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${PV:0:3}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-libs/quvi-0.2.10
+ >=dev-libs/boost-1.42
+ >=net-misc/curl-7.20
+ >=dev-libs/libpcre-8.02[cxx]"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+DOCS=(ChangeLog ChangeLog.pre-gitlog NEWS README)