commit: 07ea581d9b0253da0e8e52c48893c84d64a80186
Author: timorl <timorl <AT> disroot <DOT> org>
AuthorDate: Sat May 18 17:04:55 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 1 16:22:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ea581d
dev-perl/Data-Section-Simple: new package, add 0.07
Signed-off-by: timorl <timorl <AT> disroot.org>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../Data-Section-Simple-0.07.ebuild | 20 ++++++++++++++++++++
dev-perl/Data-Section-Simple/Manifest | 1 +
dev-perl/Data-Section-Simple/metadata.xml | 12 ++++++++++++
3 files changed, 33 insertions(+)
diff --git a/dev-perl/Data-Section-Simple/Data-Section-Simple-0.07.ebuild
b/dev-perl/Data-Section-Simple/Data-Section-Simple-0.07.ebuild
new file mode 100644
index 000000000000..2969da359496
--- /dev/null
+++ b/dev-perl/Data-Section-Simple/Data-Section-Simple-0.07.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MIYAGAWA
+DIST_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION="Read data out of the DATA section"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.780.0
+ test? (
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
diff --git a/dev-perl/Data-Section-Simple/Manifest
b/dev-perl/Data-Section-Simple/Manifest
new file mode 100644
index 000000000000..b75b5cc7006d
--- /dev/null
+++ b/dev-perl/Data-Section-Simple/Manifest
@@ -0,0 +1 @@
+DIST Data-Section-Simple-0.07.tar.gz 11479 BLAKE2B
b123ab08d15699b1fa7a933168fc4854403083d07b8c32ec8180e92f1322f010efc9ded59ab2972927ccc8793486659591a03e03a20461c27c556b99b96c3a04
SHA512
77478498b3d760423794581e4b4589072ea31f3f536bc2def9336aaee32c007624f3fcc66978c9a8a90cdd4ff91edfb95347afaf48d386271e1594eaaf4420fb
diff --git a/dev-perl/Data-Section-Simple/metadata.xml
b/dev-perl/Data-Section-Simple/metadata.xml
new file mode 100644
index 000000000000..32198e1d37ec
--- /dev/null
+++ b/dev-perl/Data-Section-Simple/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Arthur Zamarin</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Data-Section-Simple</remote-id>
+ <remote-id type="cpan-module">Data::Section::Simple</remote-id>
+ </upstream>
+</pkgmetadata>