diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-02-12 01:23:41 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-02-12 01:23:41 +0000 |
commit | cf479cd44f9597d958b0f4ea915e59ce3dc8da59 (patch) | |
tree | 7f6cab67bd094b0e4aab72e0d110548ccbb6083f /dev-ruby | |
parent | Initial commit. (diff) | |
download | gentoo-2-cf479cd44f9597d958b0f4ea915e59ce3dc8da59.tar.gz gentoo-2-cf479cd44f9597d958b0f4ea915e59ce3dc8da59.tar.bz2 gentoo-2-cf479cd44f9597d958b0f4ea915e59ce3dc8da59.zip |
Initial commit.
(Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/hiera-eyaml-gpg/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.4.ebuild | 22 | ||||
-rw-r--r-- | dev-ruby/hiera-eyaml-gpg/metadata.xml | 6 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-ruby/hiera-eyaml-gpg/ChangeLog b/dev-ruby/hiera-eyaml-gpg/ChangeLog new file mode 100644 index 000000000000..878d54f86be6 --- /dev/null +++ b/dev-ruby/hiera-eyaml-gpg/ChangeLog @@ -0,0 +1,9 @@ +# 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 $ + +*hiera-eyaml-gpg-0.4 (12 Feb 2015) + + 12 Feb 2015; Robin H. Johnson <robbat2@gentoo.org> + +hiera-eyaml-gpg-0.4.ebuild, +metadata.xml: + Initial commit. diff --git a/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.4.ebuild b/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.4.ebuild new file mode 100644 index 000000000000..21bbfd6b0cda --- /dev/null +++ b/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.4.ebuild @@ -0,0 +1,22 @@ +# 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.4.ebuild,v 1.1 2015/02/12 01:23:41 robbat2 Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +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' diff --git a/dev-ruby/hiera-eyaml-gpg/metadata.xml b/dev-ruby/hiera-eyaml-gpg/metadata.xml new file mode 100644 index 000000000000..8081449d6e29 --- /dev/null +++ b/dev-ruby/hiera-eyaml-gpg/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sysadmin</herd> +<herd>ruby</herd> +</pkgmetadata> |