mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-perl/Business-ISSN: Bump to version 1.4.0
- EAPI7 Upstream: - Republished as previous version was accidentally removed from CPAN Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
35
dev-perl/Business-ISSN/Business-ISSN-1.4.0.ebuild
Normal file
35
dev-perl/Business-ISSN/Business-ISSN-1.4.0.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DIST_AUTHOR=BDFOY
|
||||
DIST_VERSION=1.004
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Object and functions to work with International Standard Serial Numbers"
|
||||
LICENSE="Artistic-2"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
virtual/perl-Exporter
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
>=virtual/perl-ExtUtils-MakeMaker-6.640.0
|
||||
virtual/perl-File-Spec
|
||||
test? (
|
||||
>=virtual/perl-Test-Simple-1.0.0
|
||||
)
|
||||
"
|
||||
PERL_RM_FILES=(
|
||||
"t/pod.t"
|
||||
"t/pod_coverage.t"
|
||||
"t/test_manifest"
|
||||
)
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-1.003-no-test-manifest.patch"
|
||||
)
|
||||
@@ -1 +1,2 @@
|
||||
DIST Business-ISSN-1.003.tar.gz 10204 BLAKE2B 079689867074bcf1875998fda17fedf2e5467e5cce0a59204de9be72fe5cb1378f27cde1bed15d98de6f6349a6fb4df94f4379c88699b293b065fda38fe327b4 SHA512 7991a7bbe9ca7dfc42d18a06df3434b7621458fa8f9dece6db45247595e4cbfacd2dd6f4f9ddd74d529849d0835bd7bb9dc7bcfe71ba57188662887fd3132e1d
|
||||
DIST Business-ISSN-1.004.tar.gz 10175 BLAKE2B ee2bb9397a4cb5fa8824f4c194b0cb127b8c9c1fa6b7bdde3f6bd81ab27d0b075bd58debb81842637328104a9e6eed0b005b04f3ad0bd02113ab7822276d2418 SHA512 5f6223c3f42b483fdcce832f21276a20df1e809f933823caa5115d339eb4e37565d2ec63f3a5bed76a02580cfe81127f150fac5ff323410273d9127b22ad4a5e
|
||||
|
||||
Reference in New Issue
Block a user