dev-ruby/kpeg: initial import, new dependency for rdoc 5.x
authorHans de Graaff <graaff@gentoo.org>
Sun, 25 Dec 2016 08:14:19 +0000 (09:14 +0100)
committerHans de Graaff <graaff@gentoo.org>
Sun, 25 Dec 2016 09:57:57 +0000 (10:57 +0100)
Package-Manager: portage-2.3.0

dev-ruby/kpeg/Manifest [new file with mode: 0644]
dev-ruby/kpeg/kpeg-1.1.0.ebuild [new file with mode: 0644]
dev-ruby/kpeg/metadata.xml [new file with mode: 0644]

diff --git a/dev-ruby/kpeg/Manifest b/dev-ruby/kpeg/Manifest
new file mode 100644 (file)
index 0000000..5602574
--- /dev/null
@@ -0,0 +1 @@
+DIST kpeg-1.1.0.gem 57856 SHA256 2ad23fcf87a285e6e968ac61060cedd630bbf80cbe54ad6a18493ec5b2bb5374 SHA512 4ca7007bea74485ceb7c3f53eef1cd2e162fed45872f8f078d5b5d2ffd1ecaa0e8fc65ed6f1b220bf6f4642d455a582cb754cdc6350edf856b33d9908510cb66 WHIRLPOOL 86c6d19a3cdef40787737459ec205d9a15cf1b582926a61d287d92be235a48f8875fcb31bf9cdcb51a817e3860db191d1fd81dd29a67986b143386e006747c21
diff --git a/dev-ruby/kpeg/kpeg-1.1.0.ebuild b/dev-ruby/kpeg/kpeg-1.1.0.ebuild
new file mode 100644 (file)
index 0000000..81dc175
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A simple PEG library for Ruby"
+HOMEPAGE="https://github.com/evanphx/kpeg"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
diff --git a/dev-ruby/kpeg/metadata.xml b/dev-ruby/kpeg/metadata.xml
new file mode 100644 (file)
index 0000000..562c37f
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>ruby@gentoo.org</email>
+    <name>Gentoo Ruby Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">evanphx/kpeg</remote-id>
+  </upstream>
+</pkgmetadata>