summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/String-Print/String-Print-0.920.0.ebuild')
-rw-r--r--dev-perl/String-Print/String-Print-0.920.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/String-Print/String-Print-0.920.0.ebuild b/dev-perl/String-Print/String-Print-0.920.0.ebuild
deleted file mode 100644
index cb1435d722b8..000000000000
--- a/dev-perl/String-Print/String-Print-0.920.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MARKOV
-DIST_VERSION=0.92
-inherit perl-module
-
-DESCRIPTION="Extensions to printf"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-perl/TimeDate-2.300.0
- virtual/perl-Encode
- dev-perl/HTML-Parser
- dev-perl/Unicode-LineBreak
-"
-DEPEND="${RDEPEND}
- test? (
- >=virtual/perl-Test-Simple-0.860.0
- )
-"