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 CCF3D1382C5 for ; Wed, 28 Feb 2018 20:53:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6539E081B; Wed, 28 Feb 2018 20:53:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C4686E081B for ; Wed, 28 Feb 2018 20:53:18 +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 376BB335C07 for ; Wed, 28 Feb 2018 20:53:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00BC01EA for ; Wed, 28 Feb 2018 20:53:04 +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: <1519851180.45a65dd5263c50d48d4f8ea53f23bbd2873011fb.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/TermReadKey/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/TermReadKey/Manifest dev-perl/TermReadKey/TermReadKey-2.370.0.ebuild X-VCS-Directories: dev-perl/TermReadKey/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 45a65dd5263c50d48d4f8ea53f23bbd2873011fb X-VCS-Branch: master Date: Wed, 28 Feb 2018 20:53:04 +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: aedb3edc-d646-4733-a1df-4eb5ee549c79 X-Archives-Hash: 9199468cbed386c27493b8cd0090f96e commit: 45a65dd5263c50d48d4f8ea53f23bbd2873011fb Author: Kent Fredric gentoo org> AuthorDate: Wed Feb 28 20:52:44 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Feb 28 20:53:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a65dd5 dev-perl/TermReadKey: Bump to version 2.370.0 - EAPI6 - Add USE="examples" Upstream: - Fix GetTerminalSize() argument handling - Fix XS warnings - Don't attempt some tests when STDIN is notatty Package-Manager: Portage-2.3.18, Repoman-2.3.6 dev-perl/TermReadKey/Manifest | 1 + dev-perl/TermReadKey/TermReadKey-2.370.0.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-perl/TermReadKey/Manifest b/dev-perl/TermReadKey/Manifest index 45d839da22e..99ab2e3e118 100644 --- a/dev-perl/TermReadKey/Manifest +++ b/dev-perl/TermReadKey/Manifest @@ -1 +1,2 @@ DIST TermReadKey-2.33.tar.gz 82916 BLAKE2B e8bdd9c78001de3b2060bcf6ed376b8043697b290609f8cdd3b776dc73262c9ff50ca0b9e992869e9675780bf3e434b44468f589d2bbcf2411ed2a570ef31072 SHA512 ecee70695f8d48f8eeeb6916a7f25aac536e8725815e6c22ed01791f152b55a4203460cb090b00b64ed71e093890b9bc096679223cc97bda0c323e61f105a0ee +DIST TermReadKey-2.37.tar.gz 85082 BLAKE2B 59c999924455b6c4165897c7650209a98b5097c7fffd1044de005b8823d0867f6b16a835d5188c4a671b58109312ac2aa70012edd84d4a485b1534241f9525ab SHA512 b602d612be17ec4a56fe50742728dae17733f251ef399e8fb69cc8eb22885d7e1c1073c735fb23826137e80be8d3597e60f496ac63180739752d070957880eea diff --git a/dev-perl/TermReadKey/TermReadKey-2.370.0.ebuild b/dev-perl/TermReadKey/TermReadKey-2.370.0.ebuild new file mode 100644 index 00000000000..b41b3886d32 --- /dev/null +++ b/dev-perl/TermReadKey/TermReadKey-2.370.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=JSTOWE +DIST_VERSION=2.37 +DIST_EXAMPLES=("example/*") +inherit perl-module + +DESCRIPTION="Change terminal modes, and perform non-blocking reads" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND=">=virtual/perl-ExtUtils-MakeMaker-6.580.0"