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 2A078138331 for ; Tue, 20 Mar 2018 06:27:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2074BE091B; Tue, 20 Mar 2018 06:27:48 +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 E7608E0917 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 B72DE335C2E 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 5F4E525C 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: <1521527257.b164fbeff911b1bc13e5607a0a419067de9a09e8.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-Map8/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Unicode-Map8/Unicode-Map8-0.130.0-r1.ebuild X-VCS-Directories: dev-perl/Unicode-Map8/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b164fbeff911b1bc13e5607a0a419067de9a09e8 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: 199dd36f-ef8f-4128-b855-11405a4c075d X-Archives-Hash: d2c2f7b8ea315454b65d1656ee8528a3 commit: b164fbeff911b1bc13e5607a0a419067de9a09e8 Author: Kent Fredric gentoo org> AuthorDate: Tue Mar 20 04:09:26 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Mar 20 06:27:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b164fbef dev-perl/Unicode-Map8: EAPI6 + tests - EAPI6ify - Enable tests Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/Unicode-Map8/Unicode-Map8-0.130.0-r1.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dev-perl/Unicode-Map8/Unicode-Map8-0.130.0-r1.ebuild b/dev-perl/Unicode-Map8/Unicode-Map8-0.130.0-r1.ebuild new file mode 100644 index 00000000000..a46057956b8 --- /dev/null +++ b/dev-perl/Unicode-Map8/Unicode-Map8-0.130.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=GAAS +DIST_VERSION=0.13 +inherit perl-module + +DESCRIPTION="Convert between most 8bit encodings" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-perl/Unicode-String-2.60.0" +DEPEND="${RDEPEND}"