diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-ruby/hiera-eyaml-gpg | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-ruby/hiera-eyaml-gpg')
-rw-r--r-- | dev-ruby/hiera-eyaml-gpg/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.4.ebuild | 22 | ||||
-rw-r--r-- | dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.5.ebuild | 24 | ||||
-rw-r--r-- | dev-ruby/hiera-eyaml-gpg/metadata.xml | 9 |
4 files changed, 57 insertions, 0 deletions
diff --git a/dev-ruby/hiera-eyaml-gpg/Manifest b/dev-ruby/hiera-eyaml-gpg/Manifest new file mode 100644 index 000000000000..55bb520746d6 --- /dev/null +++ b/dev-ruby/hiera-eyaml-gpg/Manifest @@ -0,0 +1,2 @@ +DIST hiera-eyaml-gpg-0.4.gem 8192 SHA256 9d0b3b64a50ed5e5fe07c83a42731cfb3bdf28607112b3893d7d9e88769c9cac SHA512 51670ed7f13c41643efe3ebfbdf0126e2d048bfe16f5cc1b4d9462f7b0070535417191ababe0bd669fe8f82afe0d0a56dff9dd5299c89b2c6fee3901482b230d WHIRLPOOL 11c0d8cc489325dbdb8f57fcbaad6ced49c1e22d2c55b6190d6b9ab5058128d7e46b29f9c095d4083e3470916fa519aff53c6fb30b61a5672c0a4f8fb6ec54b1 +DIST hiera-eyaml-gpg-0.5.gem 9216 SHA256 0e1d5d984f73b44de4c278dcc8870cb09ddcfae4d4e366d609aa09557002df0e SHA512 a7f2b36dd7678aafaa98197f4b639a9bebe81c99de2f687b1ea3464a7370e89f2d48ee9ccb886f0b8f7955f0f66c69ccacf985ffecf389685e7f07061d54eedd WHIRLPOOL 3ad1134d7548b3ae0efa3c9fea0138dcb48bc0cefcaf7cfc2db40e19d6c624f926fddd8f6de207613b235c1c29392946ca51fa79acc011d28c8e9ad886a4793b 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..7f3baf353cf6 --- /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 +# $Id$ + +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/hiera-eyaml-gpg-0.5.ebuild b/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.5.ebuild new file mode 100644 index 000000000000..c2ccc18da749 --- /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 +# $Id$ + +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' diff --git a/dev-ruby/hiera-eyaml-gpg/metadata.xml b/dev-ruby/hiera-eyaml-gpg/metadata.xml new file mode 100644 index 000000000000..d67b199a5a5d --- /dev/null +++ b/dev-ruby/hiera-eyaml-gpg/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sysadmin</herd> + <herd>ruby</herd> + <upstream> + <remote-id type="github">sihil/hiera-eyaml-gpg</remote-id> + </upstream> +</pkgmetadata> |