diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-ruby/loquacious | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ruby/loquacious')
-rw-r--r-- | dev-ruby/loquacious/Manifest | 3 | ||||
-rw-r--r-- | dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild | 36 | ||||
-rw-r--r-- | dev-ruby/loquacious/metadata.xml | 11 |
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-ruby/loquacious/Manifest b/dev-ruby/loquacious/Manifest new file mode 100644 index 000000000000..787545b85d44 --- /dev/null +++ b/dev-ruby/loquacious/Manifest @@ -0,0 +1,3 @@ +DIST loquacious-1.9.1.gem 22528 BLAKE2B 5ab28283e40f63a1bacdf6e7ca0c3c9e64527c21bbc7992720b7e2581c156fd449e18e56e10d6cdbe6c4238e129a0b99f5bf1b0487afbd3fc988ba6e9835d37b SHA512 49d176d0229e80a5af69a7cdd24fb2947332faeb70846f28c21249e5297d81246f55eb7f033cc444999267ae727b26f7540f1ec4a542a65af11c3d3ddf7bb129 +EBUILD loquacious-1.9.1-r2.ebuild 658 BLAKE2B dd27e1cf5a77cf7d50d33ff5133cf226727ba2e2e47817c21ba647b5b11dd167e0a8eaa01b37930be8a1a7552163400dd15c17970d64fe51aeffa12acea9b8e7 SHA512 5cea077a84c831cf12a0eb6640ad8eb0ed9aa1c8c0cda20a7fbfa3c17985345c82d155a98a95cd1445034b5b0ecc10dfc275d0698e69d832c2c53ae36595a9ba +MISC metadata.xml 340 BLAKE2B 7d541010db79dff55ebd4b1a4a42501ab93b654f0e732830ff7bdefb8b675b45fcda73a8b07699bc9d73e67937f5d168d29d2f9289902b1cf5b5aee72e09f275 SHA512 b68c4a29f683a2a736ebfae1c9e0ba646e80a4384946dc69879494c495b29f4ee0cbbbcfc42f0cc6ec6b8460c773d2ce410748ffb9f1ac81ce8394dd3b61621c diff --git a/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild b/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild new file mode 100644 index 000000000000..958838aaa2e7 --- /dev/null +++ b/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +USE_RUBY="ruby23 ruby24 ruby25" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_DOCDIR="doc" + +RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Descriptive configuration files for Ruby written in Ruby" +HOMEPAGE="https://github.com/TwP/loquacious" + +IUSE="" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +all_ruby_compile() { + if use doc; then + rdoc lib || die "Documentation generation failed." + fi +} + +all_ruby_install() { + all_fakegem_install + + docinto examples + dodoc examples/* +} diff --git a/dev-ruby/loquacious/metadata.xml b/dev-ruby/loquacious/metadata.xml new file mode 100644 index 000000000000..a5fa4282a423 --- /dev/null +++ b/dev-ruby/loquacious/metadata.xml @@ -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">TwP/loquacious</remote-id> + </upstream> +</pkgmetadata> |