From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D968513835C for ; Fri, 28 May 2021 17:51:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 134B8E0A90; Fri, 28 May 2021 17:51:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED537E0A90 for ; Fri, 28 May 2021 17:51:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9FCB340E9A for ; Fri, 28 May 2021 17:51:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1422C7A0 for ; Fri, 28 May 2021 17:51:27 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1622224259.1cbaab9816eb660ce4f980d0a0bf79e72a2ac984.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Encode-HanExtra/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Encode-HanExtra/Encode-HanExtra-0.230.0-r2.ebuild X-VCS-Directories: dev-perl/Encode-HanExtra/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 1cbaab9816eb660ce4f980d0a0bf79e72a2ac984 X-VCS-Branch: master Date: Fri, 28 May 2021 17:51:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e3d7479e-7d34-4ddc-b07e-2b1557b94381 X-Archives-Hash: 29d6400e8b66893d304565ed4d5e9d7e commit: 1cbaab9816eb660ce4f980d0a0bf79e72a2ac984 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri May 28 17:38:25 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri May 28 17:50:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cbaab98 dev-perl/Encode-HanExtra: Remove old Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> .../Encode-HanExtra-0.230.0-r2.ebuild | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/dev-perl/Encode-HanExtra/Encode-HanExtra-0.230.0-r2.ebuild b/dev-perl/Encode-HanExtra/Encode-HanExtra-0.230.0-r2.ebuild deleted file mode 100644 index bfdb14487c1..00000000000 --- a/dev-perl/Encode-HanExtra/Encode-HanExtra-0.230.0-r2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=AUDREYT -DIST_VERSION=0.23 -inherit perl-module - -DESCRIPTION="Extra sets of Chinese encodings" - -LICENSE="MIT" -SLOT="0" -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" -IUSE="" - -DEPEND="virtual/perl-Encode" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/' Makefile.PL || - die "Can't patch Makefile.PL for 5.26 dot-in-inc" - perl-module_src_prepare -}