mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-perl/App-perlbrew: Bump to version 0.890.0
Upstream: - make bashrc compatible with `bash -u` - Prevent build directory being overwritten when undesireable, by giving a unique work-dir per --as target instead of only unique per source version, so that one may "tweak" each target without affecting other build targets. - Cleanup residual licensing mess Bug: https://bugs.gentoo.org/721202 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
63
dev-perl/App-perlbrew/App-perlbrew-0.890.0.ebuild
Normal file
63
dev-perl/App-perlbrew/App-perlbrew-0.890.0.ebuild
Normal file
@@ -0,0 +1,63 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DIST_AUTHOR=GUGOD
|
||||
DIST_VERSION=0.89
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION='Manage perl installations in your $HOME'
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=virtual/perl-ExtUtils-MakeMaker-7.220.0
|
||||
>=dev-perl/CPAN-Perl-Releases-5.202.9.200
|
||||
>=dev-perl/Capture-Tiny-0.360.0
|
||||
>=dev-perl/Devel-PatchPerl-2.0.0
|
||||
>=virtual/perl-ExtUtils-MakeMaker-7.220.0
|
||||
>=virtual/perl-File-Temp-0.230.400
|
||||
virtual/perl-JSON-PP
|
||||
>=virtual/perl-Pod-Parser-1.630.0
|
||||
>=dev-perl/local-lib-2.0.14
|
||||
"
|
||||
DEPEND="
|
||||
dev-perl/Module-Build-Tiny
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
>=dev-perl/Module-Build-Tiny-0.34.0
|
||||
test? (
|
||||
>=dev-perl/File-Which-1.210.0
|
||||
>=dev-perl/IO-All-0.510.0
|
||||
>=dev-perl/Path-Class-0.330.0
|
||||
|
||||
>=dev-perl/Test-Exception-0.320.0
|
||||
>=dev-perl/Test-NoWarnings-1.40.0
|
||||
>=dev-perl/Test-Output-1.30.0
|
||||
>=virtual/perl-Test-Simple-1.1.2
|
||||
>=dev-perl/Test-Spec-0.470.0
|
||||
>=dev-perl/Test-TempDir-Tiny-0.16.0
|
||||
)
|
||||
"
|
||||
mydoc=("doc/notes.org")
|
||||
src_test() {
|
||||
( # export leak guard
|
||||
if has "network" ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}; then
|
||||
einfo "Network Tests Enabled"
|
||||
export TEST_LIVE=1
|
||||
else
|
||||
ewarn "This package needs network access for comprehensive testing."
|
||||
ewarn "For details, see:"
|
||||
ewarn "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}"
|
||||
fi
|
||||
if has "network-dev-test" ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}; then
|
||||
einfo "Developer HTTP Test enabled"
|
||||
export PERLBREW_DEV_TEST=1
|
||||
fi
|
||||
perl-module_src_test
|
||||
)
|
||||
}
|
||||
@@ -1 +1,2 @@
|
||||
DIST App-perlbrew-0.88.tar.gz 92126 BLAKE2B f7bff0635d9d3d768f781ffd0f67c69db4d837b7f2dffc72a002c3dee4ea2e7cc04b1e4ed46e68e52d675859516b88832be563f8cdfa35d6dc6cccc875ecf265 SHA512 16a60637f9de4ca12b270b3a6946b15b0881af797e5f811be601895ed25db0eb98f6056a219025213f439ceb5f2253bb175e0efa5d3742fffd7820fcf0433115
|
||||
DIST App-perlbrew-0.89.tar.gz 84751 BLAKE2B 3f9f0e400354e9828969005898c14c37e066c870e6b5e6f3c6fedb17c842b33c8e49a457fc130e0b72a9eaed0aaf023b46bbefe8b18d0b26c87a514e982d0de9 SHA512 e9ac5e7b4704ae74eeb09d8ae5c00e3d86b953cc35f792c27e4c26074bb6cfe060212a84a32d02539b3914f441c2c076f0884f11b3859b6cf8a95e4303a45f83
|
||||
|
||||
Reference in New Issue
Block a user