graaff 15/05/10 06:40:51
Added: certificate_authority-0.1.6.ebuild ChangeLog
metadata.xml
Log:
Initial import. New test dependency for dev-ruby/http.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
0x8883FA56A308A8D7!)
Revision Changes Path
1.1
dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild?rev=1.1&content-type=text/plain
Index: certificate_authority-0.1.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild,v
1.1 2015/05/10 06:40:51 graaff Exp $
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"
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
}
1.1 dev-ruby/certificate_authority/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/certificate_authority/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/certificate_authority/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-ruby/certificate_authority
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/certificate_authority/ChangeLog,v
1.1 2015/05/10 06:40:51 graaff Exp $
*certificate_authority-0.1.6 (10 May 2015)
10 May 2015; Hans de Graaff <[email protected]>
+certificate_authority-0.1.6.ebuild, +metadata.xml:
Initial import. New test dependency for dev-ruby/http.
1.1 dev-ruby/certificate_authority/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/certificate_authority/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/certificate_authority/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ruby</herd>
</pkgmetadata>