diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-08-08 07:26:09 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-08-08 07:26:09 +0000 |
commit | 6b02de3c20f02ed235c381b7b7558637c1f54052 (patch) | |
tree | abbf9998b7d13252ad13b9a47218a9e1fd02b087 | |
parent | Version bump. (diff) | |
download | gentoo-2-6b02de3c20f02ed235c381b7b7558637c1f54052.tar.gz gentoo-2-6b02de3c20f02ed235c381b7b7558637c1f54052.tar.bz2 gentoo-2-6b02de3c20f02ed235c381b7b7558637c1f54052.zip |
Version bumps.
(Portage version: 2.2.0_alpha195/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
-rw-r--r-- | media-video/cclive/ChangeLog | 9 | ||||
-rw-r--r-- | media-video/cclive/cclive-0.7.15.ebuild | 25 | ||||
-rw-r--r-- | media-video/cclive/cclive-0.9.1.ebuild | 26 |
3 files changed, 59 insertions, 1 deletions
diff --git a/media-video/cclive/ChangeLog b/media-video/cclive/ChangeLog index 3dec3a39a87e..d381452fe62d 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.63 2013/06/25 05:24:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.64 2013/08/08 07:26:09 radhermit Exp $ + +*cclive-0.9.1 (08 Aug 2013) +*cclive-0.7.15 (08 Aug 2013) + + 08 Aug 2013; Tim Harder <radhermit@gentoo.org> +cclive-0.7.15.ebuild, + +cclive-0.9.1.ebuild: + Version bumps. *cclive-0.9.0 (25 Jun 2013) *cclive-0.7.13 (25 Jun 2013) diff --git a/media-video/cclive/cclive-0.7.15.ebuild b/media-video/cclive/cclive-0.7.15.ebuild new file mode 100644 index 000000000000..8a7deee760cb --- /dev/null +++ b/media-video/cclive/cclive-0.7.15.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.15.ebuild,v 1.1 2013/08/08 07:26:09 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.1.ebuild b/media-video/cclive/cclive-0.9.1.ebuild new file mode 100644 index 000000000000..10a85716be68 --- /dev/null +++ b/media-video/cclive/cclive-0.9.1.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.1.ebuild,v 1.1 2013/08/08 07:26:09 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.42 + >=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 +} |