diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-09-18 09:35:33 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-09-18 09:35:33 +0000 |
commit | 82e67684cac24be5620e22b7e74b8a277b980761 (patch) | |
tree | 0d784d3672feb772122e5d69ea9f27812de77e38 /media-video/cclive | |
parent | Go back to 2.0.1.3, .4 tarball is incomplete. Bug #285290 (diff) | |
download | gentoo-2-82e67684cac24be5620e22b7e74b8a277b980761.tar.gz gentoo-2-82e67684cac24be5620e22b7e74b8a277b980761.tar.bz2 gentoo-2-82e67684cac24be5620e22b7e74b8a277b980761.zip |
version bump
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-video/cclive')
-rw-r--r-- | media-video/cclive/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/cclive/cclive-0.5.1.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/media-video/cclive/ChangeLog b/media-video/cclive/ChangeLog index 5fd573c6a33a..87fcb60fb15f 100644 --- a/media-video/cclive/ChangeLog +++ b/media-video/cclive/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/cclive # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.4 2009/08/25 15:43:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.5 2009/09/18 09:35:33 aballier Exp $ + +*cclive-0.5.1 (18 Sep 2009) + + 18 Sep 2009; Alexis Ballier <aballier@gentoo.org> +cclive-0.5.1.ebuild: + version bump 25 Aug 2009; Alexis Ballier <aballier@gentoo.org> -cclive-0.4.1.ebuild, -cclive-0.4.6.ebuild: diff --git a/media-video/cclive/cclive-0.5.1.ebuild b/media-video/cclive/cclive-0.5.1.ebuild new file mode 100644 index 000000000000..0454c4766e53 --- /dev/null +++ b/media-video/cclive/cclive-0.5.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.5.1.ebuild,v 1.1 2009/09/18 09:35:33 aballier Exp $ + +EAPI=2 + +DESCRIPTION="Command line tool for extracting videos from various websites" +HOMEPAGE="http://code.google.com/p/cclive/" +SRC_URI="http://cclive.googlecode.com/files/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=net-misc/curl-7.18.0 + >=dev-libs/libpcre-7.9[cxx]" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README TODO +} |