summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-11-26 17:32:31 +0000
committerTim Harder <radhermit@gentoo.org>2013-11-26 17:32:31 +0000
commitac1c6da033db89df152d20aedb4e35062b8047f3 (patch)
treed86446d4cc652d1536e783ef793bec367fac0023 /media-video/cclive
parentfixed oops in last commit; USE='kmod -modutils' still resulted in module load... (diff)
downloadgentoo-2-ac1c6da033db89df152d20aedb4e35062b8047f3.tar.gz
gentoo-2-ac1c6da033db89df152d20aedb4e35062b8047f3.tar.bz2
gentoo-2-ac1c6da033db89df152d20aedb4e35062b8047f3.zip
Version bumps.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-video/cclive')
-rw-r--r--media-video/cclive/ChangeLog9
-rw-r--r--media-video/cclive/cclive-0.7.16.ebuild25
-rw-r--r--media-video/cclive/cclive-0.9.3.ebuild26
3 files changed, 59 insertions, 1 deletions
diff --git a/media-video/cclive/ChangeLog b/media-video/cclive/ChangeLog
index 4b427e2ece95..0c26faec317b 100644
--- a/media-video/cclive/ChangeLog
+++ b/media-video/cclive/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-video/cclive
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.65 2013/08/08 07:27:27 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.66 2013/11/26 17:32:31 radhermit Exp $
+
+*cclive-0.9.3 (26 Nov 2013)
+*cclive-0.7.16 (26 Nov 2013)
+
+ 26 Nov 2013; Tim Harder <radhermit@gentoo.org> +cclive-0.7.16.ebuild,
+ +cclive-0.9.3.ebuild:
+ Version bumps.
08 Aug 2013; Tim Harder <radhermit@gentoo.org> -cclive-0.7.10-r1.ebuild,
-cclive-0.7.11.ebuild:
diff --git a/media-video/cclive/cclive-0.7.16.ebuild b/media-video/cclive/cclive-0.7.16.ebuild
new file mode 100644
index 000000000000..abb41cd4f259
--- /dev/null
+++ b/media-video/cclive/cclive-0.7.16.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.7.16.ebuild,v 1.1 2013/11/26 17:32:31 radhermit Exp $
+
+EAPI=5
+
+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.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND=">=media-libs/libquvi-0.4.0
+ >=dev-libs/boost-1.42
+ >=net-misc/curl-7.20
+ >=dev-libs/libpcre-8.02[cxx]"
+DEPEND="${RDEPEND}
+ app-arch/xz-utils
+ virtual/pkgconfig"
+
+src_configure() {
+ econf --disable-ccl
+}
diff --git a/media-video/cclive/cclive-0.9.3.ebuild b/media-video/cclive/cclive-0.9.3.ebuild
new file mode 100644
index 000000000000..eaa8f58bb1cd
--- /dev/null
+++ b/media-video/cclive/cclive-0.9.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.9.3.ebuild,v 1.1 2013/11/26 17:32:31 radhermit Exp $
+
+EAPI=5
+
+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.xz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND=">=media-libs/libquvi-0.4.0
+ >=dev-libs/boost-1.49
+ >=dev-libs/glib-2.24:2
+ >=net-misc/curl-7.20
+ >=dev-libs/libpcre-8.02[cxx]"
+DEPEND="${RDEPEND}
+ app-arch/xz-utils
+ virtual/pkgconfig"
+
+src_configure() {
+ econf --disable-ccl
+}