diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-09-18 09:42:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-09-18 09:42:18 +0000 |
commit | be792dda50acffbb9873cd5c6cce582d8b2702f1 (patch) | |
tree | 172770574ee778ce8f61b350c01fa34ba8b90943 /media-video/clive/clive-2.2.6.ebuild | |
parent | Stable on x86 and amd64. (diff) | |
download | historical-be792dda50acffbb9873cd5c6cce582d8b2702f1.tar.gz historical-be792dda50acffbb9873cd5c6cce582d8b2702f1.tar.bz2 historical-be792dda50acffbb9873cd5c6cce582d8b2702f1.zip |
version bump
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'media-video/clive/clive-2.2.6.ebuild')
-rw-r--r-- | media-video/clive/clive-2.2.6.ebuild | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/media-video/clive/clive-2.2.6.ebuild b/media-video/clive/clive-2.2.6.ebuild new file mode 100644 index 000000000000..4fe2354bb96d --- /dev/null +++ b/media-video/clive/clive-2.2.6.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/clive-2.2.6.ebuild,v 1.1 2009/09/18 09:42:18 aballier Exp $ + +EAPI=2 + +inherit perl-app + +DESCRIPTION="Command line tool for extracting videos from various websites" +HOMEPAGE="http://clive.sourceforge.net/" +SRC_URI="http://clive.googlecode.com/files/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="clipboard pager password" + +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 + 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="" + +SRC_TEST=do +mydoc="TODO" + +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 +} |