* [gentoo-commits] gentoo-x86 commit in media-video/clive: ChangeLog clive-0.4.14.ebuild clive-0.4.13.ebuild clive-0.4.12.ebuild
@ 2008-05-27 6:50 Alexis Ballier (aballier)
0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2008-05-27 6:50 UTC (permalink / raw
To: gentoo-commits
aballier 08/05/27 06:50:54
Modified: ChangeLog
Added: clive-0.4.14.ebuild
Removed: clive-0.4.13.ebuild clive-0.4.12.ebuild
Log:
version bump, remove old
(Portage version: 2.1.5.2)
Revision Changes Path
1.23 media-video/clive/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 22 May 2008 07:06:57 -0000 1.22
+++ ChangeLog 27 May 2008 06:50:53 -0000 1.23
@@ -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)
1.1 media-video/clive/clive-0.4.14.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/clive-0.4.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/clive-0.4.14.ebuild?rev=1.1&content-type=text/plain
Index: clive-0.4.14.ebuild
===================================================================
# 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.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
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/*
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-27 6:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-27 6:50 [gentoo-commits] gentoo-x86 commit in media-video/clive: ChangeLog clive-0.4.14.ebuild clive-0.4.13.ebuild clive-0.4.12.ebuild Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox