diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-01-03 16:50:15 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-01-03 16:50:15 +0000 |
commit | 45ad9ea77a0b7c44c512a1d99b049c4aae54bc40 (patch) | |
tree | 6b919f22146d476b038de5ef5b279ca2e9fa7422 /media-video | |
parent | Keyword ~x86-fbsd, working fine here (diff) | |
download | gentoo-2-45ad9ea77a0b7c44c512a1d99b049c4aae54bc40.tar.gz gentoo-2-45ad9ea77a0b7c44c512a1d99b049c4aae54bc40.tar.bz2 gentoo-2-45ad9ea77a0b7c44c512a1d99b049c4aae54bc40.zip |
version bump
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/clive/ChangeLog | 9 | ||||
-rw-r--r-- | media-video/clive/clive-0.4.0.ebuild | 30 | ||||
-rw-r--r-- | media-video/clive/files/digest-clive-0.4.0 | 3 |
3 files changed, 40 insertions, 2 deletions
diff --git a/media-video/clive/ChangeLog b/media-video/clive/ChangeLog index 3e0ae9fe39dd..c9204efbeddd 100644 --- a/media-video/clive/ChangeLog +++ b/media-video/clive/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/clive -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.4 2007/12/11 11:17:16 aballier Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.5 2008/01/03 16:50:14 aballier Exp $ + +*clive-0.4.0 (03 Jan 2008) + + 03 Jan 2008; Alexis Ballier <aballier@gentoo.org> +clive-0.4.0.ebuild: + version bump 11 Dec 2007; Alexis Ballier <aballier@gentoo.org> -clive-0.3.1.ebuild: remove old diff --git a/media-video/clive/clive-0.4.0.ebuild b/media-video/clive/clive-0.4.0.ebuild new file mode 100644 index 000000000000..8a2ecf9828a3 --- /dev/null +++ b/media-video/clive/clive-0.4.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/clive-0.4.0.ebuild,v 1.1 2008/01/03 16:50:14 aballier Exp $ + +inherit distutils versionator + +DESCRIPTION="Command line tool for extracting videos from Youtube, Google Video, Dailymotion, Guba (free) and Stage6 websites" +HOMEPAGE="http://home.gna.org/clive/" +SRC_URI="http://dl.gna.org/clive/$(get_version_component_range 1-2 ${PV})/src/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=">=dev-python/urlgrabber-2.9.9 + >=dev-lang/python-2.4" + +src_unpack() { + distutils_src_unpack + + # dont install man, we'll use doman + sed -i -e "s/data_files = \[.*\]/data_files = []/" setup.py +} + +src_install() { + distutils_src_install + doman man/clive.1.gz +} diff --git a/media-video/clive/files/digest-clive-0.4.0 b/media-video/clive/files/digest-clive-0.4.0 new file mode 100644 index 000000000000..02a60a72ac07 --- /dev/null +++ b/media-video/clive/files/digest-clive-0.4.0 @@ -0,0 +1,3 @@ +MD5 89578b595046f1f730a9a77e5d8c550b clive-0.4.0.tar.gz 37669 +RMD160 5ba3bc23ed66d9aa58eb5e6443c69bbe5c15f182 clive-0.4.0.tar.gz 37669 +SHA256 fe9af0a9ca44b20faecca01a1ed2a2011a8d9ea8c5849581117136a3ea1dfed7 clive-0.4.0.tar.gz 37669 |