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/hiera-eyaml-plaintext | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ruby/hiera-eyaml-plaintext')
-rw-r--r-- | dev-ruby/hiera-eyaml-plaintext/Manifest | 3 | ||||
-rw-r--r-- | dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6-r1.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/hiera-eyaml-plaintext/metadata.xml | 15 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-ruby/hiera-eyaml-plaintext/Manifest b/dev-ruby/hiera-eyaml-plaintext/Manifest new file mode 100644 index 000000000000..c4ef976172b5 --- /dev/null +++ b/dev-ruby/hiera-eyaml-plaintext/Manifest @@ -0,0 +1,3 @@ +DIST hiera-eyaml-plaintext-0.6.gem 5632 BLAKE2B cb9c721615ac68ea5a6ea823246b5d0234a4b0d4496d89f345956109d8bba2f0977f65af14d628f22f4457e710fe603e0cc1447d386c2bf8a47d6a5844d05365 SHA512 a6f1ccc5fb7249ae973aac0920b2eb14aa2b3472921cba50f4e9b791107cd5b2245b7d0f7533c66a84caa0a3f4bc1fb044983ba0b0dadd9cc514686dfd62b32c +EBUILD hiera-eyaml-plaintext-0.6-r1.ebuild 425 BLAKE2B 3c061e6520cfb4e24ab2ec057c901e7c84bfc006eb4ccd45344deddd6b6131ced21b87ddb7a58765808a520a2f87de4aa4b237c23e659c45875bad2e460ee92c SHA512 fec1a01cc5c369987d250ecb236d980c68446744850ee452bdc7d0eb420a3434ae3c6f6e4cebc2f3185f0563d0da01c53da0c60876e0f88a400ce1ed42f1491b +MISC metadata.xml 484 BLAKE2B fd47877f3ca990e923842f8392c590b2469e73a2b709a16729b49314f7887d9ade58e68b96096d55cdf043ce1fd35be437b8ae56ff32974fe5d1dd2f048000aa SHA512 6f1b9003ae433d669b44a581b35af9f4fc6de6f27ddffa8c193dec349c72c05cbeb07bf2f97d99b2154535404337e5e361f2cd61ad5026639baa0a9477febb28 diff --git a/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6-r1.ebuild b/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6-r1.ebuild new file mode 100644 index 000000000000..c344e2a09a2c --- /dev/null +++ b/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6-r1.ebuild @@ -0,0 +1,20 @@ +# 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_TASK_TEST="" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="A plaintext backend for hiera-eyaml" +HOMEPAGE="https://github.com/gtmtechltd/hiera-eyaml-plaintext" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-ruby/hiera-eyaml-plaintext/metadata.xml b/dev-ruby/hiera-eyaml-plaintext/metadata.xml new file mode 100644 index 000000000000..065a6b867a24 --- /dev/null +++ b/dev-ruby/hiera-eyaml-plaintext/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sysadmin@gentoo.org</email> + <name>Gentoo Sysadmin Project</name> + </maintainer> + <maintainer type="project"> + <email>ruby@gentoo.org</email> + <name>Gentoo Ruby Project</name> + </maintainer> + <upstream> + <remote-id type="github">gtmtechltd/hiera-eyaml-plaintext</remote-id> + </upstream> +</pkgmetadata> |