summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-12-09 08:56:05 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-12-09 08:56:05 +0000
commit5354b8bd26caec103977da550c851b7c27926836 (patch)
tree768d3fc875558cfdff4f2fcd3afe9fd241ad6c9c /media-video/clive
parentInitial commit, dep for new dev-libs/OpenSRF-1.0.1 (diff)
downloadgentoo-2-5354b8bd26caec103977da550c851b7c27926836.tar.gz
gentoo-2-5354b8bd26caec103977da550c851b7c27926836.tar.bz2
gentoo-2-5354b8bd26caec103977da550c851b7c27926836.zip
remove old
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
Diffstat (limited to 'media-video/clive')
-rw-r--r--media-video/clive/ChangeLog6
-rw-r--r--media-video/clive/clive-0.4.11.ebuild36
-rw-r--r--media-video/clive/clive-1.0.1.ebuild36
3 files changed, 5 insertions, 73 deletions
diff --git a/media-video/clive/ChangeLog b/media-video/clive/ChangeLog
index af37a6b35198..703a23195040 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.43 2008/12/02 22:44:14 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.44 2008/12/09 08:56:05 aballier Exp $
+
+ 09 Dec 2008; Alexis Ballier <aballier@gentoo.org> -clive-0.4.11.ebuild,
+ -clive-1.0.1.ebuild:
+ remove old
02 Dec 2008; Brent Baude <ranger@gentoo.org> ChangeLog:
stable ppc64, bug 249218
diff --git a/media-video/clive/clive-0.4.11.ebuild b/media-video/clive/clive-0.4.11.ebuild
deleted file mode 100644
index 678efd253c9d..000000000000
--- a/media-video/clive/clive-0.4.11.ebuild
+++ /dev/null
@@ -1,36 +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.11.ebuild,v 1.6 2008/10/26 09:40:30 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 various websites"
-HOMEPAGE="http://clive.sourceforge.net/"
-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/feedparser-4.1"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-src_compile() {
- # with-newt or --with-feedparser means compile its own
- econf $(use_with doc) --without-newt --without-feedparser
- 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-1.0.1.ebuild b/media-video/clive/clive-1.0.1.ebuild
deleted file mode 100644
index c2c04796a253..000000000000
--- a/media-video/clive/clive-1.0.1.ebuild
+++ /dev/null
@@ -1,36 +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-1.0.1.ebuild,v 1.3 2008/10/26 09:40:30 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 various websites"
-HOMEPAGE="http://clive.sourceforge.net/"
-SRC_URI="http://dl.gna.org/clive/$(get_version_component_range 1-2 ${PV}).x/${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)
- 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 README CHANGES
- use doc && dohtml dox/html/*
-}