Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Simple/
Date: Tue, 30 Sep 2014 12:01:23
Message-Id: 1412062246.db518d2efbcc13fd168e7d30bb1924e64111dc0c.kent@gentoo
1 commit: db518d2efbcc13fd168e7d30bb1924e64111dc0c
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 26 11:14:00 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Sep 30 07:30:46 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=db518d2e
7
8 [cleanup] dev-perl/DBIx-Simple Remove old EAPIs
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/DBIx-Simple/ChangeLog | 3 +++
14 dev-perl/DBIx-Simple/DBIx-Simple-1.32.ebuild | 19 -------------------
15 2 files changed, 3 insertions(+), 19 deletions(-)
16
17 diff --git a/dev-perl/DBIx-Simple/ChangeLog b/dev-perl/DBIx-Simple/ChangeLog
18 index f98166b..75a6de2 100644
19 --- a/dev-perl/DBIx-Simple/ChangeLog
20 +++ b/dev-perl/DBIx-Simple/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 26 Sep 2014; Kent Fredric <kentfredric@×××××.com> -DBIx-Simple-1.32.ebuild:
26 + Remove old EAPIs
27 +
28 *DBIx-Simple-1.350.0 (26 Sep 2014)
29
30 26 Sep 2014; Kent Fredric <kentfredric@×××××.com> -DBIx-Simple-1.350.ebuild,
31
32 diff --git a/dev-perl/DBIx-Simple/DBIx-Simple-1.32.ebuild b/dev-perl/DBIx-Simple/DBIx-Simple-1.32.ebuild
33 deleted file mode 100644
34 index 0787b17..0000000
35 --- a/dev-perl/DBIx-Simple/DBIx-Simple-1.32.ebuild
36 +++ /dev/null
37 @@ -1,19 +0,0 @@
38 -# Copyright 1999-2013 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -# $Header: $
41 -EAPI="3"
42 -MODULE_AUTHOR=JUERD
43 -inherit perl-module
44 -
45 -DESCRIPTION="Easy-to-use OO interface to DBI"
46 -LICENSE="|| ( Artistic GPL-2 )"
47 -
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -
51 -IUSE=""
52 -RDEPEND="
53 - >=dev-perl/DBI-1.210.0
54 -"
55 -DEPEND="${RDEPEND}"
56 -SRC_TEST="do"