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