diff options
Diffstat (limited to 'dev-ruby/diva')
-rw-r--r-- | dev-ruby/diva/Manifest | 3 | ||||
-rw-r--r-- | dev-ruby/diva/diva-0.3.2.ebuild | 25 | ||||
-rw-r--r-- | dev-ruby/diva/metadata.xml | 14 |
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-ruby/diva/Manifest b/dev-ruby/diva/Manifest new file mode 100644 index 000000000000..5a114b744c24 --- /dev/null +++ b/dev-ruby/diva/Manifest @@ -0,0 +1,3 @@ +DIST diva-0.3.2.gem 13824 BLAKE2B da6236bf24dfca3d2ebc241172ee104c5ce66001446fcef397108695ffa70e37d65de9a2db29a706f6f81c5d6a70934cc59155d94e890f7499ed572df3adecdd SHA512 3506aead4314d8d43c838ca0bc596a8f63e6d0b86da68810999e9101bfad611b8fd4902078ec7495e66704e756d928ec28e916105f22c4260b2681ab97eb08aa +EBUILD diva-0.3.2.ebuild 499 BLAKE2B 80bbc5b0b9c4db65c6e7f7716ed092ff26eaf57ca79748c3595b732e39eac8855610f7cfda4c06c915ebaf51cb98ba42291f534780be3d8663604935da791807 SHA512 8323059734455e2724f3768d9472640282a2ee6f88741c9b2bd1229a9d155f9b3753d3c0fe7b59051d2dad80d052f7ffd99f7f81e21ac46931e3ccbfc32de01e +MISC metadata.xml 399 BLAKE2B 26a2baccac7448af4f7e749c1e8a69821a25864ca8f3672f137e73ae7a257ec87398239cd94479a06691ee3ddcfc0e4ead1b71f58ba2fe5541577099592466f2 SHA512 a95f31401006f69283159dbc1524b53e79454609c6bda896af06f472c84ff828162fea80594028fd8c02110cd190beacdfdee47dc27d69d5b01b10e29a4ce0b2 diff --git a/dev-ruby/diva/diva-0.3.2.ebuild b/dev-ruby/diva/diva-0.3.2.ebuild new file mode 100644 index 000000000000..eecba531b5e5 --- /dev/null +++ b/dev-ruby/diva/diva-0.3.2.ebuild @@ -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 index 000000000000..3716f2a545c0 --- /dev/null +++ b/dev-ruby/diva/metadata.xml @@ -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> |