dev-perl/Time-Format: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2021-12-11 05:05:46 +01:00
parent e79c720af5
commit 6bd98b042b
2 changed files with 0 additions and 34 deletions

View File

@@ -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

View File

@@ -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
}