diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-02-15 22:51:35 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-02-15 22:51:35 +0000 |
commit | dc71795b1a965f409d9f2e371abf36f3fb4ee833 (patch) | |
tree | df8d37c6902c1a0f2daeb5da080da4398c904075 /media-video/cclive | |
parent | Version bump. (diff) | |
download | gentoo-2-dc71795b1a965f409d9f2e371abf36f3fb4ee833.tar.gz gentoo-2-dc71795b1a965f409d9f2e371abf36f3fb4ee833.tar.bz2 gentoo-2-dc71795b1a965f409d9f2e371abf36f3fb4ee833.zip |
Version bump.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-video/cclive')
-rw-r--r-- | media-video/cclive/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/cclive/cclive-0.7.12.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
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 <radhermit@gentoo.org> +cclive-0.7.12.ebuild: + Version bump. 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> 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 +} |