Gentoo Archives: gentoo-commits

From: Wolfram Schlich <wschlich@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/wschlich:master commit in: dev-perl/Exception-Class-TryCatch/
Date: Thu, 28 Jan 2016 10:02:53
Message-Id: 1453975356.5b07fecb37859e6ce5b98214514d2b9ed4c0ebd0.wschlich@gentoo
1 commit: 5b07fecb37859e6ce5b98214514d2b9ed4c0ebd0
2 Author: Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 28 10:02:36 2016 +0000
4 Commit: Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 10:02:36 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/wschlich.git/commit/?id=5b07fecb
7
8 dev-perl/Exception-Class-TryCatch: fixes
9
10 Package-Manager: portage-2.2.27
11
12 dev-perl/Exception-Class-TryCatch/ChangeLog | 14 --------------
13 ...1.13.ebuild => Exception-Class-TryCatch-1.13-r1.ebuild} | 6 +++---
14 2 files changed, 3 insertions(+), 17 deletions(-)
15
16 diff --git a/dev-perl/Exception-Class-TryCatch/ChangeLog b/dev-perl/Exception-Class-TryCatch/ChangeLog
17 deleted file mode 100644
18 index 98969bb..0000000
19 --- a/dev-perl/Exception-Class-TryCatch/ChangeLog
20 +++ /dev/null
21 @@ -1,14 +0,0 @@
22 -# ChangeLog for dev-perl/Exception-Class-TryCatch
23 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 -# $Header: $
25 -
26 -*Exception-Class-TryCatch-1.13 (26 Sep 2014)
27 -
28 - 26 Sep 2014; Wolfram Schlich <wschlich@g.o>
29 - +Exception-Class-TryCatch-1.13.ebuild, -Exception-Class-TryCatch-1.12.ebuild,
30 - metadata.xml:
31 - version bump, bump EAPI to 5
32 -
33 - 03 Aug 2009; Wolfram Schlich <wschlich@g.o> +metadata.xml,
34 - +Exception-Class-TryCatch-1.12.ebuild:
35 - initial import
36
37 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
38 similarity index 78%
39 rename from dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13.ebuild
40 rename to dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13-r1.ebuild
41 index ff1959d..a89884a 100644
42 --- a/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13.ebuild
43 +++ b/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13-r1.ebuild
44 @@ -1,6 +1,6 @@
45 -# Copyright 1999-2014 Gentoo Foundation
46 +# Copyright 1999-2016 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 -# $Header: $
49 +# $Id$
50
51 EAPI=5
52
53 @@ -15,6 +15,6 @@ IUSE=""
54
55 RDEPEND="dev-perl/Exception-Class"
56 DEPEND="${RDEPEND}
57 - >=virtual/perl-Module-Build-0.28"
58 + >=dev-perl/Module-Build-0.28"
59
60 SRC_TEST="do"