From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35F91138AE9 for ; Thu, 28 Dec 2017 23:00:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60B19E0E62; Thu, 28 Dec 2017 23:00:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EBCFE0E62 for ; Thu, 28 Dec 2017 23:00:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8B25341646 for ; Thu, 28 Dec 2017 23:00:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34724AFBF for ; Thu, 28 Dec 2017 23:00:29 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1514502023.10a493638bb30ca69edd975f0e6bbdff467877a4.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiera-eyaml-gpg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.6-r1.ebuild X-VCS-Directories: dev-ruby/hiera-eyaml-gpg/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 10a493638bb30ca69edd975f0e6bbdff467877a4 X-VCS-Branch: master Date: Thu, 28 Dec 2017 23:00:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c2c3a07c-24ce-4c99-bbbc-525e32d11aa7 X-Archives-Hash: 6a4bc2b8b9577def133b15a5d7dd6811 commit: 10a493638bb30ca69edd975f0e6bbdff467877a4 Author: Robin H. Johnson gentoo org> AuthorDate: Thu Dec 28 00:36:31 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Thu Dec 28 23:00:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a49363 dev-ruby/hiera-eyaml-gpg: bump for ruby targets Signed-off-by: Robin H. Johnson gentoo.org> Package-Manager: Portage-2.3.16, Repoman-2.3.6 .../hiera-eyaml-gpg/hiera-eyaml-gpg-0.6-r1.ebuild | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 new file mode 100644 index 00000000000..031a46a59c8 --- /dev/null +++ b/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.6-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +USE_RUBY="ruby21 ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="A GPG backend for hiera-eyaml" +HOMEPAGE="https://github.com/sihil/hiera-eyaml-gpg" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +ruby_add_rdepend '>=dev-ruby/hiera-eyaml-1.3.8' +ruby_add_rdepend '>=dev-ruby/gpgme-2.0.0'