Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Finance-Quote: Finance-Quote-1.290.0.ebuild ChangeLog
Date: Thu, 01 May 2014 17:59:59
Message-Id: 20140501175949.CE37020036@flycatcher.gentoo.org
1 zlogene 14/05/01 17:59:49
2
3 Modified: ChangeLog
4 Added: Finance-Quote-1.290.0.ebuild
5 Log:
6 Version bump wrt bug #504040
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
9
10 Revision Changes Path
11 1.73 dev-perl/Finance-Quote/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-Quote/ChangeLog?rev=1.73&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-Quote/ChangeLog?rev=1.73&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-Quote/ChangeLog?r1=1.72&r2=1.73
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v
20 retrieving revision 1.72
21 retrieving revision 1.73
22 diff -u -r1.72 -r1.73
23 --- ChangeLog 19 Mar 2014 17:46:36 -0000 1.72
24 +++ ChangeLog 1 May 2014 17:59:49 -0000 1.73
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/Finance-Quote
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.72 2014/03/19 17:46:36 zlogene Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.73 2014/05/01 17:59:49 zlogene Exp $
30 +
31 +*Finance-Quote-1.290.0 (01 May 2014)
32 +
33 + 01 May 2014; Mikle Kolyada <zlogene@g.o> +Finance-Quote-1.290.0.ebuild:
34 + Version bump wrt bug #504040
35
36 19 Mar 2014; Mikle Kolyada <zlogene@g.o> -Finance-Quote-1.17.ebuild,
37 -Finance-Quote-1.170.0.ebuild, -files/VWD.pm.diff,
38
39
40
41 1.1 dev-perl/Finance-Quote/Finance-Quote-1.290.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.290.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.290.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Finance-Quote-1.290.0.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.290.0.ebuild,v 1.1 2014/05/01 17:59:49 zlogene Exp $
51
52 EAPI=5
53
54 MODULE_AUTHOR=ECOCODE
55 MODULE_VERSION=1.29
56 inherit perl-module
57
58 DESCRIPTION="Get stock and mutual fund quotes from various exchanges"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
63 IUSE=""
64
65 DEPEND="
66 dev-perl/libwww-perl
67 dev-perl/HTML-Tree
68 dev-perl/HTML-TableExtract
69 dev-perl/Crypt-SSLeay
70 "
71 RDEPEND="${DEPEND}"
72
73 SRC_TEST="do"