Skip to content

Commit

Permalink
dev-perl/YAML-PP: new package for handling YAML 1.2 in Perl
Browse files Browse the repository at this point in the history
Signed-off-by: Robin H. Johnson <[email protected]>
  • Loading branch information
robbat2 committed Dec 27, 2019
1 parent 4c3ff7c commit 56ef532
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/YAML-PP/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST YAML-PP-0.018.tar.gz 160231 BLAKE2B 65d332a2f02ed0801f927caeb0b65b0b7a43ac23ab5eac58f2f7fca02fb5e465ef36f35c0cd78cfeaed4ca2b02d6eaf2d923940bdc22cf5f16cc5cc33d371f95 SHA512 08f31f5de1f8846ba16908932cc83362047a53eef175ea3d197e49c0af0b2972ab8166dc28ccb1bf94a3da7ff00f6cf3bf2dfd164d59cbf1aa42f66f9a1db103
21 changes: 21 additions & 0 deletions dev-perl/YAML-PP/YAML-PP-0.18.0.ebuild
Original file line number Diff line number Diff line change
@@ -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"
15 changes: 15 additions & 0 deletions dev-perl/YAML-PP/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 56ef532

Please sign in to comment.