summaryrefslogtreecommitdiff
path: root/dev-perl/Calendar-Simple/Calendar-Simple-1.210.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Calendar-Simple/Calendar-Simple-1.210.0-r1.ebuild')
-rw-r--r--dev-perl/Calendar-Simple/Calendar-Simple-1.210.0-r1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/Calendar-Simple/Calendar-Simple-1.210.0-r1.ebuild b/dev-perl/Calendar-Simple/Calendar-Simple-1.210.0-r1.ebuild
deleted file mode 100644
index fc5c07947cde..000000000000
--- a/dev-perl/Calendar-Simple/Calendar-Simple-1.210.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DAVECROSS
-MODULE_VERSION=1.21
-inherit perl-module
-
-DESCRIPTION="Perl extension to create simple calendars"
-
-SLOT="0"
-KEYWORDS="amd64 hppa ~ppc x86 ~ppc-aix"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.28
- test? ( virtual/perl-Test-Simple )"
-
-SRC_TEST="do"
-
-src_test() {
- perl_rm_files t/pod_coverage.t t/pod.t
- perl-module_src_test
-}