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/Encode-HanExtra/
Date: Sun, 29 Jul 2018 06:16:52
Message-Id: 1532844989.215fd48b3380a0a35d92e52b24284648748a3697.kentnl@gentoo
1 commit: 215fd48b3380a0a35d92e52b24284648748a3697
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 29 06:13:06 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 29 06:16:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=215fd48b
7
8 dev-perl/Encode-HanExtra: Cleanup old version 0.230.0-r1
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 .../Encode-HanExtra-0.230.0-r1.ebuild | 26 ----------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/dev-perl/Encode-HanExtra/Encode-HanExtra-0.230.0-r1.ebuild b/dev-perl/Encode-HanExtra/Encode-HanExtra-0.230.0-r1.ebuild
16 deleted file mode 100644
17 index a737ded39a8..00000000000
18 --- a/dev-perl/Encode-HanExtra/Encode-HanExtra-0.230.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -MODULE_AUTHOR=AUDREYT
27 -MODULE_VERSION=0.23
28 -inherit perl-module
29 -
30 -DESCRIPTION="Extra sets of Chinese encodings"
31 -
32 -LICENSE="MIT"
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
35 -IUSE=""
36 -
37 -DEPEND="virtual/perl-Encode"
38 -RDEPEND="${DEPEND}"
39 -
40 -#SRC_TEST="do"
41 -
42 -src_prepare() {
43 - sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/' Makefile.PL ||
44 - die "Can't patch Makefile.PL for 5.26 dot-in-inc"
45 - perl-module_src_prepare
46 -}