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/certificate_authority | |
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/certificate_authority')
-rw-r--r-- | dev-ruby/certificate_authority/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild | 30 | ||||
-rw-r--r-- | dev-ruby/certificate_authority/metadata.xml | 8 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-ruby/certificate_authority/Manifest b/dev-ruby/certificate_authority/Manifest new file mode 100644 index 000000000000..7c522ef2bdf9 --- /dev/null +++ b/dev-ruby/certificate_authority/Manifest @@ -0,0 +1 @@ +DIST certificate_authority-0.1.6.gem 22528 SHA256 4b1f7d2df1685650ceeb23aa01b20d89221d3435388c7db8b205fb199bb4d5f8 SHA512 d1471171aa01956ca216bdb8515e9f6fafc9720827e7351b14c7c38907e87b66a3299d9ee0322fb51b8edd1cbc4f4a73a2aa4b54ff5ca4c8bc602ced5e035a59 WHIRLPOOL 291a2ff004b335c9776c8b2d497592c1b0b2598eb2b56df7428d6679540341e1ac821246db14bd8227632b929e7a507ca73ebe4f943c50b06b8b3b7171634ad1 diff --git a/dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild b/dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild new file mode 100644 index 000000000000..a89103223d53 --- /dev/null +++ b/dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild @@ -0,0 +1,30 @@ +# 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_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Managing the core functions outlined in RFC-3280 for PKI" +HOMEPAGE="https://github.com/cchandler/certificate_authority" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/activemodel-3.0.6:*" + +all_ruby_prepare() { + # Avoid dependency on dev-libs/engine_pkcs11 that will be hard to + # make work on different arches due to hardwired load paths in + # specs. + rm -f spec/units/pkcs11_key_material_spec.rb || die +} diff --git a/dev-ruby/certificate_authority/metadata.xml b/dev-ruby/certificate_authority/metadata.xml new file mode 100644 index 000000000000..244799e69407 --- /dev/null +++ b/dev-ruby/certificate_authority/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ruby</herd> + <upstream> + <remote-id type="github">cchandler/certificate_authority</remote-id> + </upstream> +</pkgmetadata> |