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 8931E138A2F for ; Thu, 28 Aug 2014 07:30:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E84C2E0839; Thu, 28 Aug 2014 07:30:11 +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 07C41E0831 for ; Thu, 28 Aug 2014 07:30:10 +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 BF59733F5F3 for ; Thu, 28 Aug 2014 07:30:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A5B741AA 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: <1409207671.8d8c05ba9244ffecc36a98e09a8bda9ae68d6bac.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Class-DBI-Loader/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Class-DBI-Loader/ChangeLog dev-perl/Class-DBI-Loader/Class-DBI-Loader-0.31.ebuild dev-perl/Class-DBI-Loader/Class-DBI-Loader-0.32.ebuild X-VCS-Directories: dev-perl/Class-DBI-Loader/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8d8c05ba9244ffecc36a98e09a8bda9ae68d6bac 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: f08c727a-0559-40ed-9d14-b27c1925f4f2 X-Archives-Hash: ea5c0af2051454bc7b9199e16f80eee4 commit: 8d8c05ba9244ffecc36a98e09a8bda9ae68d6bac Author: Kent Fredric gmail com> AuthorDate: Thu Aug 28 06:34:31 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Aug 28 06:34:31 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8d8c05ba [cleanup] dev-perl/Class-DBI-Loader Remove old EAPIs Package-Manager: portage-2.2.10 --- dev-perl/Class-DBI-Loader/ChangeLog | 6 +++++- dev-perl/Class-DBI-Loader/Class-DBI-Loader-0.31.ebuild | 18 ------------------ dev-perl/Class-DBI-Loader/Class-DBI-Loader-0.32.ebuild | 18 ------------------ 3 files changed, 5 insertions(+), 37 deletions(-) diff --git a/dev-perl/Class-DBI-Loader/ChangeLog b/dev-perl/Class-DBI-Loader/ChangeLog index 475e23d..49d82c2 100644 --- a/dev-perl/Class-DBI-Loader/ChangeLog +++ b/dev-perl/Class-DBI-Loader/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-perl/Class-DBI-Loader -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 28 Aug 2014; Kent Fredric + -Class-DBI-Loader-0.31.ebuild, -Class-DBI-Loader-0.32.ebuild: + Remove old EAPIs + 26 Apr 2013; Kent Fredric Class-DBI-Loader-0.31.ebuild, Class-DBI-Loader-0.32.ebuild, Class-DBI-Loader-0.34.ebuild: diff --git a/dev-perl/Class-DBI-Loader/Class-DBI-Loader-0.31.ebuild b/dev-perl/Class-DBI-Loader/Class-DBI-Loader-0.31.ebuild deleted file mode 100644 index 7608916..0000000 --- a/dev-perl/Class-DBI-Loader/Class-DBI-Loader-0.31.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -MODULE_AUTHOR=DMAKI -inherit perl-module - -DESCRIPTION="Dynamic definition of Class::DBI sub classes." -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -DEPEND=" - >=dev-perl/Class-DBI-0.89 - >=dev-perl/DBI-1.300.0 - dev-perl/Lingua-EN-Inflect" diff --git a/dev-perl/Class-DBI-Loader/Class-DBI-Loader-0.32.ebuild b/dev-perl/Class-DBI-Loader/Class-DBI-Loader-0.32.ebuild deleted file mode 100644 index 7608916..0000000 --- a/dev-perl/Class-DBI-Loader/Class-DBI-Loader-0.32.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -MODULE_AUTHOR=DMAKI -inherit perl-module - -DESCRIPTION="Dynamic definition of Class::DBI sub classes." -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -DEPEND=" - >=dev-perl/Class-DBI-0.89 - >=dev-perl/DBI-1.300.0 - dev-perl/Lingua-EN-Inflect"