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: ChangeLog clive-2.2.4.ebuild
Date: Sun, 02 Aug 2009 23:01:00
Message-Id: E1MXk30-0003Xi-7t@stork.gentoo.org
1 aballier 09/08/02 23:00:58
2
3 Modified: ChangeLog
4 Added: clive-2.2.4.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.50 media-video/clive/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?rev=1.50&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?rev=1.50&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?r1=1.49&r2=1.50
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v
19 retrieving revision 1.49
20 retrieving revision 1.50
21 diff -u -r1.49 -r1.50
22 --- ChangeLog 2 Aug 2009 22:56:39 -0000 1.49
23 +++ ChangeLog 2 Aug 2009 23:00:58 -0000 1.50
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.49 2009/08/02 22:56:39 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.50 2009/08/02 23:00:58 aballier Exp $
29 +
30 +*clive-2.2.4 (02 Aug 2009)
31 +
32 + 02 Aug 2009; Alexis Ballier <aballier@g.o> +clive-2.2.4.ebuild:
33 + version bump
34
35 02 Aug 2009; Alexis Ballier <aballier@g.o> -clive-2.1.11.ebuild,
36 -clive-2.1.12.ebuild, -clive-2.2.2.ebuild:
37
38
39
40 1.1 media-video/clive/clive-2.2.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/clive-2.2.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/clive-2.2.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: clive-2.2.4.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.4.ebuild,v 1.1 2009/08/02 23:00:58 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 }