Skip to content

Commit

Permalink
dev-perl/Devel-OverrideGlobalRequire: New package, needed by Perl::La…
Browse files Browse the repository at this point in the history
…nguageServer

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <[email protected]>
  • Loading branch information
akhuettel committed May 1, 2021
1 parent f76f5a3 commit af5cde9
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR=DAGOLDEN
DIST_VERSION=0.001
inherit perl-module

DESCRIPTION="Override CORE::GLOBAL::require safely"

SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND=""
BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
virtual/perl-File-Spec
virtual/perl-File-Temp
virtual/perl-Scalar-List-Utils
virtual/perl-Test-Simple
)
"
1 change: 1 addition & 0 deletions dev-perl/Devel-OverrideGlobalRequire/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST Devel-OverrideGlobalRequire-0.001.tar.gz 14352 BLAKE2B a3ddba184f86e686b69b177601cfb729889ab87caa086a3a4a23a9996e85fad381c89e9d9b634906816113f432ebd5489b15cfe83346da22b8cac55dbc10ba77 SHA512 33df90e5aa798d899acd73db72651be015c53cc2eaa041bb45d531a7023c32adb886ef63b2f064765a42a47b44eb0cfb80bf39f6c61cf78fa66de1581c41383e
8 changes: 8 additions & 0 deletions dev-perl/Devel-OverrideGlobalRequire/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Perl Project</name>
</maintainer>
</pkgmetadata>

0 comments on commit af5cde9

Please sign in to comment.