Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/clive: clive-2.2.5.ebuild ChangeLog
Date: Fri, 28 Aug 2009 20:15:40
Message-Id: E1MfyGC-0004p7-8r@stork.gentoo.org
1 aballier 09/08/25 15:48:36
2
3 Modified: ChangeLog
4 Added: clive-2.2.5.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.51 media-video/clive/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?rev=1.51&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?rev=1.51&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?r1=1.50&r2=1.51
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v
19 retrieving revision 1.50
20 retrieving revision 1.51
21 diff -u -r1.50 -r1.51
22 --- ChangeLog 2 Aug 2009 23:00:58 -0000 1.50
23 +++ ChangeLog 25 Aug 2009 15:48:36 -0000 1.51
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-video/clive
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.50 2009/08/02 23:00:58 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.51 2009/08/25 15:48:36 aballier Exp $
29 +
30 +*clive-2.2.5 (25 Aug 2009)
31 +
32 + 25 Aug 2009; Alexis Ballier <aballier@g.o> +clive-2.2.5.ebuild:
33 + version bump
34
35 *clive-2.2.4 (02 Aug 2009)
36
37
38
39
40 1.1 media-video/clive/clive-2.2.5.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/clive-2.2.5.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/clive-2.2.5.ebuild?rev=1.1&content-type=text/plain
44
45 Index: clive-2.2.5.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-video/clive/clive-2.2.5.ebuild,v 1.1 2009/08/25 15:48:36 aballier Exp $
50
51 EAPI=2
52
53 inherit perl-app
54
55 DESCRIPTION="Command line tool for extracting videos from various websites"
56 HOMEPAGE="http://clive.sourceforge.net/"
57 SRC_URI="http://clive.googlecode.com/files/${P}.tar.bz2"
58
59 LICENSE="GPL-3"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="clipboard pager password"
63
64 RDEPEND=">=dev-perl/BerkeleyDB-0.34
65 >=dev-perl/Config-Tiny-2.12
66 >=virtual/perl-Digest-SHA-5.47
67 >=dev-perl/HTML-TokeParser-Simple-2.37
68 >=dev-perl/Class-Singleton-1.4
69 >=dev-perl/WWW-Curl-4.05
70 >=dev-perl/XML-Simple-2.18
71 >=dev-perl/Getopt-ArgvFile-1.11
72 virtual/perl-Getopt-Long
73 virtual/perl-File-Spec
74 clipboard? ( >=dev-perl/Clipboard-0.09 )
75 pager? ( >=dev-perl/IO-Pager-0.05 )
76 password? ( >=dev-perl/Expect-1.21 )"
77 DEPEND=""
78
79 SRC_TEST=do
80 mydoc="TODO"
81
82 src_test() {
83 if [ -z "${I_WANT_CLIVE_HOSTS_TESTS}" ] ; then
84 elog "If you wish to run the full testsuite of ${PN}"
85 elog "Please set the variable 'I_WANT_CLIVE_HOSTS_TESTS' variable"
86 elog "Note that the tests try to download some videos from various websites"
87 elog "and thus may randomly fail depending on the site's status."
88 export NO_INTERNET=1
89 fi
90 perl-module_src_test
91 }