summaryrefslogtreecommitdiff
path: root/dev-ruby/certificate_authority
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
commit5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (patch)
treeb041acef19bb9ae66c228d5c9d34d1e00aeb2b95 /dev-ruby/certificate_authority
parent5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (diff)
gentoo resync : 22.04.2018
Diffstat (limited to 'dev-ruby/certificate_authority')
-rw-r--r--dev-ruby/certificate_authority/Manifest1
-rw-r--r--dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-ruby/certificate_authority/Manifest b/dev-ruby/certificate_authority/Manifest
index 029194cd4bbd..140353b3d4b7 100644
--- a/dev-ruby/certificate_authority/Manifest
+++ b/dev-ruby/certificate_authority/Manifest
@@ -1,4 +1,3 @@
DIST certificate_authority-0.1.6.gem 22528 BLAKE2B 85b229c7506b787b85b734883967dd8e6fc4ceece57dec2b2b8c29fffbaec2d95931af5412d61ef9935e547b68b14213e5cc6971f94ad6294476cc653684742b SHA512 d1471171aa01956ca216bdb8515e9f6fafc9720827e7351b14c7c38907e87b66a3299d9ee0322fb51b8edd1cbc4f4a73a2aa4b54ff5ca4c8bc602ced5e035a59
-EBUILD certificate_authority-0.1.6-r1.ebuild 759 BLAKE2B 52e03407607493d4ac465d62812103327876c5687a6a5ad8a0c3065a377226736c6adbdf24d188dc68653267d6f1b3c0c828a3aa6c39939c066d1d867b09826d SHA512 28692a715090e2bf8b3db4f568c9983b91be366551e38144ff490f32630e7481b43f9b9650f2b922072b42b7d0cc18c34a357be6f438d7c0ce4765c693deb446
EBUILD certificate_authority-0.1.6-r2.ebuild 765 BLAKE2B 01cc05f86f53c4995de22bbf7bbb899eeab2e8a825b8530809de39d1d237f811f5c8ca1506b4e6b6b0224301165f17c2ff8422a9602653ae37d0d0059698a69c SHA512 a9a4d3168cc8519afca4401ff435c87874ab47c5b503b999e28d28bd674472d509c00b6b47bf7cede153098bdb80915e53a81b60490a613863d7dfd1fa0ed8aa
MISC metadata.xml 357 BLAKE2B 5e69b9b9001e7dcc322333c2cc3f451afded531e07b9942eac2dc59a6c61ceba864f2799487345cee4b5b0540b5952c7c312dfaa9e20f9b1373c4bbeac57c33c SHA512 e0e2a1493426c800a142ccf475ab1d0ab60511b30c28fd6bc927d9672281f6377eaa607596acb6b9b1fd2b949231b4a1b01ce8137725f5f4632ffaf7b62eb932
diff --git a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild
deleted file mode 100644
index d767260bfe79..000000000000
--- a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-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 ~arm ~arm64 ~hppa ~ppc ~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
-}