summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Pod-LaTeX')
-rw-r--r--dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild
deleted file mode 100644
index 27ac1a7557bd..000000000000
--- a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=TJENNESS
-MODULE_VERSION=0.61
-inherit perl-module
-
-DESCRIPTION="Convert Pod data to formatted LaTeX"
-
-LICENSE="|| ( GPL-1+ Artistic )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-RDEPEND="
- virtual/perl-Pod-Parser
- virtual/perl-if
-"
-DEPEND="${RDEPEND}
- dev-perl/Module-Build
-"
-
-SRC_TEST="do"