diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-08-17 09:10:53 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-08-17 09:10:53 +0000 |
commit | f1a1e5882e7e839d60722912467c57a31717f39c (patch) | |
tree | 8c449713bb4dca92a4f7b18aeedb57cac38d04db /media-video/clive | |
parent | depend on pkgconfig because it uses xine-config which requires it nowadays (diff) | |
download | gentoo-2-f1a1e5882e7e839d60722912467c57a31717f39c.tar.gz gentoo-2-f1a1e5882e7e839d60722912467c57a31717f39c.tar.bz2 gentoo-2-f1a1e5882e7e839d60722912467c57a31717f39c.zip |
remove old
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'media-video/clive')
-rw-r--r-- | media-video/clive/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/clive/clive-0.4.19.ebuild | 39 | ||||
-rw-r--r-- | media-video/clive/clive-0.5.0.ebuild | 39 |
3 files changed, 5 insertions, 79 deletions
diff --git a/media-video/clive/ChangeLog b/media-video/clive/ChangeLog index 31f979c74a47..cb266eaa4b86 100644 --- a/media-video/clive/ChangeLog +++ b/media-video/clive/ChangeLog @@ -1,6 +1,10 @@ # 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.33 2008/08/13 09:47:30 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.34 2008/08/17 09:10:53 aballier Exp $ + + 17 Aug 2008; Alexis Ballier <aballier@gentoo.org> -clive-0.4.19.ebuild, + -clive-0.5.0.ebuild: + remove old *clive-1.0.0 (13 Aug 2008) diff --git a/media-video/clive/clive-0.4.19.ebuild b/media-video/clive/clive-0.4.19.ebuild deleted file mode 100644 index 64fc573827cb..000000000000 --- a/media-video/clive/clive-0.4.19.ebuild +++ /dev/null @@ -1,39 +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.19.ebuild,v 1.1 2008/07/26 12:49:09 aballier Exp $ - -# We inherit distutils to get the pkg_* functions for byte compiling python -inherit versionator distutils - -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.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="doc" - -RDEPEND=">=dev-lang/python-2.4 - >=dev-libs/newt-0.51 - >=dev-python/urlgrabber-3.1.0 - >=dev-python/feedparser-4.1" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -src_compile() { - econf $(use_with doc) \ - --with-installed-newt \ - --with-installed-feedparser \ - --with-installed-urlgrabber - emake || die "emake failed" - if use doc; then - emake dox || die "failed to create the documentation" - fi -} - -src_install() { - emake py_compile=true DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS ChangeLog README - use doc && dohtml dox/html/* -} diff --git a/media-video/clive/clive-0.5.0.ebuild b/media-video/clive/clive-0.5.0.ebuild deleted file mode 100644 index f0ed76de3be7..000000000000 --- a/media-video/clive/clive-0.5.0.ebuild +++ /dev/null @@ -1,39 +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.5.0.ebuild,v 1.1 2008/08/05 13:28:00 aballier Exp $ - -# We inherit distutils to get the pkg_* functions for byte compiling python -inherit versionator distutils - -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})/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="doc" - -RDEPEND=">=dev-lang/python-2.4 - >=dev-libs/newt-0.51 - >=dev-python/urlgrabber-3.1.0 - >=dev-python/feedparser-4.1" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -src_compile() { - econf $(use_with doc) \ - --with-installed-newt \ - --with-installed-feedparser \ - --with-installed-urlgrabber - emake || die "emake failed" - if use doc; then - emake dox || die "failed to create the documentation" - fi -} - -src_install() { - emake py_compile=true DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS ChangeLog README - use doc && dohtml dox/html/* -} |