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 D1A13138CEC for ; Wed, 17 Jun 2015 00:56:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E4BD14013; Wed, 17 Jun 2015 00:56:42 +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 A7B41E0837 for ; Wed, 17 Jun 2015 00:56:41 +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 600E1340BC1 for ; Wed, 17 Jun 2015 00:56:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDB8FA37 for ; Wed, 17 Jun 2015 00:56:38 +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: <1434500461.25cc5b5696a9d33939ec7148278202590e79ed34.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/PSGI/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/PSGI/PSGI-1.101.0-r1.ebuild dev-perl/PSGI/PSGI-1.101.0.ebuild X-VCS-Directories: dev-perl/PSGI/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 25cc5b5696a9d33939ec7148278202590e79ed34 X-VCS-Branch: master Date: Wed, 17 Jun 2015 00:56:38 +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: 80b6b2de-b571-4d84-ba50-27c987de76ba X-Archives-Hash: 8b53f53cce86355af3215fc85e2cff98 commit: 25cc5b5696a9d33939ec7148278202590e79ed34 Author: Kent Fredric gmail com> AuthorDate: Wed Jun 17 00:21:01 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed Jun 17 00:21:01 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=25cc5b56 [fixup] PSGI: EAPI5 Package-Manager: portage-2.2.17 dev-perl/PSGI/{PSGI-1.101.0.ebuild => PSGI-1.101.0-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-perl/PSGI/PSGI-1.101.0.ebuild b/dev-perl/PSGI/PSGI-1.101.0-r1.ebuild similarity index 90% rename from dev-perl/PSGI/PSGI-1.101.0.ebuild rename to dev-perl/PSGI/PSGI-1.101.0-r1.ebuild index c35fff7..78ae651 100644 --- a/dev-perl/PSGI/PSGI-1.101.0.ebuild +++ b/dev-perl/PSGI/PSGI-1.101.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 MODULE_AUTHOR=MIYAGAWA MODULE_VERSION=1.101 inherit perl-module @@ -26,4 +26,3 @@ DEPEND=" RDEPEND=" " -SRC_TEST="do"