diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-05-11 23:14:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-05-11 23:14:18 +0000 |
commit | 3b03f3f1e9dbf14baa82d59f96a9a4e92b81837f (patch) | |
tree | 65369cf9cf1433081e3054a80c51eb9f263fe062 /media-video/clive | |
parent | Stable for HPPPA (bug #221173). (diff) | |
download | gentoo-2-3b03f3f1e9dbf14baa82d59f96a9a4e92b81837f.tar.gz gentoo-2-3b03f3f1e9dbf14baa82d59f96a9a4e92b81837f.tar.bz2 gentoo-2-3b03f3f1e9dbf14baa82d59f96a9a4e92b81837f.zip |
remove old
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'media-video/clive')
-rw-r--r-- | media-video/clive/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/clive/clive-0.4.6.ebuild | 30 |
2 files changed, 4 insertions, 31 deletions
diff --git a/media-video/clive/ChangeLog b/media-video/clive/ChangeLog index 2cfadc2d865f..7f901c8d1fd4 100644 --- a/media-video/clive/ChangeLog +++ b/media-video/clive/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/clive # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.19 2008/05/11 16:47:23 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.20 2008/05/11 23:14:18 aballier Exp $ + + 11 May 2008; Alexis Ballier <aballier@gentoo.org> -clive-0.4.6.ebuild: + remove old 11 May 2008; Markus Rothe <corsair@gentoo.org> clive-0.4.11.ebuild: Stable on ppc64; bug #221147 diff --git a/media-video/clive/clive-0.4.6.ebuild b/media-video/clive/clive-0.4.6.ebuild deleted file mode 100644 index 59ec3d624be0..000000000000 --- a/media-video/clive/clive-0.4.6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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.6.ebuild,v 1.4 2008/03/28 23:36:10 maekke 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 ppc 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 -} |