dilfridge    15/06/21 16:27:54

  Modified:             ChangeLog
  Added:                Finance-Quote-1.370.0.ebuild
  Removed:              Finance-Quote-1.290.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  Changes    Path
1.77                 dev-perl/Finance-Quote/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-Quote/ChangeLog?rev=1.77&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-Quote/ChangeLog?rev=1.77&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-Quote/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   7 Dec 2014 19:23:36 -0000       1.76
+++ ChangeLog   21 Jun 2015 16:27:54 -0000      1.77
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Finance-Quote
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.76 
2014/12/07 19:23:36 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.77 
2015/06/21 16:27:54 dilfridge Exp $
+
+*Finance-Quote-1.370.0 (21 Jun 2015)
+
+  21 Jun 2015; Andreas K. Huettel <[email protected]>
+  +Finance-Quote-1.370.0.ebuild, -Finance-Quote-1.290.0.ebuild:
+  Version bump
 
   07 Dec 2014; Mikle Kolyada <[email protected]> Finance-Quote-1.350.0.ebuild:
   Add missing test dep



1.1                  dev-perl/Finance-Quote/Finance-Quote-1.370.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.370.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.370.0.ebuild?rev=1.1&content-type=text/plain

Index: Finance-Quote-1.370.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.370.0.ebuild,v 
1.1 2015/06/21 16:27:54 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=ECOCODE
MODULE_VERSION=1.37
inherit perl-module

DESCRIPTION="Get stock and mutual fund quotes from various exchanges"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"

# virtual/perl-Data-Dumper currently commented out in the code

RDEPEND="
        dev-perl/CGI
        virtual/perl-Carp
        dev-perl/DateTime
        virtual/perl-Encode
        virtual/perl-Exporter
        dev-perl/HTML-Parser
        dev-perl/HTML-TableExtract
        dev-perl/HTML-Tree
        dev-perl/HTTP-Cookies
        dev-perl/HTTP-Message
        dev-perl/JSON
        dev-perl/LWP-Protocol-https
        dev-perl/libwww-perl
        dev-perl/Mozilla-CA
        virtual/perl-Time-Piece
        dev-perl/URI
"
DEPEND="${RDEPEND}
        virtual/perl-ExtUtils-MakeMaker
        test? (
                virtual/perl-Data-Dumper
                virtual/perl-File-Spec
                virtual/perl-Test-Simple
                dev-perl/Test-Pod
                dev-perl/Perl-Critic-Dynamic
        )
"

SRC_TEST="do parallel"




Reply via email to