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-DBI/
Date: Thu, 28 Jan 2016 10:02:53
Message-Id: 1453975311.1f6f8fd6050355138be871e3e9a41346e85da93a.wschlich@gentoo
1 commit: 1f6f8fd6050355138be871e3e9a41346e85da93a
2 Author: Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 28 10:01:51 2016 +0000
4 Commit: Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 10:01:51 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/wschlich.git/commit/?id=1f6f8fd6
7
8 dev-perl/Exception-Class-DBI: fixes
9
10 Package-Manager: portage-2.2.27
11
12 dev-perl/Exception-Class-DBI/ChangeLog | 14 --------------
13 ...-DBI-1.01.ebuild => Exception-Class-DBI-1.01-r1.ebuild} | 6 +++---
14 2 files changed, 3 insertions(+), 17 deletions(-)
15
16 diff --git a/dev-perl/Exception-Class-DBI/ChangeLog b/dev-perl/Exception-Class-DBI/ChangeLog
17 deleted file mode 100644
18 index c7ab4e9..0000000
19 --- a/dev-perl/Exception-Class-DBI/ChangeLog
20 +++ /dev/null
21 @@ -1,14 +0,0 @@
22 -# ChangeLog for dev-perl/Exception-Class-DBI
23 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 -# $Header: $
25 -
26 -*Exception-Class-DBI-1.01 (26 Sep 2014)
27 -
28 - 26 Sep 2014; Wolfram Schlich <wschlich@g.o>
29 - +Exception-Class-DBI-1.01.ebuild, -Exception-Class-DBI-1.00.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-DBI-1.00.ebuild:
35 - initial import
36
37 diff --git a/dev-perl/Exception-Class-DBI/Exception-Class-DBI-1.01.ebuild b/dev-perl/Exception-Class-DBI/Exception-Class-DBI-1.01-r1.ebuild
38 similarity index 76%
39 rename from dev-perl/Exception-Class-DBI/Exception-Class-DBI-1.01.ebuild
40 rename to dev-perl/Exception-Class-DBI/Exception-Class-DBI-1.01-r1.ebuild
41 index 90e12a4..f5a1d6e 100644
42 --- a/dev-perl/Exception-Class-DBI/Exception-Class-DBI-1.01.ebuild
43 +++ b/dev-perl/Exception-Class-DBI/Exception-Class-DBI-1.01-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"