diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-07-21 22:46:17 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-07-21 23:15:41 +1200 |
commit | c7d8c44b25c96df37733c0c446870550f111b864 (patch) | |
tree | 882c4a41f60517b9e95fc0a5c01b5abed4990594 /dev-perl/POSIX-strftime-Compiler | |
parent | dev-perl/POE-Component-PreforkDispatch: Cleanup old version 0.101.0-r1 (diff) | |
download | gentoo-c7d8c44b25c96df37733c0c446870550f111b864.tar.gz gentoo-c7d8c44b25c96df37733c0c446870550f111b864.tar.bz2 gentoo-c7d8c44b25c96df37733c0c446870550f111b864.zip |
dev-perl/POSIX-strftime-Compiler: Cleanup old version 0.410.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl/POSIX-strftime-Compiler')
-rw-r--r-- | dev-perl/POSIX-strftime-Compiler/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.410.0.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-perl/POSIX-strftime-Compiler/Manifest b/dev-perl/POSIX-strftime-Compiler/Manifest index 9741757ad069..f6f780093423 100644 --- a/dev-perl/POSIX-strftime-Compiler/Manifest +++ b/dev-perl/POSIX-strftime-Compiler/Manifest @@ -1,2 +1 @@ -DIST POSIX-strftime-Compiler-0.41.tar.gz 17187 BLAKE2B 541618ba973dceb9431b0c231590310b5cc26743e79fbee12068cef02b8eee959545b2cbe9e7b7affa6da02fb7022d9474025cff25cf8a63d7ead80024b7eddf SHA512 b613de3fb332313318cca8a6c8912b64e9dac702d5681d252dc8eb919c7b102354ad25f60b537cdfa66203e01826b34a5a349a2fac856a6affb40d5f160725fe DIST POSIX-strftime-Compiler-0.42.tar.gz 17294 BLAKE2B 3c96c8226b4dd06f449a2a6e56785862e98014e8fb8371709fcc6872ec115cff58fc6aa8c98dd5032488917478448b2137749aa3621d7b446a08c923e99de81e SHA512 0c07f1b8589b067533c65a023dd634a29640cb8992aae8047aa1063affe6b30b95930479829982a30a13b87bc7c9ebf82ca4837726bd29658d85d718164e3c76 diff --git a/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.410.0.ebuild b/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.410.0.ebuild deleted file mode 100644 index 38819807cc2d..000000000000 --- a/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.410.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=KAZEBURO -DIST_VERSION=0.41 - -inherit perl-module - -DESCRIPTION="GNU C library compatible strftime for loggers and servers" - -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test minimal examples" - -# POSIX -> perl -RDEPEND=" - !minimal? ( dev-perl/Time-TZOffset ) - virtual/perl-Carp - virtual/perl-Exporter - virtual/perl-Time-Local -" - -# CPAN::Meta::Prereqs -> perl-CPAN-Meta -DEPEND=" - >=dev-perl/Module-Build-0.380.0 - virtual/perl-CPAN-Meta - ${RDEPEND} - test? ( >=virtual/perl-Test-Simple-0.980.0 ) -" - -src_install() { - perl-module_src_install - if use examples; then - docompress -x /usr/share/doc/${PF}/examples - docinto examples - dodoc -r eg/* - fi -} |