zlogene 14/06/12 18:21:58 Modified: Finance-Quote-1.290.0.ebuild ChangeLog Log: Add missing test dependency wrt bug #509504 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path 1.2 dev-perl/Finance-Quote/Finance-Quote-1.290.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.290.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.290.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.290.0.ebuild?r1=1.1&r2=1.2 Index: Finance-Quote-1.290.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.290.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Finance-Quote-1.290.0.ebuild 1 May 2014 17:59:49 -0000 1.1 +++ Finance-Quote-1.290.0.ebuild 12 Jun 2014 18:21:58 -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.290.0.ebuild,v 1.1 2014/05/01 17:59:49 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.290.0.ebuild,v 1.2 2014/06/12 18:21:58 zlogene Exp $ EAPI=5 @@ -13,14 +13,14 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" -IUSE="" +IUSE="test" -DEPEND=" - dev-perl/libwww-perl +RDEPEND="dev-perl/libwww-perl dev-perl/HTML-Tree dev-perl/HTML-TableExtract - dev-perl/Crypt-SSLeay -" -RDEPEND="${DEPEND}" + dev-perl/Crypt-SSLeay" + +DEPEND="${RDEPEND} + test? ( dev-perl/Date-Calc )" SRC_TEST="do" 1.74 dev-perl/Finance-Quote/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-Quote/ChangeLog?rev=1.74&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-Quote/ChangeLog?rev=1.74&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-Quote/ChangeLog?r1=1.73&r2=1.74 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- ChangeLog 1 May 2014 17:59:49 -0000 1.73 +++ ChangeLog 12 Jun 2014 18:21:58 -0000 1.74 @@ -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.73 2014/05/01 17:59:49 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.74 2014/06/12 18:21:58 zlogene Exp $ + + 12 Jun 2014; Mikle Kolyada <[email protected]> Finance-Quote-1.290.0.ebuild: + Add missing test dependency wrt bug #509504 *Finance-Quote-1.290.0 (01 May 2014)
