From dc71795b1a965f409d9f2e371abf36f3fb4ee833 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Fri, 15 Feb 2013 22:51:35 +0000 Subject: Version bump. (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3) --- media-video/cclive/ChangeLog | 7 ++++++- media-video/cclive/cclive-0.7.12.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 media-video/cclive/cclive-0.7.12.ebuild (limited to 'media-video') diff --git a/media-video/cclive/ChangeLog b/media-video/cclive/ChangeLog index e31065f56bd7..27bf3ff4e5c8 100644 --- a/media-video/cclive/ChangeLog +++ b/media-video/cclive/ChangeLog @@ -1,6 +1,11 @@ # 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.59 2013/02/14 12:20:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.60 2013/02/15 22:51:35 radhermit Exp $ + +*cclive-0.7.12 (15 Feb 2013) + + 15 Feb 2013; Tim Harder +cclive-0.7.12.ebuild: + Version bump. 14 Feb 2013; Agostino Sarubbo cclive-0.7.11.ebuild: Stable for x86, wrt bug #457408 diff --git a/media-video/cclive/cclive-0.7.12.ebuild b/media-video/cclive/cclive-0.7.12.ebuild new file mode 100644 index 000000000000..0cd66fb443c3 --- /dev/null +++ b/media-video/cclive/cclive-0.7.12.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.7.12.ebuild,v 1.1 2013/02/15 22:51:35 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" +IUSE="" + +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 +} -- cgit v1.2.3-65-gdbad