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/acme-client/
Date: Sun, 17 Dec 2023 10:18:04 +0000 (UTC)	[thread overview]
Message-ID: <1702808280.10e4669ff0364584b7d5b892154d920c43ce80bb.graaff@gentoo> (raw)

commit:     10e4669ff0364584b7d5b892154d920c43ce80bb
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 10:17:35 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 10:18:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e4669f

dev-ruby/acme-client: drop 2.0.9

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/acme-client/Manifest                 |  1 -
 dev-ruby/acme-client/acme-client-2.0.9.ebuild | 38 ---------------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-ruby/acme-client/Manifest b/dev-ruby/acme-client/Manifest
index 395e41c43a90..e813863aeb65 100644
--- a/dev-ruby/acme-client/Manifest
+++ b/dev-ruby/acme-client/Manifest
@@ -1,3 +1,2 @@
 DIST acme-client-2.0.14.tar.gz 194698 BLAKE2B 057e968fa7b5bfcc6d3d31b9bf52eb6e9211d754be08e5eac61603a13077cd1a771f3580e42cfc19c0490931252bfdf3989958f580de025c88759f2824035370 SHA512 793b0f77b69cf00ac664a71ce12a02bf6a37683c75d6f0b4773f46ca20544b60a4892b40c6309d08bc9bbc412bcc4fc8a62730b106a6df8e36e76df3e74bdd9f
 DIST acme-client-2.0.15.tar.gz 194751 BLAKE2B 75f6507b8571de8344a777182d98346b1d516a38058d4f1d164e73b647d1953e453c59afd8550c41c711b0dd2699790737c86bd2f7919929e445179cc7098895 SHA512 0d09a09c3fb0a665e9e3263aaa4a924653195d3a64baef381069a58ee16064a4dbef40456076198a866c50765b1f68a0c3b381bcb4f35e185aef9e1ce709ff9d
-DIST acme-client-2.0.9.tar.gz 183081 BLAKE2B 8160b3fe7989645c395fde55624d71bdc933d114901138cb13f9c2114973f2bf65d48bba547f6c0740d0710f9a38a57cc519dbb27898a1507e875c71e5d7bcfb SHA512 a75b093046ec0360cfb78b55c0ad8350ecd1b6f612ab5ddb3956aa4cfef468bddff2dc992cddfc50860e7ea541e76ddc176ab4c7eaf5c3555beab521a6806ac8

diff --git a/dev-ruby/acme-client/acme-client-2.0.9.ebuild b/dev-ruby/acme-client/acme-client-2.0.9.ebuild
deleted file mode 100644
index eb40f9622a41..000000000000
--- a/dev-ruby/acme-client/acme-client-2.0.9.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="acme-client.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Ruby client for the letsencrypt's ACME protocol"
-HOMEPAGE="https://github.com/unixcharles/acme-client"
-SRC_URI="https://github.com/unixcharles/acme-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/faraday:1"
-
-ruby_add_bdepend "test? (
-	>=dev-ruby/vcr-2.9.3
-	>=dev-ruby/webmock-3.8:3
-)"
-
-all_ruby_prepare() {
-	# Avoid dependency on git
-	sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-	sed -i -e '3igem "faraday", "<2"' spec/spec_helper.rb || die
-}


             reply	other threads:[~2023-12-17 10:18 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-17 10:18 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-17  6:18 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/acme-client/ Hans de Graaff
2024-10-02  5:55 Hans de Graaff
2024-07-20  7:18 Hans de Graaff
2024-06-17  5:25 Hans de Graaff
2024-02-17  9:53 Hans de Graaff
2024-01-21  7:45 Hans de Graaff
2024-01-19 17:57 Hans de Graaff
2023-10-07  5:45 Hans de Graaff
2023-06-26  4:27 Hans de Graaff
2023-01-10  6:40 Hans de Graaff
2022-12-17  8:37 Hans de Graaff
2022-12-17  8:37 Hans de Graaff
2021-09-01  4:29 Hans de Graaff
2021-07-07 19:15 Hans de Graaff
2021-04-30  6:06 Hans de Graaff
2020-09-19  5:35 Hans de Graaff
2020-09-16  6:15 Hans de Graaff
2020-03-06  7:10 Hans de Graaff
2019-11-17  7:36 Hans de Graaff
2019-10-30  5:30 Hans de Graaff
2019-08-30  5:57 Hans de Graaff
2019-06-01 18:10 Hans de Graaff
2019-04-22  7:19 Robin H. Johnson

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=1702808280.10e4669ff0364584b7d5b892154d920c43ce80bb.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