Skip to content

Commit

Permalink
dev-perl/Canary-Stability: Bump to version 2013.0.0
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
  • Loading branch information
kentfredric committed May 21, 2020
1 parent 9aa2d7d commit e972ae8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions dev-perl/Canary-Stability/Canary-Stability-2013.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -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"
}
1 change: 1 addition & 0 deletions dev-perl/Canary-Stability/Manifest
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e972ae8

Please sign in to comment.