public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/certificate_authority/
Date: Tue,  6 Jul 2021 07:49:15 +0000 (UTC)	[thread overview]
Message-ID: <1625557748.c7a8c739baa104e22341781ed9c2ae51d7c0017a.graaff@gentoo> (raw)

commit:     c7a8c739baa104e22341781ed9c2ae51d7c0017a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  6 07:03:18 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> 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 <graaff <AT> 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
-}


             reply	other threads:[~2021-07-06  7:49 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-06  7:49 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-14  5:48 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/certificate_authority/ Hans de Graaff
2023-04-02  2:56 Sam James
2023-03-28 16:07 Sam James
2022-07-01  5:11 Hans de Graaff
2021-07-06  7:49 Hans de Graaff
2020-08-22  7:56 Hans de Graaff
2020-05-31  8:09 Hans de Graaff
2020-04-27 17:08 Sergei Trofimovich
2019-05-01 19:36 Hans de Graaff
2018-05-20  6:20 Hans de Graaff
2018-04-21  6:12 Hans de Graaff
2018-03-25 12:41 Sergei Trofimovich
2018-03-22 20:23 Jeroen Roovers
2018-02-07  5:52 Thomas Deutschmann
2018-01-19  9:02 Hans de Graaff
2017-07-19  6:55 Hans de Graaff
2017-07-19  6:55 Hans de Graaff
2017-05-23 19:55 Michael Weber
2017-02-05  9:18 Hans de Graaff
2016-09-15  4:37 Hans de Graaff
2016-06-13  4:37 Richard Farina
2016-02-18  6:34 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1625557748.c7a8c739baa104e22341781ed9c2ae51d7c0017a.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox