Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/LaTeX-Encode/
Date: Thu, 29 Jun 2017 02:04:38
Message-Id: 1498701866.ae7e85566045149b5c97127be17374d3d839ecd0.kentnl@gentoo
1 commit: ae7e85566045149b5c97127be17374d3d839ecd0
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 02:03:58 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 29 02:04:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae7e8556
7
8 dev-perl/LaTeX-Encode: Cleanup old
9
10 Remove old versions with bad dependencies and old EAPIs
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 dev-perl/LaTeX-Encode/LaTeX-Encode-0.91.6.ebuild | 27 ------------------------
15 1 file changed, 27 deletions(-)
16
17 diff --git a/dev-perl/LaTeX-Encode/LaTeX-Encode-0.91.6.ebuild b/dev-perl/LaTeX-Encode/LaTeX-Encode-0.91.6.ebuild
18 deleted file mode 100644
19 index b3eb8a09b15..00000000000
20 --- a/dev-perl/LaTeX-Encode/LaTeX-Encode-0.91.6.ebuild
21 +++ /dev/null
22 @@ -1,27 +0,0 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -MODULE_AUTHOR=EINHVERFR
29 -MODULE_VERSION=0.091.6
30 -inherit perl-module
31 -
32 -DESCRIPTION="Encode characters for LaTeX formatting"
33 -
34 -LICENSE="|| ( GPL-1+ Artistic )"
35 -SLOT="0"
36 -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd"
37 -IUSE="test"
38 -
39 -RDEPEND="
40 - virtual/perl-Getopt-Long
41 - dev-perl/HTML-Parser
42 - dev-perl/Pod-LaTeX
43 - dev-perl/Readonly
44 -"
45 -DEPEND="${RDEPEND}
46 - virtual/perl-ExtUtils-MakeMaker
47 -"
48 -
49 -SRC_TEST="do"