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 364AC1396D0 for ; Wed, 4 Oct 2017 16:09:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C256E0BF6; Wed, 4 Oct 2017 16:09:30 +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 3C6C1E0BF6 for ; Wed, 4 Oct 2017 16:09:30 +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 672313417B4 for ; Wed, 4 Oct 2017 16:09:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E38AC909B for ; Wed, 4 Oct 2017 16:09:27 +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: <1507133335.7f408443e187141a26972cdd5d7a05a37a5d5cd1.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-ISA/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Class-ISA/Class-ISA-0.360.0.ebuild X-VCS-Directories: dev-perl/Class-ISA/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7f408443e187141a26972cdd5d7a05a37a5d5cd1 X-VCS-Branch: master Date: Wed, 4 Oct 2017 16:09: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-Archives-Salt: da105ce3-e252-4065-9cef-b6cec18c5087 X-Archives-Hash: d5b3fa8420f909e920e5f731056536d1 commit: 7f408443e187141a26972cdd5d7a05a37a5d5cd1 Author: Kent Fredric gentoo org> AuthorDate: Wed Oct 4 16:03:46 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Oct 4 16:08:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f408443 dev-perl/Class-ISA: Normalise version - EAPI6 - Parallel tests Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-perl/Class-ISA/Class-ISA-0.360.0.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-perl/Class-ISA/Class-ISA-0.360.0.ebuild b/dev-perl/Class-ISA/Class-ISA-0.360.0.ebuild new file mode 100644 index 00000000000..269c01ca74d --- /dev/null +++ b/dev-perl/Class-ISA/Class-ISA-0.360.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=SMUELLER +DIST_VERSION=0.36 +inherit perl-module + +DESCRIPTION="Report the search path thru an ISA tree" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" +IUSE="test" + +RDEPEND="virtual/perl-if" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test ) +"