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 B61981382C5 for ; Thu, 21 May 2020 20:13:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D29BDE08A6; Thu, 21 May 2020 20:13:00 +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 BFA4EE08A6 for ; Thu, 21 May 2020 20:13:00 +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 E7A4B34F21C for ; Thu, 21 May 2020 20:12:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A1C723E for ; Thu, 21 May 2020 20:12:58 +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: <1590091960.e972ae85aa7fee4ba94f67816b87a14e1306da34.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Canary-Stability/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Canary-Stability/Canary-Stability-2013.0.0.ebuild dev-perl/Canary-Stability/Manifest X-VCS-Directories: dev-perl/Canary-Stability/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e972ae85aa7fee4ba94f67816b87a14e1306da34 X-VCS-Branch: master Date: Thu, 21 May 2020 20:12:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1bf940ad-8c75-4b3d-bf55-d2c1fc7685e9 X-Archives-Hash: 6baafc58ba90817ae15028af568785c6 commit: e972ae85aa7fee4ba94f67816b87a14e1306da34 Author: Kent Fredric gentoo org> AuthorDate: Thu May 21 20:11:27 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu May 21 20:12:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e972ae85 dev-perl/Canary-Stability: Bump to version 2013.0.0 - EAPI7 - Remove empty/useless variable assignments Upstream: - Error when running under AUTOMATED_TESTING=1 on perls without known support. - Add dummy test suite Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../Canary-Stability-2013.0.0.ebuild | 22 ++++++++++++++++++++++ dev-perl/Canary-Stability/Manifest | 1 + 2 files changed, 23 insertions(+) diff --git a/dev-perl/Canary-Stability/Canary-Stability-2013.0.0.ebuild b/dev-perl/Canary-Stability/Canary-Stability-2013.0.0.ebuild new file mode 100644 index 00000000000..a4a14c7237f --- /dev/null +++ b/dev-perl/Canary-Stability/Canary-Stability-2013.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=MLEHMANN +DIST_VERSION=2013 +inherit perl-module + +DESCRIPTION="Canary to check perl compatibility for schmorp's modules" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +BDEPEND=" + virtual/perl-ExtUtils-MakeMaker +" +src_test() { + perl-module_src_test + perl -Mblib="${S}" -M"Canary::Stability ${DIST_VERSION} ()" -e1 || + die "Could not load Canary::Stability" +} diff --git a/dev-perl/Canary-Stability/Manifest b/dev-perl/Canary-Stability/Manifest index bee8b8d1afb..229392a8873 100644 --- a/dev-perl/Canary-Stability/Manifest +++ b/dev-perl/Canary-Stability/Manifest @@ -1 +1,2 @@ DIST Canary-Stability-2012.tar.gz 4334 BLAKE2B 47849a31c9ed3cddfde379b7a66c557b575235b30d8d55e5893b724e28ebb8f7c4bfac89f57e50ca09385d0535edbe46cfb4e0ee1afb32b3b60b9e9e7bcacd57 SHA512 7780731e4142d536182e1820c041c43ae67c5b47c044f15d8dcc060646bbab10a974bddcb703fdb27f427db3cd4dbdff54e131dc708c0260d7275be869eb27b1 +DIST Canary-Stability-2013.tar.gz 4861 BLAKE2B d9f10167b5ad7391ff18cd360f908947fb95cf3608841f37cc5987bef4b4846ad80f5053319e26441da9bda3f166e239758e8900de87e72ed862abd9a776e077 SHA512 9dfb0e6d136048050aac7c29e1fc79dc2a7703c8800582aa837c5d9b9934c48bfcb0a9ef1c6b5bb7e71a10a709e7f7431b3c79ea12b8d9f374b33bfd4a3e468d