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 F24A91396DA for ; Thu, 26 Oct 2017 04:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5894E0BF6; Thu, 26 Oct 2017 04:33:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BEBB7E0BF4 for ; Thu, 26 Oct 2017 04:33:28 +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 A08C533C770 for ; Thu, 26 Oct 2017 04:33:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6FF982D for ; Thu, 26 Oct 2017 04:33:24 +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: <1508992367.c94d2555223e0310fc307e50bb1b353a8cc06efc.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-BufferedSelect/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/IO-BufferedSelect/IO-BufferedSelect-1.0.0-r2.ebuild X-VCS-Directories: dev-perl/IO-BufferedSelect/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c94d2555223e0310fc307e50bb1b353a8cc06efc X-VCS-Branch: master Date: Thu, 26 Oct 2017 04:33:24 +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: 7f2fc0f4-3f23-45e7-bdc4-05dde25849a1 X-Archives-Hash: f2028f83c25f8c5427de252c713a54d0 commit: c94d2555223e0310fc307e50bb1b353a8cc06efc Author: Kent Fredric gentoo org> AuthorDate: Thu Oct 26 03:50:31 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Oct 26 04:32:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94d2555 dev-perl/IO-BufferedSelect: Enable tests - EAPI6 - Enable tests Package-Manager: Portage-2.3.8, Repoman-2.3.3 .../IO-BufferedSelect/IO-BufferedSelect-1.0.0-r2.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dev-perl/IO-BufferedSelect/IO-BufferedSelect-1.0.0-r2.ebuild b/dev-perl/IO-BufferedSelect/IO-BufferedSelect-1.0.0-r2.ebuild new file mode 100644 index 00000000000..3a024a51a63 --- /dev/null +++ b/dev-perl/IO-BufferedSelect/IO-BufferedSelect-1.0.0-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=AFN +DIST_VERSION=1.0 +inherit perl-module + +DESCRIPTION="Perl module that implements a line-buffered select interface" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +S="${WORKDIR}/${PN}"