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 DB8691382C5 for ; Thu, 15 Mar 2018 06:34:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE00AE0831; Thu, 15 Mar 2018 06:34:45 +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 9809BE0831 for ; Thu, 15 Mar 2018 06:34:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 24316335C73 for ; Thu, 15 Mar 2018 06:34:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B46E1259 for ; Thu, 15 Mar 2018 06:34:41 +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: <1521095605.0e137ceb0a293ea19a79ddced59e4436150ab75b.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Aspell/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild X-VCS-Directories: dev-perl/Text-Aspell/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 0e137ceb0a293ea19a79ddced59e4436150ab75b X-VCS-Branch: master Date: Thu, 15 Mar 2018 06:34:41 +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: dfc530d9-b03d-4a7d-b98a-d6fe23959bd7 X-Archives-Hash: 13b4eb096c790ebc9fb7c3fe028ccff0 commit: 0e137ceb0a293ea19a79ddced59e4436150ab75b Author: Kent Fredric gentoo org> AuthorDate: Thu Mar 15 06:33:25 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Mar 15 06:33:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e137ceb dev-perl/Text-Aspell: EAPI6 + tests - EAPI6ify - Restore tests which appear to be sane upstream now - Purge author tests Bug: https://bugs.gentoo.org/147897 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild new file mode 100644 index 00000000000..a27ae8830dd --- /dev/null +++ b/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=HANK +DIST_VERSION=0.09 +inherit perl-module + +DESCRIPTION="Perl interface to the GNU Aspell Library" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +RDEPEND="app-text/aspell" +DEPEND="${RDEPEND}" +PERL_RM_FILES=( "t/02-pod.t" )