mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-perl/asa: Bump to versoin 1.40.0
- EAPI7 Upstream: - Rework packaging ( which removes the need for '.' in @INC ) Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST asa-1.03.tar.gz 30840 BLAKE2B a80fba4f55cbc5a4b612404cf623b567e11f543127d0a1e5b4d979af652178ed9dd7c7cab101fd37079a7b69e76da3fd5f47e6436fd3fceb4bb3ae80a471aee3 SHA512 22cbccb93c8c9e96ec6e2cfa159f20a5220d722eb369a3c28a9ebae246fa145fb915db5d043722d52894d45f58015cc549f6aa0ba1dd4cbe498ad73cee918a1c
|
||||
DIST asa-1.04.tar.gz 27573 BLAKE2B f6e98af1c3705affb2d92c8bc709d55ba4cf9a226aa639f7f4dd5f02b9d4d2b48f94e8da970357a84080be73213dbde2a887b98e0dc8a06ee2c3923dec4a091d SHA512 8584036c1c520741fe1bd4fb2875a86a46e2abd07d441078ef64bd90a31ba13b001079b020263add298ff004e094f8380b2ec590aacfc808cc1ba4be6b177b0a
|
||||
|
||||
26
dev-perl/asa/asa-1.40.0.ebuild
Normal file
26
dev-perl/asa/asa-1.40.0.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DIST_AUTHOR=ETHER
|
||||
DIST_VERSION=1.04
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Lets your class/object say it works like something else"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
virtual/perl-Carp
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=virtual/perl-ExtUtils-MakeMaker-6.420.0
|
||||
test? (
|
||||
>=virtual/perl-File-Spec-0.800.0
|
||||
>=virtual/perl-Test-Simple-0.470.0
|
||||
)
|
||||
"
|
||||
Reference in New Issue
Block a user