Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBI-Shell/
Date: Fri, 05 Jan 2018 13:34:49
Message-Id: 1515159276.11b357e3df759405ff950f66a5c2c03cb7d87c0b.zlogene@gentoo
1 commit: 11b357e3df759405ff950f66a5c2c03cb7d87c0b
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 13:34:36 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 13:34:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b357e3
7
8 dev-perl/DBI-Shell: Drop old
9
10 Closes: https://bugs.gentoo.org/615592
11 Package-Manager: Portage-2.3.13, Repoman-2.3.3
12
13 dev-perl/DBI-Shell/DBI-Shell-11.950.0-r1.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/dev-perl/DBI-Shell/DBI-Shell-11.950.0-r1.ebuild b/dev-perl/DBI-Shell/DBI-Shell-11.950.0-r1.ebuild
17 deleted file mode 100644
18 index 9e8b3f4b812..00000000000
19 --- a/dev-perl/DBI-Shell/DBI-Shell-11.950.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=TLOWERY
28 -MODULE_VERSION=11.95
29 -inherit perl-module
30 -
31 -DESCRIPTION="Interactive command shell for the DBI"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc x86"
35 -IUSE=""
36 -
37 -RDEPEND="dev-perl/IO-Tee
38 - dev-perl/Text-Reform
39 - dev-perl/DBI
40 - dev-perl/Text-CSV_XS"
41 -DEPEND="${RDEPEND}"
42 -
43 -SRC_TEST="do"