summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-23 23:03:09 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-23 23:03:09 +0200
commit36a26fcda360b8146e3c5787620c94b6f6789825 (patch)
treed63420d679a0fd7d241ff4238d4a7769a2bb9da0 /dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.400.0.ebuild
parentapp-misc/qemu: version bump & bug fixes #579614 #580040 #580426 (diff)
downloadgentoo-36a26fcda360b8146e3c5787620c94b6f6789825.tar.gz
gentoo-36a26fcda360b8146e3c5787620c94b6f6789825.tar.bz2
gentoo-36a26fcda360b8146e3c5787620c94b6f6789825.zip
dev-perl/POSIX-strftime-Compiler: Remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.400.0.ebuild')
-rw-r--r--dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.400.0.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.400.0.ebuild b/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.400.0.ebuild
deleted file mode 100644
index de9b15dda95d..000000000000
--- a/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.400.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=KAZEBURO
-MODULE_VERSION=0.40
-
-inherit perl-module
-
-DESCRIPTION="GNU C library compatible strftime for loggers and servers"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-# POSIX -> perl
-RDEPEND="
- 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_TEST="do parallel"