mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-perl/Business-ISSN: add 1.5.0
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
36
dev-perl/Business-ISSN/Business-ISSN-1.5.0.ebuild
Normal file
36
dev-perl/Business-ISSN/Business-ISSN-1.5.0.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=BDFOY
|
||||
DIST_VERSION=1.005
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Object and functions to work with International Standard Serial Numbers"
|
||||
|
||||
LICENSE="Artistic-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
|
||||
|
||||
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.004.tar.gz 10175 BLAKE2B ee2bb9397a4cb5fa8824f4c194b0cb127b8c9c1fa6b7bdde3f6bd81ab27d0b075bd58debb81842637328104a9e6eed0b005b04f3ad0bd02113ab7822276d2418 SHA512 5f6223c3f42b483fdcce832f21276a20df1e809f933823caa5115d339eb4e37565d2ec63f3a5bed76a02580cfe81127f150fac5ff323410273d9127b22ad4a5e
|
||||
DIST Business-ISSN-1.005.tar.gz 11277 BLAKE2B d4b6980ccf80fbd7130eb3247c61f5563e391a65d7e97691b5c6a5240479d4c6ebb1781b457350d1ec61711769c49c9fdedd28adce24d4451a1a5d12a7dbf03d SHA512 e58f5ac852102c9f6e53cb3986a06be0db325ba8acc097b128c554288637cb8bd9029c291b38efdeffc05a8690b1894a98d255ae407162c3f76e5e613405695c
|
||||
|
||||
Reference in New Issue
Block a user