commit:     6bd98b042bd7ee705d10c30b7aea9a451d3e5284
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 04:05:46 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 04:33:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd98b04

dev-perl/Time-Format: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Time-Format/Manifest                      |  1 -
 dev-perl/Time-Format/Time-Format-1.120.0-r1.ebuild | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-perl/Time-Format/Manifest b/dev-perl/Time-Format/Manifest
index fb5b636de170..ba8b30eea831 100644
--- a/dev-perl/Time-Format/Manifest
+++ b/dev-perl/Time-Format/Manifest
@@ -1,2 +1 @@
-DIST Time-Format-1.12.tar.gz 38131 BLAKE2B 
8d067752e119a8d1ade15dbb96db64ce5b66b435dd3753f5996611372c1d17cea602d92b7852a076acb8d4db16f430ce7a9463ffbef1291a5f20842bfc89fe87
 SHA512 
16640c5673f6a38768baf7affa8a7595dddee17a25913370cf9ed24fa6f7ad3458d0cab256e731e928ee0f40a072424e64c9c75046db85a5df6876f268f48c9d
 DIST Time-Format-1.16.tar.gz 47523 BLAKE2B 
ab843452a1268e0b8f82ef01b7863ff5b99bc6b5b3fe7b80c9ed6754cb914199556e0825f6fd9a020133bbb0a6213051fb8efca34fbed4bc7234dd47fef236fb
 SHA512 
e58dbfd965c451f1fdecfe4b6b8673f76f6a313893012f6427a5dc1b585a43efc8f66aea764c71e2271a76253e8bb28043e9469d0c03fd6628896c66812bf09a

diff --git a/dev-perl/Time-Format/Time-Format-1.120.0-r1.ebuild 
b/dev-perl/Time-Format/Time-Format-1.120.0-r1.ebuild
deleted file mode 100644
index 9776bb3e902d..000000000000
--- a/dev-perl/Time-Format/Time-Format-1.120.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-DIST_AUTHOR=ROODE
-DIST_VERSION=1.12
-inherit perl-module
-
-DESCRIPTION="Easy-to-use date/time formatting"
-LICENSE="Time-Format"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-perl/Date-Manip
-       >=virtual/perl-Time-Local-1.70.0
-"
-DEPEND="${RDEPEND}
-       >=dev-perl/Module-Build-0.400.0
-       test? ( >=virtual/perl-Test-Simple-0.400.0 )
-"
-PATCHES=(
-       "${FILESDIR}/${PN}-1.12-datetimetest.patch"
-       "${FILESDIR}/${PN}-1.12-nosig.patch"
-)
-PERL_RM_FILES=( "t/0-signature.t" "SIGNATURE" )
-
-src_configure() {
-       export TZ=UTC # https://rt.cpan.org/Public/Bug/Display.html?id=85001
-       perl-module_src_configure
-}

Reply via email to