Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiera-eyaml-plaintext/
Date: Thu, 28 Dec 2017 23:00:33
Message-Id: 1514502019.32920efa2f3c62e02984626bb79e29a33dfff699.robbat2@gentoo
1 commit: 32920efa2f3c62e02984626bb79e29a33dfff699
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 28 00:31:30 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 28 23:00:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32920efa
7
8 dev-ruby/hiera-eyaml-plaintext: bump for ruby targets
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11 Package-Manager: Portage-2.3.16, Repoman-2.3.6
12
13 .../hiera-eyaml-plaintext-0.6-r1.ebuild | 20 ++++++++++++++++++++
14 1 file changed, 20 insertions(+)
15
16 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
17 new file mode 100644
18 index 00000000000..a4a5ee2fdd1
19 --- /dev/null
20 +++ b/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6-r1.ebuild
21 @@ -0,0 +1,20 @@
22 +# Copyright 1999-2017 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=5
26 +USE_RUBY="ruby20 ruby21 ruby22 ruby23 ruby24"
27 +
28 +RUBY_FAKEGEM_TASK_TEST=""
29 +
30 +RUBY_FAKEGEM_TASK_DOC=""
31 +RUBY_FAKEGEM_EXTRADOC="README.md"
32 +
33 +inherit ruby-fakegem
34 +
35 +DESCRIPTION="A plaintext backend for hiera-eyaml"
36 +HOMEPAGE="https://github.com/gtmtechltd/hiera-eyaml-plaintext"
37 +
38 +LICENSE="MIT"
39 +SLOT="0"
40 +KEYWORDS="~amd64 ~x86"
41 +IUSE=""