Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Finance-Quote: Finance-Quote-1.17.ebuild ChangeLog
Date: Tue, 06 Oct 2009 19:16:46
Message-Id: E1MvFWe-0004Oa-2A@stork.gentoo.org
1 tove 09/10/06 19:16:44
2
3 Modified: ChangeLog
4 Added: Finance-Quote-1.17.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.55 dev-perl/Finance-Quote/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Finance-Quote/ChangeLog?rev=1.55&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Finance-Quote/ChangeLog?rev=1.55&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Finance-Quote/ChangeLog?r1=1.54&r2=1.55
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v
19 retrieving revision 1.54
20 retrieving revision 1.55
21 diff -u -r1.54 -r1.55
22 --- ChangeLog 16 Aug 2009 09:29:30 -0000 1.54
23 +++ ChangeLog 6 Oct 2009 19:16:43 -0000 1.55
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/Finance-Quote
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.54 2009/08/16 09:29:30 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.55 2009/10/06 19:16:43 tove Exp $
29 +
30 +*Finance-Quote-1.17 (06 Oct 2009)
31 +
32 + 06 Oct 2009; Torsten Veller <tove@g.o> +Finance-Quote-1.17.ebuild:
33 + Version bump
34
35 16 Aug 2009; Torsten Veller <tove@g.o>
36 -files/Finance-Quote-1.08-tase.patch:
37
38
39
40 1.1 dev-perl/Finance-Quote/Finance-Quote-1.17.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.17.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.17.ebuild?rev=1.1&content-type=text/plain
44
45 Index: Finance-Quote-1.17.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/dev-perl/Finance-Quote/Finance-Quote-1.17.ebuild,v 1.1 2009/10/06 19:16:43 tove Exp $
50
51 EAPI=2
52
53 MODULE_AUTHOR=ECOCODE
54 inherit perl-module
55
56 DESCRIPTION="Get stock and mutual fund quotes from various exchanges"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
61 IUSE=""
62
63 DEPEND="dev-perl/libwww-perl
64 dev-perl/HTML-Tree
65 dev-perl/HTML-TableExtract
66 dev-perl/Crypt-SSLeay"
67 RDEPEND="${DEPEND}"
68
69 SRC_TEST="do"
70 mydoc="TODO"