From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/aws-sigv4/
Date: Mon, 15 Jun 2020 10:56:26 +0000 (UTC) [thread overview]
Message-ID: <1592218581.e7f5cea07e6111e7066f2f5c66550fd0a2fda94b.graaff@gentoo> (raw)
commit: e7f5cea07e6111e7066f2f5c66550fd0a2fda94b
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 05:12:44 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 10:56:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f5cea0
dev-ruby/aws-sigv4: cleanup
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/aws-sigv4/Manifest | 3 ---
dev-ruby/aws-sigv4/aws-sigv4-1.0.3.ebuild | 19 -------------------
dev-ruby/aws-sigv4/aws-sigv4-1.1.0.ebuild | 21 ---------------------
dev-ruby/aws-sigv4/aws-sigv4-1.1.1.ebuild | 21 ---------------------
4 files changed, 64 deletions(-)
diff --git a/dev-ruby/aws-sigv4/Manifest b/dev-ruby/aws-sigv4/Manifest
index 228ca1f4ab7..c147d53d816 100644
--- a/dev-ruby/aws-sigv4/Manifest
+++ b/dev-ruby/aws-sigv4/Manifest
@@ -1,4 +1 @@
-DIST aws-sigv4-1.0.3.gem 10752 BLAKE2B 6e9f8d106a8a61bc4982d8653e550f9c795ec9fcac6e4521d318bab9a9ee74036eed8ef7c7c4f192dbbc92ac7ed7011f1c764d0b87df1f72404ab4bd2f357347 SHA512 a3d8cfbfe54196ed43c4ed6f7dfb7234808c540aee6324ab6752b1c8356890a8e697d128f7c6a3257030e8d5df1bb5bb36fae67c575e2648da89232586a3f82b
-DIST aws-sigv4-1.1.0.gem 11776 BLAKE2B 37292443ded772746dae5a351ef440a1dc1e537de8335bb3be9caf813d58380c834143194f4d8373e24bf4d27734c38203ca1fbffb6909f0350dbb887a3c6033 SHA512 0c7e76f1d8581436aece86db9a50ff9ccec371885512b2e41908d2c4e3d2f44b220e674d112a92216857c859518cb1e9664d9e50c431616883f13f96fcb922f0
-DIST aws-sigv4-1.1.1.gem 11776 BLAKE2B 995da0addee890c3a98f027865ef39603bed6c436e4337866df2b51d1c789a6b09b6c771fec7ce7070ead606b12029bc340ccbdb0bb143fef0db5ead3d902482 SHA512 244a89ab8a1b002eb1cc64222f45dd980fdd7a51125b27035495ac37a7b38a22563fc76d4fcdaa7fb17af5f9adee06b34011085f9457cea1adc345d3fe69e407
DIST aws-sigv4-1.1.2.gem 11776 BLAKE2B 120446bb7ba1faf4236952b7dc53e0e88cad35476b2a56d188b73c1b3e4a4a93e835597eda5ebde02c0d65395045e9400e41b9d291f076cf73803286ea3151a3 SHA512 2d1f016e5a093a167d4bb6ae8774e5073c6c3c182a4ab64edfcc3cb93cdb827bdf2dd6731eddd096b8940db4cd751dd451bd4cf445c5b15ac5349e6d150281c8
diff --git a/dev-ruby/aws-sigv4/aws-sigv4-1.0.3.ebuild b/dev-ruby/aws-sigv4/aws-sigv4-1.0.3.ebuild
deleted file mode 100644
index 744b9efc530..00000000000
--- a/dev-ruby/aws-sigv4/aws-sigv4-1.0.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Amazon Web Services Signature Version 4 signing library"
-HOMEPAGE="https://aws.amazon.com/sdk-for-ruby/"
-
-LICENSE="Apache-2.0"
-SLOT="1"
-KEYWORDS="~amd64"
-IUSE=""
diff --git a/dev-ruby/aws-sigv4/aws-sigv4-1.1.0.ebuild b/dev-ruby/aws-sigv4/aws-sigv4-1.1.0.ebuild
deleted file mode 100644
index c00aa14815c..00000000000
--- a/dev-ruby/aws-sigv4/aws-sigv4-1.1.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Amazon Web Services Signature Version 4 signing library"
-HOMEPAGE="https://aws.amazon.com/sdk-for-ruby/"
-
-LICENSE="Apache-2.0"
-SLOT="1"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/aws-eventstream-1.0.2:1"
diff --git a/dev-ruby/aws-sigv4/aws-sigv4-1.1.1.ebuild b/dev-ruby/aws-sigv4/aws-sigv4-1.1.1.ebuild
deleted file mode 100644
index 11b53d55721..00000000000
--- a/dev-ruby/aws-sigv4/aws-sigv4-1.1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Amazon Web Services Signature Version 4 signing library"
-HOMEPAGE="https://aws.amazon.com/sdk-for-ruby/"
-
-LICENSE="Apache-2.0"
-SLOT="1"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/aws-eventstream-1.0.2:1"
next reply other threads:[~2020-06-15 10:56 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-15 10:56 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-11 7:30 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/aws-sigv4/ Hans de Graaff
2024-10-28 6:43 Hans de Graaff
2024-10-28 6:43 Hans de Graaff
2024-08-09 7:08 Hans de Graaff
2024-08-09 7:08 Hans de Graaff
2024-07-28 5:22 Hans de Graaff
2023-12-28 6:56 Hans de Graaff
2023-12-28 6:56 Hans de Graaff
2023-12-06 7:11 Hans de Graaff
2023-11-25 7:53 Hans de Graaff
2023-10-27 6:12 Hans de Graaff
2023-08-29 17:44 Hans de Graaff
2023-06-29 5:17 Hans de Graaff
2023-04-01 8:26 Hans de Graaff
2022-11-05 7:17 Hans de Graaff
2022-07-26 6:45 Hans de Graaff
2022-07-26 6:45 Hans de Graaff
2022-05-08 5:52 Hans de Graaff
2021-09-03 6:14 Hans de Graaff
2021-09-03 6:14 Hans de Graaff
2021-08-08 5:56 Hans de Graaff
2021-03-18 6:20 Hans de Graaff
2021-03-18 6:20 Hans de Graaff
2020-10-01 0:26 Sam James
2020-06-15 10:56 Hans de Graaff
2020-04-19 8:57 Hans de Graaff
2020-03-08 6:38 Hans de Graaff
2019-07-13 6:14 Hans de Graaff
2019-04-11 18:29 Hans de Graaff
2019-02-03 10:49 Hans de Graaff
2018-06-30 7:47 Hans de Graaff
2018-06-30 7:47 Hans de Graaff
2017-09-01 7:14 Hans de Graaff
2017-07-16 6:49 Hans de Graaff
2017-06-27 3:55 Hans de Graaff
2017-01-21 7:15 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=1592218581.e7f5cea07e6111e7066f2f5c66550fd0a2fda94b.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