Gentoo Logo
Gentoo Spaceship




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
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Alexis Ballier (aballier)" <aballier@g.o>
Subject: gentoo-x86 commit in media-video/clive: ChangeLog clive-0.4.13.ebuild
Date: Thu, 22 May 2008 07:06:57 +0000
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


Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo commit in xml/images/gmn/20080520: keywords.png
Next by thread:
gentoo-x86 commit in media-plugins/gst-plugins-meta: gst-plugins-meta-0.10-r1.ebuild ChangeLog
Previous by date:
gentoo commit in xml/htdocs/news/en/gmn: 20080520-newsletter.xml
Next by date:
gentoo-x86 commit in net-analyzer/nagios-core: ChangeLog nagios-core-2.12.ebuild


Updated Mar 18, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.