diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-06-25 05:24:39 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-06-25 05:24:39 +0000 |
commit | 38eff17b8592250d55093123c8967e0fa6128aa5 (patch) | |
tree | 1708f21518db1a19a61c183c569f491b67dd13fd /media-video | |
parent | Bump (diff) | |
download | gentoo-2-38eff17b8592250d55093123c8967e0fa6128aa5.tar.gz gentoo-2-38eff17b8592250d55093123c8967e0fa6128aa5.tar.bz2 gentoo-2-38eff17b8592250d55093123c8967e0fa6128aa5.zip |
Version bumps (bug #474660).
(Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/cclive/ChangeLog | 9 | ||||
-rw-r--r-- | media-video/cclive/cclive-0.7.13.ebuild | 26 | ||||
-rw-r--r-- | media-video/cclive/cclive-0.9.0.ebuild | 26 |
3 files changed, 60 insertions, 1 deletions
diff --git a/media-video/cclive/ChangeLog b/media-video/cclive/ChangeLog index 1a19d0575177..3dec3a39a87e 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.62 2013/03/26 11:41:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.63 2013/06/25 05:24:39 radhermit Exp $ + +*cclive-0.9.0 (25 Jun 2013) +*cclive-0.7.13 (25 Jun 2013) + + 25 Jun 2013; Tim Harder <radhermit@gentoo.org> +cclive-0.7.13.ebuild, + +cclive-0.9.0.ebuild: + Version bumps (bug #474660). 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> cclive-0.7.12.ebuild: Stable for x86, wrt bug #463106 diff --git a/media-video/cclive/cclive-0.7.13.ebuild b/media-video/cclive/cclive-0.7.13.ebuild new file mode 100644 index 000000000000..646205723840 --- /dev/null +++ b/media-video/cclive/cclive-0.7.13.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.13.ebuild,v 1.1 2013/06/25 05:24:39 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 +} diff --git a/media-video/cclive/cclive-0.9.0.ebuild b/media-video/cclive/cclive-0.9.0.ebuild new file mode 100644 index 000000000000..7d2dec3e2e91 --- /dev/null +++ b/media-video/cclive/cclive-0.9.0.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.0.ebuild,v 1.1 2013/06/25 05:24:39 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 +} |