Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-SQLite/
Date: Mon, 31 Aug 2020 08:48:47
Message-Id: 1598863623.50a074c27b1d308bc0623c8bc23b44ee1866d586.kentnl@gentoo
1 commit: 50a074c27b1d308bc0623c8bc23b44ee1866d586
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 08:12:45 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 08:47:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a074c2
7
8 dev-perl/DateTime-Format-SQLite: Cleanup old 0.110.0
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 .../DateTime-Format-SQLite-0.110.0.ebuild | 20 --------------------
14 1 file changed, 20 deletions(-)
15
16 diff --git a/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.110.0.ebuild b/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.110.0.ebuild
17 deleted file mode 100644
18 index 6a2e913495b..00000000000
19 --- a/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.110.0.ebuild
20 +++ /dev/null
21 @@ -1,20 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=CFAERBER
28 -MODULE_VERSION=0.11
29 -inherit perl-module
30 -
31 -DESCRIPTION="Parse and format SQLite dates and times"
32 -
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~x86-solaris"
35 -IUSE=""
36 -
37 -RDEPEND=">=dev-perl/DateTime-0.51
38 - >=dev-perl/DateTime-Format-Builder-0.79.01"
39 -DEPEND="${RDEPEND}"
40 -
41 -SRC_TEST=do