From ccf879d82d4cfb58965198ac7cba90bb242b45e1 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sun, 30 Jan 2011 23:41:47 +0000 Subject: version bump (Portage version: 2.2.0_alpha19/cvs/Linux x86_64) --- media-video/clive/ChangeLog | 7 +++++- media-video/clive/clive-2.2.22.ebuild | 47 +++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 media-video/clive/clive-2.2.22.ebuild (limited to 'media-video') diff --git a/media-video/clive/ChangeLog b/media-video/clive/ChangeLog index e1e8046db227..328c7b214b1d 100644 --- a/media-video/clive/ChangeLog +++ b/media-video/clive/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/clive # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.63 2011/01/07 21:18:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.64 2011/01/30 23:41:47 radhermit Exp $ + +*clive-2.2.22 (30 Jan 2011) + + 30 Jan 2011; Tim Harder +clive-2.2.22.ebuild: + version bump *clive-2.2.21 (07 Jan 2011) diff --git a/media-video/clive/clive-2.2.22.ebuild b/media-video/clive/clive-2.2.22.ebuild new file mode 100644 index 000000000000..17cf6cc28f8a --- /dev/null +++ b/media-video/clive/clive-2.2.22.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/clive-2.2.22.ebuild,v 1.1 2011/01/30 23:41:47 radhermit Exp $ + +EAPI=2 + +inherit perl-app versionator + +DESCRIPTION="Command line tool for extracting videos from various websites" +HOMEPAGE="http://clive.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/$(get_version_component_range 1-2)/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="clipboard pager password test" + +RDEPEND=">=dev-perl/BerkeleyDB-0.34 + >=dev-perl/Config-Tiny-2.12 + >=virtual/perl-Digest-SHA-5.47 + >=dev-perl/HTML-TokeParser-Simple-2.37 + >=dev-perl/Class-Singleton-1.4 + >=dev-perl/WWW-Curl-4.05 + >=dev-perl/XML-Simple-2.18 + >=dev-perl/Getopt-ArgvFile-1.11 + dev-perl/URI + virtual/perl-Getopt-Long + virtual/perl-File-Spec + clipboard? ( >=dev-perl/Clipboard-0.09 ) + pager? ( >=dev-perl/IO-Pager-0.05 ) + password? ( >=dev-perl/Expect-1.21 )" +DEPEND="test? ( dev-perl/Test-Pod + ${RDEPEND} )" + +SRC_TEST=do +mydoc="NEWS" + +src_test() { + if [ -z "${I_WANT_CLIVE_HOSTS_TESTS}" ] ; then + elog "If you wish to run the full testsuite of ${PN}" + elog "Please set the variable 'I_WANT_CLIVE_HOSTS_TESTS' variable" + elog "Note that the tests try to download some videos from various websites" + elog "and thus may randomly fail depending on the site's status." + export NO_INTERNET=1 + fi + perl-module_src_test +} -- cgit v1.2.3-65-gdbad