dilfridge 14/12/13 23:13:48 Modified: ChangeLog SQL-Abstract-1.780.0.ebuild Log: Add missing dependency on dev-perl/Moo, bug 526514 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.61 dev-perl/SQL-Abstract/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog?rev=1.61&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog?rev=1.61&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog?r1=1.60&r2=1.61 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- ChangeLog 26 Jul 2014 14:35:00 -0000 1.60 +++ ChangeLog 13 Dec 2014 23:13:48 -0000 1.61 @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SQL-Abstract # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.60 2014/07/26 14:35:00 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.61 2014/12/13 23:13:48 dilfridge Exp $ + + 13 Dec 2014; Andreas K. Huettel <[email protected]> + SQL-Abstract-1.780.0.ebuild: + Add missing dependency on dev-perl/Moo, bug 526514 26 Jul 2014; Mikle Kolyada <[email protected]> -SQL-Abstract-1.63.ebuild, -SQL-Abstract-1.720.0.ebuild, -SQL-Abstract-1.730.0.ebuild, 1.3 dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild?r1=1.2&r2=1.3 Index: SQL-Abstract-1.780.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SQL-Abstract-1.780.0.ebuild 26 Jul 2014 14:33:41 -0000 1.2 +++ SQL-Abstract-1.780.0.ebuild 13 Dec 2014 23:13:48 -0000 1.3 @@ -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/SQL-Abstract/SQL-Abstract-1.780.0.ebuild,v 1.2 2014/07/26 14:33:41 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild,v 1.3 2014/12/13 23:13:48 dilfridge Exp $ EAPI=5 @@ -18,6 +18,7 @@ >=dev-perl/Class-Accessor-Grouped-0.100.50 >=dev-perl/Getopt-Long-Descriptive-0.91.0 dev-perl/Hash-Merge + dev-perl/Moo " DEPEND="${RDEPEND} test? (
