summaryrefslogtreecommitdiff
path: root/dev-perl/Pod-Spell/Pod-Spell-1.10.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Pod-Spell/Pod-Spell-1.10.0-r1.ebuild')
-rw-r--r--dev-perl/Pod-Spell/Pod-Spell-1.10.0-r1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/Pod-Spell/Pod-Spell-1.10.0-r1.ebuild b/dev-perl/Pod-Spell/Pod-Spell-1.10.0-r1.ebuild
deleted file mode 100644
index 31ac11958aa7..000000000000
--- a/dev-perl/Pod-Spell/Pod-Spell-1.10.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SBURKE
-MODULE_VERSION=1.01
-inherit perl-module
-
-DESCRIPTION="A formatter for spellchecking Pod"
-SRC_URI+=" mirror://gentoo/podspell.1.gz https://dev.gentoo.org/~tove/files/podspell.1.gz"
-
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE=""
-
-RDEPEND="virtual/perl-Pod-Escapes
- virtual/perl-Pod-Parser"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
-
-src_install() {
- perl-module_src_install
- doman "${WORKDIR}"/podspell.1 || die
-}