dev-ruby/diva: add new package
authorNaohiro Aota <naota@gentoo.org>
Sun, 21 Apr 2019 05:19:58 +0000 (14:19 +0900)
committerNaohiro Aota <naota@gentoo.org>
Sun, 21 Apr 2019 05:28:59 +0000 (14:28 +0900)
Add new package dev-ruby/diva, which is a requirement for
net-misc/mikutter.

Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Naohiro Aota <naota@gentoo.org>
dev-ruby/diva/Manifest [new file with mode: 0644]
dev-ruby/diva/diva-0.3.2.ebuild [new file with mode: 0644]
dev-ruby/diva/metadata.xml [new file with mode: 0644]

diff --git a/dev-ruby/diva/Manifest b/dev-ruby/diva/Manifest
new file mode 100644 (file)
index 0000000..0a00bc2
--- /dev/null
@@ -0,0 +1 @@
+DIST diva-0.3.2.gem 13824 BLAKE2B da6236bf24dfca3d2ebc241172ee104c5ce66001446fcef397108695ffa70e37d65de9a2db29a706f6f81c5d6a70934cc59155d94e890f7499ed572df3adecdd SHA512 3506aead4314d8d43c838ca0bc596a8f63e6d0b86da68810999e9101bfad611b8fd4902078ec7495e66704e756d928ec28e916105f22c4260b2681ab97eb08aa
diff --git a/dev-ruby/diva/diva-0.3.2.ebuild b/dev-ruby/diva/diva-0.3.2.ebuild
new file mode 100644 (file)
index 0000000..eecba53
--- /dev/null
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Implementation of expression for handling things."
+HOMEPAGE="https://rubygems.org/gems/diva"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend "<dev-ruby/addressable-2.6"
diff --git a/dev-ruby/diva/metadata.xml b/dev-ruby/diva/metadata.xml
new file mode 100644 (file)
index 0000000..3716f2a
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>naota@gentoo.org</email>
+       </maintainer>
+       <maintainer type="project">
+               <email>ruby@gentoo.org</email>
+               <name>Gentoo Ruby Project</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="rubygems">diva</remote-id>
+       </upstream>
+</pkgmetadata>