summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-02 23:28:12 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-02 23:28:41 +0200
commit080adddf8b772817d2a3576fb9f914dc70f5c380 (patch)
tree73fcb35451b5a34a522d009db0e6f6b49eb64963 /dev-perl/YAML-Syck/YAML-Syck-1.310.0.ebuild
parentprofiles: mask for removal net-irc/irssi-otr. (diff)
downloadgentoo-080adddf8b772817d2a3576fb9f914dc70f5c380.tar.gz
gentoo-080adddf8b772817d2a3576fb9f914dc70f5c380.tar.bz2
gentoo-080adddf8b772817d2a3576fb9f914dc70f5c380.zip
dev-perl/YAML-Syck: Version bump
Package-Manager: Portage-2.3.70, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/YAML-Syck/YAML-Syck-1.310.0.ebuild')
-rw-r--r--dev-perl/YAML-Syck/YAML-Syck-1.310.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/YAML-Syck/YAML-Syck-1.310.0.ebuild b/dev-perl/YAML-Syck/YAML-Syck-1.310.0.ebuild
new file mode 100644
index 000000000000..ce20e5eb872c
--- /dev/null
+++ b/dev-perl/YAML-Syck/YAML-Syck-1.310.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TODDR
+DIST_VERSION=1.31
+inherit perl-module
+
+DESCRIPTION="Fast, lightweight YAML loader and dumper"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"