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 6CD28139083 for ; Thu, 14 Dec 2017 05:29:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2BBBE0EAC; Thu, 14 Dec 2017 05:29:58 +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 7F8D9E0EAC for ; Thu, 14 Dec 2017 05:29:58 +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 62E6833BF43 for ; Thu, 14 Dec 2017 05:29:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0318AAE7F for ; Thu, 14 Dec 2017 05:29:56 +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: <1513229331.731c8c45d5f54786c2c93fa497d42e28d2358f09.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Ident/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Net-Ident/Net-Ident-1.240.0-r1.ebuild X-VCS-Directories: dev-perl/Net-Ident/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 731c8c45d5f54786c2c93fa497d42e28d2358f09 X-VCS-Branch: master Date: Thu, 14 Dec 2017 05:29:56 +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: 70845d3b-2949-47a7-95b9-25e52d017ccc X-Archives-Hash: a1de102554d36d6e5d058421bf1e3037 commit: 731c8c45d5f54786c2c93fa497d42e28d2358f09 Author: Kent Fredric gentoo org> AuthorDate: Thu Dec 14 03:42:41 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Dec 14 05:28:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=731c8c45 dev-perl/Net-Ident: EAPI6 + test - EAPI6ify - Enable tests Package-Manager: Portage-2.3.18, Repoman-2.3.6 dev-perl/Net-Ident/Net-Ident-1.240.0-r1.ebuild | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/dev-perl/Net-Ident/Net-Ident-1.240.0-r1.ebuild b/dev-perl/Net-Ident/Net-Ident-1.240.0-r1.ebuild new file mode 100644 index 00000000000..34b71973647 --- /dev/null +++ b/dev-perl/Net-Ident/Net-Ident-1.240.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=TODDR +DIST_VERSION=1.24 +inherit perl-module + +DESCRIPTION="lookup the username on the remote end of a TCP/IP connection" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-Socket +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-IO + virtual/perl-Test-Simple + ) +"