summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-04-07 18:51:08 +0000
committerHans de Graaff <graaff@gentoo.org>2015-04-07 18:51:08 +0000
commit2d691c10eea0558f42f27f13601a4ffe04a01334 (patch)
tree80c9cb08bbe00be495bfa4e6f1fde07ae1db7d14 /dev-ruby/hiera-eyaml-gpg
parentAdd missing test dependency on dev-util/aruba. (diff)
downloadgentoo-2-2d691c10eea0558f42f27f13601a4ffe04a01334.tar.gz
gentoo-2-2d691c10eea0558f42f27f13601a4ffe04a01334.tar.bz2
gentoo-2-2d691c10eea0558f42f27f13601a4ffe04a01334.zip
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/hiera-eyaml-gpg')
-rw-r--r--dev-ruby/hiera-eyaml-gpg/ChangeLog7
-rw-r--r--dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.5.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-ruby/hiera-eyaml-gpg/ChangeLog b/dev-ruby/hiera-eyaml-gpg/ChangeLog
index 878d54f86be6..3494ebc14b4c 100644
--- a/dev-ruby/hiera-eyaml-gpg/ChangeLog
+++ b/dev-ruby/hiera-eyaml-gpg/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/hiera-eyaml-gpg
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera-eyaml-gpg/ChangeLog,v 1.1 2015/02/12 01:23:41 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera-eyaml-gpg/ChangeLog,v 1.2 2015/04/07 18:51:08 graaff Exp $
+
+*hiera-eyaml-gpg-0.5 (07 Apr 2015)
+
+ 07 Apr 2015; Hans de Graaff <graaff@gentoo.org> +hiera-eyaml-gpg-0.5.ebuild:
+ Version bump.
*hiera-eyaml-gpg-0.4 (12 Feb 2015)
diff --git a/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.5.ebuild b/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.5.ebuild
new file mode 100644
index 000000000000..9c08eeda29ce
--- /dev/null
+++ b/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.5.ebuild,v 1.1 2015/04/07 18:51:08 graaff Exp $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+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'