diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-02-12 00:13:40 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-02-12 00:13:40 +0000 |
commit | 3093302e145d122fdf96845ec100cafaf217fb0a (patch) | |
tree | b80f8004e7fee15375dc80d0de1ca86e34d00a20 /dev-ruby/hiera-eyaml | |
parent | version bump. bug #539468 (diff) | |
download | gentoo-2-3093302e145d122fdf96845ec100cafaf217fb0a.tar.gz gentoo-2-3093302e145d122fdf96845ec100cafaf217fb0a.tar.bz2 gentoo-2-3093302e145d122fdf96845ec100cafaf217fb0a.zip |
Initial commit.
(Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/hiera-eyaml')
-rw-r--r-- | dev-ruby/hiera-eyaml/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/hiera-eyaml/hiera-eyaml-2.0.6.ebuild | 23 | ||||
-rw-r--r-- | dev-ruby/hiera-eyaml/metadata.xml | 6 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-ruby/hiera-eyaml/ChangeLog b/dev-ruby/hiera-eyaml/ChangeLog new file mode 100644 index 000000000000..bc7bd3649c11 --- /dev/null +++ b/dev-ruby/hiera-eyaml/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-ruby/hiera-eyaml +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera-eyaml/ChangeLog,v 1.1 2015/02/12 00:13:40 robbat2 Exp $ + +*hiera-eyaml-2.0.6 (12 Feb 2015) + + 12 Feb 2015; Robin H. Johnson <robbat2@gentoo.org> +hiera-eyaml-2.0.6.ebuild, + +metadata.xml: + Initial commit. diff --git a/dev-ruby/hiera-eyaml/hiera-eyaml-2.0.6.ebuild b/dev-ruby/hiera-eyaml/hiera-eyaml-2.0.6.ebuild new file mode 100644 index 000000000000..1ffc537be1ea --- /dev/null +++ b/dev-ruby/hiera-eyaml/hiera-eyaml-2.0.6.ebuild @@ -0,0 +1,23 @@ +# 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/hiera-eyaml-2.0.6.ebuild,v 1.1 2015/02/12 00:13:40 robbat2 Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md CHANGES.md PLUGINS.md" + +inherit ruby-fakegem + +DESCRIPTION="Encrypted YAML backend for hiera" +HOMEPAGE="https://github.com/TomPoulton/hiera-eyaml" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +ruby_add_rdepend "dev-ruby/highline" +ruby_add_rdepend "dev-ruby/trollop" + diff --git a/dev-ruby/hiera-eyaml/metadata.xml b/dev-ruby/hiera-eyaml/metadata.xml new file mode 100644 index 000000000000..8081449d6e29 --- /dev/null +++ b/dev-ruby/hiera-eyaml/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> |