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 748301396D9 for ; Sat, 21 Oct 2017 08:38:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19BEB2BC04B; Sat, 21 Oct 2017 08:38:34 +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 E29072BC051 for ; Sat, 21 Oct 2017 08:38:33 +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 E32DB33BF43 for ; Sat, 21 Oct 2017 08:38:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 446BB82E for ; Sat, 21 Oct 2017 08:38:30 +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: <1508575079.8de6ec85e188495eeb65e308c3f82276b69d1776.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Fatal-Exception/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r2.ebuild X-VCS-Directories: dev-perl/Fatal-Exception/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8de6ec85e188495eeb65e308c3f82276b69d1776 X-VCS-Branch: master Date: Sat, 21 Oct 2017 08:38:30 +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: 1d420362-7b7a-4ff5-a164-bc96adc1011a X-Archives-Hash: 3ab67322aff6bcda9b171700a33c4457 commit: 8de6ec85e188495eeb65e308c3f82276b69d1776 Author: Kent Fredric gentoo org> AuthorDate: Sat Oct 21 06:36:51 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Oct 21 08:37:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de6ec85 dev-perl/Fatal-Exception: EAPI6 / Test - EAPI6 - Enable tests Package-Manager: Portage-2.3.8, Repoman-2.3.3 .../Fatal-Exception-0.50.0-r2.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r2.ebuild b/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r2.ebuild new file mode 100644 index 00000000000..8fb3915b080 --- /dev/null +++ b/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=DEXTER +DIST_VERSION=0.05 +inherit perl-module + +DESCRIPTION="Succeed or throw exception" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-perl/Exception-Died + >=dev-perl/Exception-Base-0.22.01" +DEPEND="${RDEPEND} + dev-perl/Module-Build + test? ( >=dev-perl/Test-Unit-Lite-0.12 + dev-perl/Test-Assert + dev-perl/Exception-Warning )"