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-gpg/
Date: Thu, 28 Dec 2017 23:00:34
Message-Id: 1514502023.10a493638bb30ca69edd975f0e6bbdff467877a4.robbat2@gentoo
1 commit: 10a493638bb30ca69edd975f0e6bbdff467877a4
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 28 00:36:31 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 28 23:00:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a49363
7
8 dev-ruby/hiera-eyaml-gpg: 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-gpg/hiera-eyaml-gpg-0.6-r1.ebuild | 23 ++++++++++++++++++++++
14 1 file changed, 23 insertions(+)
15
16 diff --git a/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.6-r1.ebuild b/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.6-r1.ebuild
17 new file mode 100644
18 index 00000000000..031a46a59c8
19 --- /dev/null
20 +++ b/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.6-r1.ebuild
21 @@ -0,0 +1,23 @@
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="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 GPG backend for hiera-eyaml"
36 +HOMEPAGE="https://github.com/sihil/hiera-eyaml-gpg"
37 +
38 +LICENSE="MIT"
39 +SLOT="0"
40 +KEYWORDS="~amd64 ~x86"
41 +IUSE=""
42 +
43 +ruby_add_rdepend '>=dev-ruby/hiera-eyaml-1.3.8'
44 +ruby_add_rdepend '>=dev-ruby/gpgme-2.0.0'