axs 14/08/20 20:27:28 Modified: ChangeLog Added: DBD-mysql-4.20.0-r1.ebuild Removed: DBD-mysql-4.20.0.ebuild Log: bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.142 dev-perl/DBD-mysql/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-mysql/ChangeLog?rev=1.142&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-mysql/ChangeLog?rev=1.142&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-mysql/ChangeLog?r1=1.141&r2=1.142 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-mysql/ChangeLog,v retrieving revision 1.141 retrieving revision 1.142 diff -u -r1.141 -r1.142 --- ChangeLog 5 Sep 2013 11:42:49 -0000 1.141 +++ ChangeLog 20 Aug 2014 20:27:28 -0000 1.142 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/DBD-mysql -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-mysql/ChangeLog,v 1.141 2013/09/05 11:42:49 zlogene Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-mysql/ChangeLog,v 1.142 2014/08/20 20:27:28 axs Exp $ + +*DBD-mysql-4.20.0-r1 (20 Aug 2014) + + 20 Aug 2014; Ian Stakenvicius (_AxS_) <a...@gentoo.org> + +DBD-mysql-4.20.0-r1.ebuild, -DBD-mysql-4.20.0.ebuild: + bumped EAPI to 5; committed directly to stable as no other changes present and + revbump helps stable systems to keep from dieing on perl-5.18 upgrade 05 Sep 2013; Mikle Kolyada <zlog...@gentoo.org> -DBD-mysql-4.01.7.ebuild: drop old 1.1 dev-perl/DBD-mysql/DBD-mysql-4.20.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-mysql/DBD-mysql-4.20.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-mysql/DBD-mysql-4.20.0-r1.ebuild?rev=1.1&content-type=text/plain Index: DBD-mysql-4.20.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-mysql/DBD-mysql-4.20.0-r1.ebuild,v 1.1 2014/08/20 20:27:28 axs Exp $ EAPI=5 MODULE_AUTHOR=CAPTTOFU MODULE_VERSION=4.020 inherit eutils perl-module DESCRIPTION="The Perl DBD:mysql Module" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="embedded" RDEPEND="dev-perl/DBI virtual/mysql[embedded?]" DEPEND="${RDEPEND}" mydoc="ToDo" src_configure() { use embedded && myconf="${myconf} --force-embedded --embedded=mysql_config" perl-module_src_configure }