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 A645B1389F5 for ; Thu, 2 Apr 2015 23:31:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55809E097D; Thu, 2 Apr 2015 23:31:00 +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 069A4E0A5F for ; Thu, 2 Apr 2015 23:31:00 +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 585C9340914 for ; Thu, 2 Apr 2015 23:30:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39C171517D for ; Thu, 2 Apr 2015 23:30:53 +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: <1427995058.20149e44cbb7a70983843f995df6810c54deb21d.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-General-Match/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Config-General-Match/Config-General-Match-0.50.0-r1.ebuild dev-perl/Config-General-Match/Config-General-Match-0.50.0.ebuild X-VCS-Directories: dev-perl/Config-General-Match/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 20149e44cbb7a70983843f995df6810c54deb21d X-VCS-Branch: master Date: Thu, 2 Apr 2015 23:30:53 +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: 71212bc3-fc80-460b-9116-a486f370beee X-Archives-Hash: 99b0ced39c83771b0b722e9766650733 commit: 20149e44cbb7a70983843f995df6810c54deb21d Author: Kent Fredric gmail com> AuthorDate: Thu Apr 2 17:17:38 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Apr 2 17:17:38 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=20149e44 [fixup] Config-General-Match-0.50.0-r1: Fix dep on Config-General Package-Manager: portage-2.2.17 ...al-Match-0.50.0.ebuild => Config-General-Match-0.50.0-r1.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-perl/Config-General-Match/Config-General-Match-0.50.0.ebuild b/dev-perl/Config-General-Match/Config-General-Match-0.50.0-r1.ebuild similarity index 79% rename from dev-perl/Config-General-Match/Config-General-Match-0.50.0.ebuild rename to dev-perl/Config-General-Match/Config-General-Match-0.50.0-r1.ebuild index 34362e9..48be50b 100644 --- a/dev-perl/Config-General-Match/Config-General-Match-0.50.0.ebuild +++ b/dev-perl/Config-General-Match/Config-General-Match-0.50.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 @@ -7,7 +7,6 @@ MODULE_VERSION=0.05 inherit perl-module DESCRIPTION="Add and style matching toi Config::General" -LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -15,7 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" virtual/perl-Test-Simple - dev-perl/config-general + dev-perl/Config-General dev-perl/Hash-Merge " DEPEND="$RDEPEND @@ -25,4 +24,3 @@ PERL_RM_FILES=( t/pod-coverage.t t/pod.t ) -SRC_TEST=do