Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
aballier 08/05/22 07:06:57
Modified: ChangeLog
Added: clive-0.4.13.ebuild
Log:
version bump
(Portage version: 2.1.5.2)
Revision Changes Path
1.22 media-video/clive/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 16 May 2008 05:40:14 -0000 1.21
+++ ChangeLog 22 May 2008 07:06:57 -0000 1.22
@@ -1,6 +1,11 @@
# 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.21 2008/05/16 05:40:14 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.22 2008/05/22 07:06:57 aballier Exp $
+
+*clive-0.4.13 (22 May 2008)
+
+ 22 May 2008; Alexis Ballier <aballier@g.o> +clive-0.4.13.ebuild:
+ version bump
*clive-0.4.12 (16 May 2008)
1.1 media-video/clive/clive-0.4.13.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/clive-0.4.13.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/clive-0.4.13.ebuild?rev=1.1&content-type=text/plain
Index: clive-0.4.13.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.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/*
}
--
gentoo-commits@g.o mailing list
|
|