diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2019-12-26 14:33:41 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-12-27 11:13:36 -0800 |
commit | 56ef5328422eea972eb00a21a699dad7c24debe8 (patch) | |
tree | 1dfe4a1604acf73a62fca33319f400dd29d749d6 /dev-perl/YAML-PP | |
parent | media-libs/exiftool: remove old (diff) | |
download | gentoo-56ef5328422eea972eb00a21a699dad7c24debe8.tar.gz gentoo-56ef5328422eea972eb00a21a699dad7c24debe8.tar.bz2 gentoo-56ef5328422eea972eb00a21a699dad7c24debe8.zip |
dev-perl/YAML-PP: new package for handling YAML 1.2 in Perl
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'dev-perl/YAML-PP')
-rw-r--r-- | dev-perl/YAML-PP/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/YAML-PP/YAML-PP-0.18.0.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/YAML-PP/metadata.xml | 15 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/YAML-PP/Manifest b/dev-perl/YAML-PP/Manifest new file mode 100644 index 000000000000..48e4d8b2a1f5 --- /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 000000000000..9c4234e17c31 --- /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 000000000000..bdfdfbffece8 --- /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>robbat2@gentoo.org</email> + </maintainer> + <maintainer type="project"> + <email>perl@gentoo.org</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> |