Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-LaTeX/
Date: Tue, 18 May 2021 22:48:59
Message-Id: 1621378122.c1bada26e8e38a357a618e9792a5d21f1b1d33b4.dilfridge@gentoo
1 commit: c1bada26e8e38a357a618e9792a5d21f1b1d33b4
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 18 22:47:37 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 22:48:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1bada26
7
8 dev-perl/Pod-LaTeX: Remove old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild | 25 -------------------------
14 1 file changed, 25 deletions(-)
15
16 diff --git a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild
17 deleted file mode 100644
18 index 27ac1a7557b..00000000000
19 --- a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild
20 +++ /dev/null
21 @@ -1,25 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=TJENNESS
28 -MODULE_VERSION=0.61
29 -inherit perl-module
30 -
31 -DESCRIPTION="Convert Pod data to formatted LaTeX"
32 -
33 -LICENSE="|| ( GPL-1+ Artistic )"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
36 -IUSE=""
37 -
38 -RDEPEND="
39 - virtual/perl-Pod-Parser
40 - virtual/perl-if
41 -"
42 -DEPEND="${RDEPEND}
43 - dev-perl/Module-Build
44 -"
45 -
46 -SRC_TEST="do"