commit: 56ef5328422eea972eb00a21a699dad7c24debe8
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 22:33:41 2019 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 19:13:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56ef5328
dev-perl/YAML-PP: new package for handling YAML 1.2 in Perl
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
dev-perl/YAML-PP/Manifest | 1 +
dev-perl/YAML-PP/YAML-PP-0.18.0.ebuild | 21 +++++++++++++++++++++
dev-perl/YAML-PP/metadata.xml | 15 +++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/dev-perl/YAML-PP/Manifest b/dev-perl/YAML-PP/Manifest
new file mode 100644
index 00000000000..48e4d8b2a1f
--- /dev/null
+++ b/dev-perl/YAML-PP/Manifest
@@ -0,0 +1 @@
+DIST YAML-PP-0.018.tar.gz 160231 BLAKE2B
65d332a2f02ed0801f927caeb0b65b0b7a43ac23ab5eac58f2f7fca02fb5e465ef36f35c0cd78cfeaed4ca2b02d6eaf2d923940bdc22cf5f16cc5cc33d371f95
SHA512
08f31f5de1f8846ba16908932cc83362047a53eef175ea3d197e49c0af0b2972ab8166dc28ccb1bf94a3da7ff00f6cf3bf2dfd164d59cbf1aa42f66f9a1db103
diff --git a/dev-perl/YAML-PP/YAML-PP-0.18.0.ebuild
b/dev-perl/YAML-PP/YAML-PP-0.18.0.ebuild
new file mode 100644
index 00000000000..9c4234e17c3
--- /dev/null
+++ b/dev-perl/YAML-PP/YAML-PP-0.18.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TINITA
+DIST_VERSION=0.018
+SRC_TEST="do"
+inherit perl-module
+
+DESCRIPTION="YAML 1.2 processor in perl"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc
~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE='test'
+RESTRICT="!test? ( test )"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( dev-perl/Test-Warn )"
+export OPTIMIZE="$CFLAGS"
diff --git a/dev-perl/YAML-PP/metadata.xml b/dev-perl/YAML-PP/metadata.xml
new file mode 100644
index 00000000000..bdfdfbffece
--- /dev/null
+++ b/dev-perl/YAML-PP/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ </maintainer>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">YAML-PP</remote-id>
+ <remote-id type="cpan-module">YAML::PP</remote-id>
+ </upstream>
+</pkgmetadata>