Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Date-ICal/
Date: Sat, 15 May 2021 23:32:25
Message-Id: 1621121514.ff43dc5f983133894bf8cde13b9312968a687806.dilfridge@gentoo
1 commit: ff43dc5f983133894bf8cde13b9312968a687806
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 15 23:22:05 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat May 15 23:31:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff43dc5f
7
8 dev-perl/Date-ICal: Remove old
9
10 Closes: https://bugs.gentoo.org/707790
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 dev-perl/Date-ICal/Date-ICal-2.678.0-r1.ebuild | 22 ----------------------
15 1 file changed, 22 deletions(-)
16
17 diff --git a/dev-perl/Date-ICal/Date-ICal-2.678.0-r1.ebuild b/dev-perl/Date-ICal/Date-ICal-2.678.0-r1.ebuild
18 deleted file mode 100644
19 index 397e7b19522..00000000000
20 --- a/dev-perl/Date-ICal/Date-ICal-2.678.0-r1.ebuild
21 +++ /dev/null
22 @@ -1,22 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -MODULE_AUTHOR=RBOW
29 -MODULE_VERSION=2.678
30 -inherit perl-module
31 -
32 -DESCRIPTION="ICal format date base module for Perl"
33 -
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 ppc ppc64 x86"
36 -IUSE=""
37 -
38 -RDEPEND="dev-perl/Date-Leapyear
39 - virtual/perl-Time-Local
40 - virtual/perl-Time-HiRes
41 - virtual/perl-Storable"
42 -DEPEND="${RDEPEND}"
43 -
44 -SRC_TEST="do"