summaryrefslogtreecommitdiff
path: root/dev-ruby/source_map
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/source_map')
-rw-r--r--dev-ruby/source_map/Manifest1
-rw-r--r--dev-ruby/source_map/metadata.xml12
-rw-r--r--dev-ruby/source_map/source_map-3.0.1.ebuild23
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-ruby/source_map/Manifest b/dev-ruby/source_map/Manifest
new file mode 100644
index 000000000000..ba78821a0752
--- /dev/null
+++ b/dev-ruby/source_map/Manifest
@@ -0,0 +1 @@
+DIST source_map-3.0.1.gem 12288 BLAKE2B 59d51caf46087379ea7c6a0842721a0065fa02fce8cb848a8097af14a8c6e2c99d216ffbeec643254c2f0aea75833960e272a0470f72c37587f6191370067b43 SHA512 3fc4a55f2ad2e79059c40ba4fd28e555af25c5881ac5513d6d37595d6a1c405e8e601e808b96b336725227dbd9b377235251cb8a9eeaefe60d8000f6fa67ea2f
diff --git a/dev-ruby/source_map/metadata.xml b/dev-ruby/source_map/metadata.xml
new file mode 100644
index 000000000000..cecefdb54df0
--- /dev/null
+++ b/dev-ruby/source_map/metadata.xml
@@ -0,0 +1,12 @@
+<?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">ConradIrwin/ruby-source_map</remote-id>
+ </upstream>
+ <origin>gentoo-staging</origin>
+</pkgmetadata>
diff --git a/dev-ruby/source_map/source_map-3.0.1.ebuild b/dev-ruby/source_map/source_map-3.0.1.ebuild
new file mode 100644
index 000000000000..64c36988a72d
--- /dev/null
+++ b/dev-ruby/source_map/source_map-3.0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides an API for parsing, and an API for generating source maps in ruby"
+HOMEPAGE="https://github.com/ConradIrwin/ruby-source_map"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/json:*"