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/Encode-EUCJPASCII/
Date: Fri, 28 May 2021 17:51:31
Message-Id: 1622224247.27d690cb08539b70f3e704c697e917be63d0a70d.dilfridge@gentoo
1 commit: 27d690cb08539b70f3e704c697e917be63d0a70d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 28 17:18:04 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 17:50:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d690cb
7
8 dev-perl/Encode-EUCJPASCII: 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 .../Encode-EUCJPASCII-0.30.0.ebuild | 20 --------------------
14 1 file changed, 20 deletions(-)
15
16 diff --git a/dev-perl/Encode-EUCJPASCII/Encode-EUCJPASCII-0.30.0.ebuild b/dev-perl/Encode-EUCJPASCII/Encode-EUCJPASCII-0.30.0.ebuild
17 deleted file mode 100644
18 index 2daaa5d72cf..00000000000
19 --- a/dev-perl/Encode-EUCJPASCII/Encode-EUCJPASCII-0.30.0.ebuild
20 +++ /dev/null
21 @@ -1,20 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DIST_AUTHOR=NEZUMI
28 -DIST_VERSION=0.03
29 -inherit perl-module
30 -
31 -DESCRIPTION="An eucJP-open mapping"
32 -
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
35 -IUSE=""
36 -
37 -PERL_RM_FILES=( "t/pod.t" )
38 -RDEPEND=">=virtual/perl-Encode-1.140.0"
39 -DEPEND="${RDEPEND}
40 - virtual/perl-ExtUtils-MakeMaker
41 -"