diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-01-07 20:21:29 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-01-07 20:21:29 +0000 |
commit | b3ba61a1450778ef8af1aba722c2c0280f45c4ec (patch) | |
tree | ce1a8b8718ed03120bac699c555f100fae7729bd /media-video | |
parent | Version bump. (diff) | |
download | gentoo-2-b3ba61a1450778ef8af1aba722c2c0280f45c4ec.tar.gz gentoo-2-b3ba61a1450778ef8af1aba722c2c0280f45c4ec.tar.bz2 gentoo-2-b3ba61a1450778ef8af1aba722c2c0280f45c4ec.zip |
version bump
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/cclive/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/cclive/cclive-0.7.1.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/media-video/cclive/ChangeLog b/media-video/cclive/ChangeLog index 278b6bfda2f7..c2985bf44e43 100644 --- a/media-video/cclive/ChangeLog +++ b/media-video/cclive/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/cclive # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.22 2011/01/07 19:51:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.23 2011/01/07 20:21:29 aballier Exp $ + +*cclive-0.7.1 (07 Jan 2011) + + 07 Jan 2011; Alexis Ballier <aballier@gentoo.org> +cclive-0.7.1.ebuild: + version bump 07 Jan 2011; Alexis Ballier <aballier@gentoo.org> cclive-0.6.5.ebuild: add libpcre[cxx] dep, by Arseny Solokha <b0ntrict0r@yandex.ru>, bug #348742 diff --git a/media-video/cclive/cclive-0.7.1.ebuild b/media-video/cclive/cclive-0.7.1.ebuild new file mode 100644 index 000000000000..6e57d65cf810 --- /dev/null +++ b/media-video/cclive/cclive-0.7.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.7.1.ebuild,v 1.1 2011/01/07 20:21:29 aballier Exp $ + +EAPI=2 + +inherit versionator cmake-utils + +DESCRIPTION="Command line tool for extracting videos from various websites" +HOMEPAGE="http://cclive.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/$(get_version_component_range 1-2)/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=media-libs/quvi-0.2.10 + >=dev-libs/boost-1.42 + >=net-misc/curl-7.20 + >=dev-libs/libpcre-8.02[cxx]" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +DOCS="ChangeLog* NEWS README" |