public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Finance-Quote: Finance-Quote-1.350.0.ebuild ChangeLog
@ 2014-08-20 17:30 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-08-20 17:30 UTC (permalink / raw
  To: gentoo-commits

ssuominen    14/08/20 17:30:14

  Modified:             ChangeLog
  Added:                Finance-Quote-1.350.0.ebuild
  Log:
  Version bump and complete dependencies wrt #520330 by Harold Naparst
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	12 Jun 2014 18:21:58 -0000	1.74
+++ ChangeLog	20 Aug 2014 17:30:14 -0000	1.75
@@ -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.74 2014/06/12 18:21:58 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.75 2014/08/20 17:30:14 ssuominen Exp $
+
+*Finance-Quote-1.350.0 (20 Aug 2014)
+
+  20 Aug 2014; Samuli Suominen <ssuominen@gentoo.org>
+  +Finance-Quote-1.350.0.ebuild:
+  Version bump and complete dependencies wrt #520330 by Harold Naparst
 
   12 Jun 2014; Mikle Kolyada <zlogene@gentoo.org> Finance-Quote-1.290.0.ebuild:
   Add missing test dependency wrt bug #509504



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

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

Index: Finance-Quote-1.350.0.ebuild
===================================================================
# Copyright 1999-2014 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.350.0.ebuild,v 1.1 2014/08/20 17:30:14 ssuominen Exp $

EAPI=5

MODULE_AUTHOR=ECOCODE
MODULE_VERSION=1.35
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
# dev-perl/Perl-Critic-Dynamic is missing for USE="test" wrt #520340
RDEPEND="dev-perl/Crypt-SSLeay
	dev-perl/Date-Calc
	dev-perl/HTTP-Cookies
	dev-perl/HTTP-Message
	dev-perl/HTML-Tree
	dev-perl/HTML-TableExtract
	dev-perl/JSON
	dev-perl/Mozilla-CA
	dev-perl/libwww-perl"
DEPEND="${RDEPEND}
	test? ( dev-perl/Test-Pod )"

SRC_TEST="do"





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Finance-Quote: Finance-Quote-1.350.0.ebuild ChangeLog
@ 2014-12-07 19:23 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-12-07 19:23 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/12/07 19:23:36

  Modified:             Finance-Quote-1.350.0.ebuild ChangeLog
  Log:
  Add missing test dep
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.2                  dev-perl/Finance-Quote/Finance-Quote-1.350.0.ebuild

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

Index: Finance-Quote-1.350.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.350.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Finance-Quote-1.350.0.ebuild	20 Aug 2014 17:30:14 -0000	1.1
+++ Finance-Quote-1.350.0.ebuild	7 Dec 2014 19:23:36 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 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.350.0.ebuild,v 1.1 2014/08/20 17:30:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.350.0.ebuild,v 1.2 2014/12/07 19:23:36 zlogene Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 IUSE="test"
 
 # virtual/perl-Data-Dumper currently commented out in the code
-# dev-perl/Perl-Critic-Dynamic is missing for USE="test" wrt #520340
+
 RDEPEND="dev-perl/Crypt-SSLeay
 	dev-perl/Date-Calc
 	dev-perl/HTTP-Cookies
@@ -27,6 +27,7 @@
 	dev-perl/Mozilla-CA
 	dev-perl/libwww-perl"
 DEPEND="${RDEPEND}
-	test? ( dev-perl/Test-Pod )"
+	test? ( dev-perl/Test-Pod
+		dev-perl/Perl-Critic-Dynamic )"
 
 SRC_TEST="do"



1.76                 dev-perl/Finance-Quote/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	20 Aug 2014 17:30:14 -0000	1.75
+++ ChangeLog	7 Dec 2014 19:23:36 -0000	1.76
@@ -1,6 +1,9 @@
 # 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.75 2014/08/20 17:30:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.76 2014/12/07 19:23:36 zlogene Exp $
+
+  07 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> Finance-Quote-1.350.0.ebuild:
+  Add missing test dep
 
 *Finance-Quote-1.350.0 (20 Aug 2014)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-07 19:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-20 17:30 [gentoo-commits] gentoo-x86 commit in dev-perl/Finance-Quote: Finance-Quote-1.350.0.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-07 19:23 Mikle Kolyada (zlogene)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox