From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C0C3139345 for ; Tue, 6 Jul 2021 07:49:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6D9BE09B1; Tue, 6 Jul 2021 07:49:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B0A2E09B0 for ; Tue, 6 Jul 2021 07:49:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E894342A4D for ; Tue, 6 Jul 2021 07:49:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D33F7CB for ; Tue, 6 Jul 2021 07:49:15 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1625557748.c7a8c739baa104e22341781ed9c2ae51d7c0017a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/certificate_authority/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/certificate_authority/Manifest dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild X-VCS-Directories: dev-ruby/certificate_authority/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c7a8c739baa104e22341781ed9c2ae51d7c0017a X-VCS-Branch: master Date: Tue, 6 Jul 2021 07:49:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f20838c5-8b89-4693-b41f-c579bc3d78c3 X-Archives-Hash: 41487813b185e933f14cd7731358b175 commit: c7a8c739baa104e22341781ed9c2ae51d7c0017a Author: Hans de Graaff gentoo org> AuthorDate: Tue Jul 6 07:03:18 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jul 6 07:49:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a8c739 dev-ruby/certificate_authority: cleanup Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/certificate_authority/Manifest | 1 - .../certificate_authority-0.1.6-r2.ebuild | 29 ---------------------- 2 files changed, 30 deletions(-) diff --git a/dev-ruby/certificate_authority/Manifest b/dev-ruby/certificate_authority/Manifest index 293c08b814e..9e6d2f2954d 100644 --- a/dev-ruby/certificate_authority/Manifest +++ b/dev-ruby/certificate_authority/Manifest @@ -1,2 +1 @@ -DIST certificate_authority-0.1.6.gem 22528 BLAKE2B 85b229c7506b787b85b734883967dd8e6fc4ceece57dec2b2b8c29fffbaec2d95931af5412d61ef9935e547b68b14213e5cc6971f94ad6294476cc653684742b SHA512 d1471171aa01956ca216bdb8515e9f6fafc9720827e7351b14c7c38907e87b66a3299d9ee0322fb51b8edd1cbc4f4a73a2aa4b54ff5ca4c8bc602ced5e035a59 DIST certificate_authority-1.0.0.tar.gz 57104 BLAKE2B e585b19b6740349e520e021d4981c3941bca9e6c9b11867c9484e98b4e74e4ebafb47c648564c3e8b89e3591414a90ee404bab83cafd5a3354354b36b3002436 SHA512 e5f05d3df86ae7e7e6ed8937667b14229cda884996c30d9a39f1ad7db781e58abb3f61c251c21174b4988adf0ecdecb1b0f22ed97ddae071ba12c78379524785 diff --git a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild deleted file mode 100644 index 43c16558769..00000000000 --- a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -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 ~sparc ~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 -}