From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6783059CB2 for ; Fri, 15 Apr 2016 19:56:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC0BB21C045; Fri, 15 Apr 2016 19:56:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2649821C058 for ; Fri, 15 Apr 2016 19:56:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5ACF9340DA4 for ; Fri, 15 Apr 2016 19:56:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50043209B for ; Fri, 15 Apr 2016 19:56:38 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1460750131.543c5a0a274bf8354d970d11d559f9db6cae566e.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Command/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-Command/Manifest dev-perl/Test-Command/Test-Command-0.110.0.ebuild X-VCS-Directories: dev-perl/Test-Command/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 543c5a0a274bf8354d970d11d559f9db6cae566e X-VCS-Branch: master Date: Fri, 15 Apr 2016 19:56:38 +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: 4d8a2a04-9f02-475f-bff9-8cb73d704287 X-Archives-Hash: aac0bf4006ba7fcb54d2082322ca42fc commit: 543c5a0a274bf8354d970d11d559f9db6cae566e Author: Kent Fredric gmail com> AuthorDate: Wed Apr 13 09:49:11 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Apr 15 19:55:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543c5a0a dev-perl/Test-Command: Bump to version 0.110.0 - EAPI6 - Remove unwanted tests and their dependencies Upstream: - Add extra functions: exit_value, signal_value, stdout_value stdout_file, stderr_value, stderr_file Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd" dev-perl/Test-Command/Manifest | 1 + dev-perl/Test-Command/Test-Command-0.110.0.ebuild | 27 +++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-perl/Test-Command/Manifest b/dev-perl/Test-Command/Manifest index c94b6a2..8745c46 100644 --- a/dev-perl/Test-Command/Manifest +++ b/dev-perl/Test-Command/Manifest @@ -1 +1,2 @@ DIST Test-Command-0.08.tar.gz 9967 SHA256 5c46f5eab3f2c6bbfde4b3ceb01fb78eb7468f381b913355ca84c61a9cf76788 SHA512 b163cf13fb0c12b9aa5fb505143e5fa5e65e2c7be4bfa9e7801a2fb2c735f148fd692e8e7020acbf63cae6ef62cf10f2ec7c5a536a06afd4ad7184c2b5339745 WHIRLPOOL 0abe0afc2cd31d58fa99506d86eadca1c60223b9704390bb5e06980f044790805ff43c7a368ccef6b195652e2dcd56500b856c114baf1ea7a4856cc1d15b22a5 +DIST Test-Command-0.11.tar.gz 10811 SHA256 28a3fc6fea73a19f563f11bd0f28186756d4c74207be6deacaad26d2081b9533 SHA512 79a8f41132b965ad4f6e8b4d97f8fb6181a1e394bcf8825abda2c8ee12dd5f6ef8d7c69df84d306c3841bb516213742c4a0a43c2f3d6b39ce6e163d6d77f45f8 WHIRLPOOL 326197df5cdc41d60a05c1306025d4ba8201fd19ac804a3f920feed4e58f9a4a2e05be5058f8c4cfd2094422c8b8b31f44f9fc30a0795d5d50f818ffc3339b9c diff --git a/dev-perl/Test-Command/Test-Command-0.110.0.ebuild b/dev-perl/Test-Command/Test-Command-0.110.0.ebuild new file mode 100644 index 0000000..f8cfe96 --- /dev/null +++ b/dev-perl/Test-Command/Test-Command-0.110.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=DANBOO +DIST_VERSION=0.11 +inherit perl-module + +DESCRIPTION="Test routines for external commands" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=" + >=virtual/perl-Test-Simple-0.620.0 +" +DEPEND="${RDEPEND} + dev-perl/Module-Build +" + +src_test() { + perl_rm_files t/pod-coverage.t t/pod.t + perl-module_src_test +}