summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-19 00:47:37 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-19 00:48:42 +0200
commitc1bada26e8e38a357a618e9792a5d21f1b1d33b4 (patch)
tree5db5fcfea2b75e8d6695f9c115f984500b9d5b97 /dev-perl/Pod-LaTeX
parentdev-perl/Pod-LaTeX: Stable for all (diff)
downloadgentoo-c1bada26e8e38a357a618e9792a5d21f1b1d33b4.tar.gz
gentoo-c1bada26e8e38a357a618e9792a5d21f1b1d33b4.tar.bz2
gentoo-c1bada26e8e38a357a618e9792a5d21f1b1d33b4.zip
dev-perl/Pod-LaTeX: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
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"