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 63D55138A2F for ; Thu, 28 Aug 2014 07:30:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FA08E083E; Thu, 28 Aug 2014 07:30:13 +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 C4E76E083C for ; Thu, 28 Aug 2014 07:30:12 +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 75B8433EF07 for ; Thu, 28 Aug 2014 07:30:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D21D41B2 for ; Thu, 28 Aug 2014 07:30:08 +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: <1409209422.3072d84f4c151af9c80708ee851ad3c0d0e57ca4.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Class-DBI-Plugin-Type/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Class-DBI-Plugin-Type/ChangeLog dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.02.ebuild dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.20.0.ebuild X-VCS-Directories: dev-perl/Class-DBI-Plugin-Type/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 3072d84f4c151af9c80708ee851ad3c0d0e57ca4 X-VCS-Branch: master Date: Thu, 28 Aug 2014 07:30:08 +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: 9bed92ea-b6dd-4793-b350-f63c5b271fb3 X-Archives-Hash: a8d6439447c671d86472de37a59b0614 commit: 3072d84f4c151af9c80708ee851ad3c0d0e57ca4 Author: Kent Fredric gmail com> AuthorDate: Thu Aug 28 07:03:42 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Aug 28 07:03:42 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3072d84f [fixup] dev-perl/Class-DBI-Plugin-Type EAPI5, normalise, fixup tests Package-Manager: portage-2.2.10 --- dev-perl/Class-DBI-Plugin-Type/ChangeLog | 8 +++++++- ...lugin-Type-0.02.ebuild => Class-DBI-Plugin-Type-0.20.0.ebuild} | 8 ++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/dev-perl/Class-DBI-Plugin-Type/ChangeLog b/dev-perl/Class-DBI-Plugin-Type/ChangeLog index ae4e968..673bf83 100644 --- a/dev-perl/Class-DBI-Plugin-Type/ChangeLog +++ b/dev-perl/Class-DBI-Plugin-Type/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/Class-DBI-Plugin-Type -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Class-DBI-Plugin-Type-0.20.0 (28 Aug 2014) + + 28 Aug 2014; Kent Fredric + -Class-DBI-Plugin-Type-0.02.ebuild, +Class-DBI-Plugin-Type-0.20.0.ebuild: + EAPI5, normalise, fixup tests + 26 Apr 2013; Kent Fredric Class-DBI-Plugin-Type-0.02.ebuild: Fix dependency on DBI ( normalize ) diff --git a/dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.02.ebuild b/dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.20.0.ebuild similarity index 75% rename from dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.02.ebuild rename to dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.20.0.ebuild index af8dde9..40ded8c 100644 --- a/dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.02.ebuild +++ b/dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.20.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ - +EAPI=5 MODULE_AUTHOR=SIMON +MODULE_VERSION=0.02 inherit perl-module DESCRIPTION="Determine type information for columns" @@ -16,3 +17,6 @@ DEPEND=" dev-perl/Class-DBI >=dev-perl/DBI-0.940.0 " +RDEPEND="$DEPEND" + +SRC_TEST=do