dilfridge 14/10/25 19:50:16 Modified: ChangeLog Added: DBI-1.631.0.ebuild Log: Version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.180 dev-perl/DBI/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBI/ChangeLog?rev=1.180&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBI/ChangeLog?rev=1.180&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBI/ChangeLog?r1=1.179&r2=1.180 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBI/ChangeLog,v retrieving revision 1.179 retrieving revision 1.180 diff -u -r1.179 -r1.180 --- ChangeLog 23 Jul 2014 22:44:10 -0000 1.179 +++ ChangeLog 25 Oct 2014 19:50:16 -0000 1.180 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/DBI # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/ChangeLog,v 1.179 2014/07/23 22:44:10 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/ChangeLog,v 1.180 2014/10/25 19:50:16 dilfridge Exp $ + +*DBI-1.631.0 (25 Oct 2014) + + 25 Oct 2014; Andreas K. Huettel <dilfri...@gentoo.org> +DBI-1.631.0.ebuild: + Version bump 23 Jul 2014; Mikle Kolyada <zlog...@gentoo.org> -DBI-1.618.0.ebuild, -DBI-1.622.0.ebuild: 1.1 dev-perl/DBI/DBI-1.631.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBI/DBI-1.631.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBI/DBI-1.631.0.ebuild?rev=1.1&content-type=text/plain Index: DBI-1.631.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/DBI/DBI-1.631.0.ebuild,v 1.1 2014/10/25 19:50:16 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=TIMB MODULE_VERSION=1.631 inherit perl-module eutils DESCRIPTION="The Perl DBI Module" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=" >=dev-perl/PlRPC-0.200.0 >=virtual/perl-Sys-Syslog-0.170.0 virtual/perl-File-Spec !<=dev-perl/SQL-Statement-1.330.0 " # !<=dev-perl/DBD-Amazon-0.100.0 # !<=dev-perl/DBD-AnyData-0.110.0 # !<=dev-perl/DBD-CSV-0.360.0 # !<=dev-perl/DBD-Google-0.510.0 # !<=dev-perl/DBD-PO-2.100.0 # !<=dev-perl/DBD-RAM-0.72.0 DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.480.0 test? ( >=virtual/perl-Test-Simple-0.900.0 ) " SRC_TEST="do" mydoc="ToDo" MAKEOPTS="${MAKEOPTS} -j1"