summaryrefslogtreecommitdiff
path: root/dev-perl/Const-Fast
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Const-Fast')
-rw-r--r--dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild33
-rw-r--r--dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild4
-rw-r--r--dev-perl/Const-Fast/metadata.xml19
3 files changed, 12 insertions, 44 deletions
diff --git a/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild b/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild
deleted file mode 100644
index f757818249ac..000000000000
--- a/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=LEONT
-MODULE_VERSION=0.014
-inherit perl-module
-
-DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"
-
-SLOT="0"
-KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Scalar-List-Utils
- virtual/perl-Storable
- >=dev-perl/Sub-Exporter-Progressive-0.1.7
-"
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-Tiny-0.21.0
- test? (
- virtual/perl-Data-Dumper
- virtual/perl-File-Temp
- dev-perl/Test-Fatal
- >=virtual/perl-Test-Simple-0.880.0
- )
-"
-
-SRC_TEST=do
-mytargets="install"
diff --git a/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild b/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild
index 27a9d59ba25f..afc7fc8289a5 100644
--- a/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild
+++ b/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
diff --git a/dev-perl/Const-Fast/metadata.xml b/dev-perl/Const-Fast/metadata.xml
index f81ffd083697..1c70d2f8325e 100644
--- a/dev-perl/Const-Fast/metadata.xml
+++ b/dev-perl/Const-Fast/metadata.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
+ <maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
-</maintainer>
-<maintainer type="project">
+ </maintainer>
+ <maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
-</maintainer>
-<longdescription lang="en">
+ </maintainer>
+ <longdescription lang="en">
This the only function of this module and it is exported by
default. It takes a scalar, array or hash left-value as first
argument, and a list of one or more values depending on the type of
@@ -17,8 +17,9 @@
variable to that value and subsequently make it read-only. Arrays
and hashes will be made deeply read-only.
</longdescription>
-<upstream>
+ <upstream>
<remote-id type="cpan">Const-Fast</remote-id>
<remote-id type="cpan-module">Const::Fast</remote-id>
-</upstream>
-</pkgmetadata>
+ </upstream>
+ <origin>gentoo-staging</origin>
+</pkgmetadata> \ No newline at end of file