summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-05-27 06:50:53 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-05-27 06:50:53 +0000
commita659166fc6c06df63473efb1688c55c4f537cb77 (patch)
treeb75d95afb72f320f4bb0f6a895cecbb0f27369b2 /media-video/clive
parentMaking repoman happy (diff)
downloadgentoo-2-a659166fc6c06df63473efb1688c55c4f537cb77.tar.gz
gentoo-2-a659166fc6c06df63473efb1688c55c4f537cb77.tar.bz2
gentoo-2-a659166fc6c06df63473efb1688c55c4f537cb77.zip
version bump, remove old
(Portage version: 2.1.5.2)
Diffstat (limited to 'media-video/clive')
-rw-r--r--media-video/clive/ChangeLog8
-rw-r--r--media-video/clive/clive-0.4.13.ebuild40
-rw-r--r--media-video/clive/clive-0.4.14.ebuild (renamed from media-video/clive/clive-0.4.12.ebuild)2
3 files changed, 8 insertions, 42 deletions
diff --git a/media-video/clive/ChangeLog b/media-video/clive/ChangeLog
index bdee86a9d657..eafaeb40806e 100644
--- a/media-video/clive/ChangeLog
+++ b/media-video/clive/ChangeLog
@@ -1,6 +1,12 @@
# 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.22 2008/05/22 07:06:57 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.23 2008/05/27 06:50:53 aballier Exp $
+
+*clive-0.4.14 (27 May 2008)
+
+ 27 May 2008; Alexis Ballier <aballier@gentoo.org> -clive-0.4.12.ebuild,
+ -clive-0.4.13.ebuild, +clive-0.4.14.ebuild:
+ version bump, remove old
*clive-0.4.13 (22 May 2008)
diff --git a/media-video/clive/clive-0.4.13.ebuild b/media-video/clive/clive-0.4.13.ebuild
deleted file mode 100644
index 3c0dfc818fc5..000000000000
--- a/media-video/clive/clive-0.4.13.ebuild
+++ /dev/null
@@ -1,40 +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.13.ebuild,v 1.1 2008/05/22 07:06:57 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() {
- # with-lib means compile its own
- econf $(use_with doc) \
- --without-newt \
- --without-feedparser \
- --without-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.4.12.ebuild b/media-video/clive/clive-0.4.14.ebuild
index 79c80e7dd71f..3789386d74c6 100644
--- a/media-video/clive/clive-0.4.12.ebuild
+++ b/media-video/clive/clive-0.4.14.ebuild
@@ -1,6 +1,6 @@
# 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.12.ebuild,v 1.1 2008/05/16 05:40:14 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/clive/clive-0.4.14.ebuild,v 1.1 2008/05/27 06:50:53 aballier Exp $
# We inherit distutils to get the pkg_* functions for byte compiling python
inherit versionator distutils