From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-980074-garchives=archives.gentoo.org@lists.gentoo.org> 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 1CE491396D9 for <garchives@archives.gentoo.org>; Tue, 24 Oct 2017 02:43:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 538A12BC02C; Tue, 24 Oct 2017 02:43:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 33E6F2BC02C for <gentoo-commits@lists.gentoo.org>; Tue, 24 Oct 2017 02:43:16 +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 3442633C4EE for <gentoo-commits@lists.gentoo.org>; Tue, 24 Oct 2017 02:43:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB059830 for <gentoo-commits@lists.gentoo.org>; Tue, 24 Oct 2017 02:43:12 +0000 (UTC) From: "Kent Fredric" <kentnl@gentoo.org> 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" <kentnl@gentoo.org> Message-ID: <1508809721.a0b7e8ccda063e09d602aeba957ee40a06fa6bcc.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Getopt-Tabular/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild X-VCS-Directories: dev-perl/Getopt-Tabular/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a0b7e8ccda063e09d602aeba957ee40a06fa6bcc X-VCS-Branch: master Date: Tue, 24 Oct 2017 02:43:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4db48907-c0cf-497e-aece-eacb1e9d2624 X-Archives-Hash: 0eb947791d94773aba129ead694e1833 commit: a0b7e8ccda063e09d602aeba957ee40a06fa6bcc Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Tue Oct 24 00:10:02 2017 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Tue Oct 24 01:48:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b7e8cc dev-perl/Getopt-Tabular: Enable tests - EAPI6ify - Normalize version - Enable tests Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild b/dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild new file mode 100644 index 00000000000..4d4d8421af9 --- /dev/null +++ b/dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=GWARD +DIST_VERSION="0.3" +DIST_EXAMPLES=("demo") +inherit perl-module + +DESCRIPTION="Table-driven argument parsing with help text" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE=""