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 9E71058973 for ; Thu, 28 Jan 2016 10:02:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC05721C027; Thu, 28 Jan 2016 10:02: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 5C3C221C027 for ; Thu, 28 Jan 2016 10:02: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 8CF94340A9E for ; Thu, 28 Jan 2016 10:02:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DC328E1 for ; Thu, 28 Jan 2016 10:02:47 +0000 (UTC) From: "Wolfram Schlich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Wolfram Schlich" Message-ID: <1453975356.5b07fecb37859e6ce5b98214514d2b9ed4c0ebd0.wschlich@gentoo> Subject: [gentoo-commits] dev/wschlich:master commit in: dev-perl/Exception-Class-TryCatch/ X-VCS-Repository: dev/wschlich X-VCS-Files: dev-perl/Exception-Class-TryCatch/ChangeLog dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13-r1.ebuild dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13.ebuild X-VCS-Directories: dev-perl/Exception-Class-TryCatch/ X-VCS-Committer: wschlich X-VCS-Committer-Name: Wolfram Schlich X-VCS-Revision: 5b07fecb37859e6ce5b98214514d2b9ed4c0ebd0 X-VCS-Branch: master Date: Thu, 28 Jan 2016 10:02:47 +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: 2a8129a5-c9ec-4988-9a1e-c5fe2d7f4afc X-Archives-Hash: d791e5c8df78564f755b2d6957a578b4 commit: 5b07fecb37859e6ce5b98214514d2b9ed4c0ebd0 Author: Wolfram Schlich gentoo org> AuthorDate: Thu Jan 28 10:02:36 2016 +0000 Commit: Wolfram Schlich gentoo org> CommitDate: Thu Jan 28 10:02:36 2016 +0000 URL: https://gitweb.gentoo.org/dev/wschlich.git/commit/?id=5b07fecb dev-perl/Exception-Class-TryCatch: fixes Package-Manager: portage-2.2.27 dev-perl/Exception-Class-TryCatch/ChangeLog | 14 -------------- ...1.13.ebuild => Exception-Class-TryCatch-1.13-r1.ebuild} | 6 +++--- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/dev-perl/Exception-Class-TryCatch/ChangeLog b/dev-perl/Exception-Class-TryCatch/ChangeLog deleted file mode 100644 index 98969bb..0000000 --- a/dev-perl/Exception-Class-TryCatch/ChangeLog +++ /dev/null @@ -1,14 +0,0 @@ -# ChangeLog for dev-perl/Exception-Class-TryCatch -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*Exception-Class-TryCatch-1.13 (26 Sep 2014) - - 26 Sep 2014; Wolfram Schlich - +Exception-Class-TryCatch-1.13.ebuild, -Exception-Class-TryCatch-1.12.ebuild, - metadata.xml: - version bump, bump EAPI to 5 - - 03 Aug 2009; Wolfram Schlich +metadata.xml, - +Exception-Class-TryCatch-1.12.ebuild: - initial import diff --git a/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13.ebuild b/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13-r1.ebuild similarity index 78% rename from dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13.ebuild rename to dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13-r1.ebuild index ff1959d..a89884a 100644 --- a/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13.ebuild +++ b/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 @@ -15,6 +15,6 @@ IUSE="" RDEPEND="dev-perl/Exception-Class" DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28" + >=dev-perl/Module-Build-0.28" SRC_TEST="do"