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-JIS2K/
Date: Fri, 28 May 2021 17:51:33
Message-Id: 1622224266.1a68e88d66a44d1641dc27a432698dbd0f5f2602.dilfridge@gentoo
1 commit: 1a68e88d66a44d1641dc27a432698dbd0f5f2602
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 28 17:40:08 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 17:51:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a68e88d
7
8 dev-perl/Encode-JIS2K: 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/Encode-JIS2K/Encode-JIS2K-0.30.0.ebuild | 20 --------------------
14 1 file changed, 20 deletions(-)
15
16 diff --git a/dev-perl/Encode-JIS2K/Encode-JIS2K-0.30.0.ebuild b/dev-perl/Encode-JIS2K/Encode-JIS2K-0.30.0.ebuild
17 deleted file mode 100644
18 index 2801ba5e4de..00000000000
19 --- a/dev-perl/Encode-JIS2K/Encode-JIS2K-0.30.0.ebuild
20 +++ /dev/null
21 @@ -1,20 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR="DANKOGAI"
28 -MODULE_VERSION="0.03"
29 -
30 -inherit perl-module
31 -
32 -DESCRIPTION="JIS X 0212 (aka JIS 2000) Encodings"
33 -
34 -SLOT="0"
35 -KEYWORDS="amd64 ~arm ~arm64 ~x86"
36 -IUSE=""
37 -
38 -RDEPEND="virtual/perl-Encode"
39 -DEPEND="${RDEPEND}"
40 -
41 -SRC_TEST="do"