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 EB1351382C5 for ; Tue, 20 Mar 2018 06:27:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0116BE08E2; Tue, 20 Mar 2018 06:27:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D0FC3E08E2 for ; Tue, 20 Mar 2018 06:27:47 +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 B566C335C0C for ; Tue, 20 Mar 2018 06:27:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72C52262 for ; Tue, 20 Mar 2018 06:27:45 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1521527259.4b8bc5e1509c11c7b4f22eaa33fde8bd39a6c2ef.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-MapUTF8/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Unicode-MapUTF8/Unicode-MapUTF8-1.110.0-r2.ebuild X-VCS-Directories: dev-perl/Unicode-MapUTF8/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 4b8bc5e1509c11c7b4f22eaa33fde8bd39a6c2ef X-VCS-Branch: master Date: Tue, 20 Mar 2018 06:27:45 +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-Archives-Salt: 35ef3ed5-4ffb-418b-871c-2a62e4f23335 X-Archives-Hash: 50a27e72d3857d96714eb7a2ffbbe056 commit: 4b8bc5e1509c11c7b4f22eaa33fde8bd39a6c2ef Author: Kent Fredric gentoo org> AuthorDate: Tue Mar 20 04:55:13 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Mar 20 06:27:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8bc5e1 dev-perl/Unicode-MapUTF8: EAPI6 + tests - EAPI6ify - Enable tests - Purge annoying author tests Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../Unicode-MapUTF8-1.110.0-r2.ebuild | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/dev-perl/Unicode-MapUTF8/Unicode-MapUTF8-1.110.0-r2.ebuild b/dev-perl/Unicode-MapUTF8/Unicode-MapUTF8-1.110.0-r2.ebuild new file mode 100644 index 00000000000..56cf2032540 --- /dev/null +++ b/dev-perl/Unicode-MapUTF8/Unicode-MapUTF8-1.110.0-r2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=SNOWHARE +DIST_VERSION=1.11 +inherit perl-module + +DESCRIPTION="Conversions to and from arbitrary character sets and UTF8" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="dev-perl/Unicode-Map + dev-perl/Unicode-Map8 + dev-perl/Unicode-String + dev-perl/Jcode" +DEPEND="${RDEPEND} + dev-perl/Module-Build" + +PERL_RM_FILES=("t/99_pod.t" "t/98_pod_coverage.t" "t/97_distribution.t")