From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 624FC138A2F for ; Thu, 28 Aug 2014 13:56:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA7FEE08CA; Thu, 28 Aug 2014 13:56:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 394D0E08CA for ; Thu, 28 Aug 2014 13:56:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4887E33FE13 for ; Thu, 28 Aug 2014 13:56:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 665F741A9 for ; Thu, 28 Aug 2014 13:56:48 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1409233997.cb222637f149dfae3ac0c74c2273a2200ff04e58.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Format-MySQL/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/DateTime-Format-MySQL/ChangeLog dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0-r1.ebuild dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0.ebuild X-VCS-Directories: dev-perl/DateTime-Format-MySQL/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: cb222637f149dfae3ac0c74c2273a2200ff04e58 X-VCS-Branch: master Date: Thu, 28 Aug 2014 13:56:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9afc6acd-a8e6-40a6-9c58-70f9f60ebaf1 X-Archives-Hash: 5274eeb787f176d0cb38b2dd4963e88f commit: cb222637f149dfae3ac0c74c2273a2200ff04e58 Author: Kent Fredric gmail com> AuthorDate: Thu Aug 28 12:54:54 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Aug 28 13:53:17 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cb222637 [fixup] dev-perl/DateTime-Format-MySQL EAPI5, depfixes Package-Manager: portage-2.2.10 --- dev-perl/DateTime-Format-MySQL/ChangeLog | 9 ++++++++- ...ySQL-0.40.0.ebuild => DateTime-Format-MySQL-0.40.0-r1.ebuild} | 6 +++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/dev-perl/DateTime-Format-MySQL/ChangeLog b/dev-perl/DateTime-Format-MySQL/ChangeLog index d1acf5e..d4af378 100644 --- a/dev-perl/DateTime-Format-MySQL/ChangeLog +++ b/dev-perl/DateTime-Format-MySQL/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for dev-perl/DateTime-Format-MySQL -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*DateTime-Format-MySQL-0.40.0-r1 (28 Aug 2014) + + 28 Aug 2014; Kent Fredric + -DateTime-Format-MySQL-0.40.0.ebuild, + +DateTime-Format-MySQL-0.40.0-r1.ebuild: + EAPI5, depfixes + *DateTime-Format-MySQL-0.40.0 (27 Feb 2012) 27 Feb 2012; Kent Fredric diff --git a/dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0.ebuild b/dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0-r1.ebuild similarity index 79% rename from dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0.ebuild rename to dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0-r1.ebuild index 8829f77..6e01e8c 100644 --- a/dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0.ebuild +++ b/dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ - +EAPI=5 MODULE_AUTHOR=DROLSKY MODULE_VERSION="0.04" inherit perl-module @@ -15,7 +15,7 @@ IUSE="" RDEPEND=" dev-perl/DateTime - >=dev-perl/DateTime-Format-Builder-0.60 + >=dev-perl/DateTime-Format-Builder-0.600.0 " DEPEND="${RDEPEND} virtual/perl-Module-Build"