diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-12-08 13:51:22 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-12-08 13:51:22 +0000 |
commit | 4b05e45cb02642328bcd80425bafd165f32dd3f8 (patch) | |
tree | 9d89630e220d8b86d14ffb1c3c35d3dff597baad /media-video | |
parent | Version bump (diff) | |
download | gentoo-2-4b05e45cb02642328bcd80425bafd165f32dd3f8.tar.gz gentoo-2-4b05e45cb02642328bcd80425bafd165f32dd3f8.tar.bz2 gentoo-2-4b05e45cb02642328bcd80425bafd165f32dd3f8.zip |
version bump
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/clive/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/clive/clive-0.3.4.ebuild | 30 | ||||
-rw-r--r-- | media-video/clive/files/digest-clive-0.3.4 | 3 |
3 files changed, 39 insertions, 1 deletions
diff --git a/media-video/clive/ChangeLog b/media-video/clive/ChangeLog index 8324ec47fc59..5397b8af6751 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.2 2007/11/15 09:52:36 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.3 2007/12/08 13:51:21 aballier Exp $ + +*clive-0.3.4 (08 Dec 2007) + + 08 Dec 2007; Alexis Ballier <aballier@gentoo.org> +clive-0.3.4.ebuild: + version bump 15 Nov 2007; Markus Rothe <corsair@gentoo.org> clive-0.3.1.ebuild: Added ~ppc64 diff --git a/media-video/clive/clive-0.3.4.ebuild b/media-video/clive/clive-0.3.4.ebuild new file mode 100644 index 000000000000..166e3cab8b2e --- /dev/null +++ b/media-video/clive/clive-0.3.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/clive-0.3.4.ebuild,v 1.1 2007/12/08 13:51:21 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.3.4 b/media-video/clive/files/digest-clive-0.3.4 new file mode 100644 index 000000000000..e63dbc15f70d --- /dev/null +++ b/media-video/clive/files/digest-clive-0.3.4 @@ -0,0 +1,3 @@ +MD5 7289c88bae9372bbcfe1c3a72d079be3 clive-0.3.4.tar.gz 38210 +RMD160 4cba99a0e3c06df29f893ffd50f64067e3a0f28e clive-0.3.4.tar.gz 38210 +SHA256 c512bed40824e009f54aa95dc0303433b81ecdc0d6170f45d79e1878a3729b1c clive-0.3.4.tar.gz 38210 |