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/commander/
Date: Sat, 22 Aug 2020 07:56:04 +0000 (UTC)	[thread overview]
Message-ID: <1598082952.52eed4f0c30e4b90d239fac56544c97340a20fa1.graaff@gentoo> (raw)

commit:     52eed4f0c30e4b90d239fac56544c97340a20fa1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 07:21:20 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 07:55:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52eed4f0

dev-ruby/commander: cleanup

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/commander/Manifest               |  3 ---
 dev-ruby/commander/commander-4.4.7.ebuild | 25 -------------------------
 dev-ruby/commander/commander-4.5.0.ebuild | 24 ------------------------
 dev-ruby/commander/commander-4.5.1.ebuild | 24 ------------------------
 4 files changed, 76 deletions(-)

diff --git a/dev-ruby/commander/Manifest b/dev-ruby/commander/Manifest
index 537d60ea169..0e03074d94e 100644
--- a/dev-ruby/commander/Manifest
+++ b/dev-ruby/commander/Manifest
@@ -1,4 +1 @@
-DIST commander-4.4.7.gem 37376 BLAKE2B 69965f1bf65cdbcf706a8a0106aba05313e9a49808d5c1ac6e938e364e46e940b6d61757046fab9ec00776b1207832f4232242814244f905267fb6ffe8ac3905 SHA512 1a5169448419cec0b04390a42e79c7299c66cf44a0d1d8cd938879970bfd4c72e5741a5f4b2899e60c707e0088b50853ec19eeda9ac66cc6f26a5790294a03fe
-DIST commander-4.5.0.gem 37376 BLAKE2B dd8613872911c45b927c1c658661ad333d7e0e18e12bb7b84c5968a9a0eb6279c2cfde32a499f7ed335e367eb7142881a6b8321afc1f465fb4d151282199ca6e SHA512 400cd151906b296fabce480465123121d01bb211558c111074b51acbbf98a6bd5dddeda6753a964674c9c91e542787929e6a4fe0eeea46f8b218bee0dcd3f78c
-DIST commander-4.5.1.gem 37888 BLAKE2B 2a34ed35d0dfc236e71f7674f67fddd1cc941823470438d8922ca04a3447ca2161fee67f442eeff8fe5c957799f7f90f2f9626286d2c4615b82c7f4698e4b95c SHA512 b969d6089be29eac9d10c06e302cfec87e8db37ea299ccb062f041647512d9463f7eb8263b5b734ba92770ce671388f9c4df71adeab5cd47c1b7240b42439590
 DIST commander-4.5.2.gem 37888 BLAKE2B e78e009a414e432d24a820dea6e85c9240e3a661eb15a17d71c152616dfd32fb02eea1e513a487ae90b8dc81e6ebc208d0bf432c37dc5a116c03c9df12ed057f SHA512 22ea0a5c88d4ec03658ca8e0fe12801a5a5918bc09031400e1cde2883bf061b85feb6d77448b256bc21f5ddee00e4afb2c08b99132cd7862f00c7cad13588564

diff --git a/dev-ruby/commander/commander-4.4.7.ebuild b/dev-ruby/commander/commander-4.4.7.ebuild
deleted file mode 100644
index 31f69d24995..00000000000
--- a/dev-ruby/commander/commander-4.4.7.ebuild
+++ /dev/null
@@ -1,25 +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_EXTRADOC="History.rdoc README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="The complete solution for Ruby command-line executables"
-HOMEPAGE="https://visionmedia.github.com/commander/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/highline:2"
-
-all_ruby_prepare() {
-	sed -i -e "/simplecov/,/end/ s:^:#:" spec/spec_helper.rb || die
-}

diff --git a/dev-ruby/commander/commander-4.5.0.ebuild b/dev-ruby/commander/commander-4.5.0.ebuild
deleted file mode 100644
index 70c03572a57..00000000000
--- a/dev-ruby/commander/commander-4.5.0.ebuild
+++ /dev/null
@@ -1,24 +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_EXTRADOC="History.rdoc README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="The complete solution for Ruby command-line executables"
-HOMEPAGE="https://visionmedia.github.com/commander/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/highline:2"
-
-all_ruby_prepare() {
-	sed -i -e "/simplecov/,/end/ s:^:#:" spec/spec_helper.rb || die
-}

diff --git a/dev-ruby/commander/commander-4.5.1.ebuild b/dev-ruby/commander/commander-4.5.1.ebuild
deleted file mode 100644
index 70c03572a57..00000000000
--- a/dev-ruby/commander/commander-4.5.1.ebuild
+++ /dev/null
@@ -1,24 +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_EXTRADOC="History.rdoc README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="The complete solution for Ruby command-line executables"
-HOMEPAGE="https://visionmedia.github.com/commander/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/highline:2"
-
-all_ruby_prepare() {
-	sed -i -e "/simplecov/,/end/ s:^:#:" spec/spec_helper.rb || die
-}


             reply	other threads:[~2020-08-22  7:56 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-22  7:56 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-01  8:02 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/commander/ Hans de Graaff
2024-07-12  9:06 Hans de Graaff
2024-06-02  9:59 Hans de Graaff
2023-04-10 22:17 Sam James
2023-03-27  8:35 Sam James
2022-06-26  5:43 Hans de Graaff
2022-05-07  6:34 Hans de Graaff
2021-04-10  6:17 Hans de Graaff
2020-03-14  7:48 Hans de Graaff
2020-03-09  6:32 Hans de Graaff
2020-01-22  7:54 Hans de Graaff
2019-11-16  9:36 Hans de Graaff
2018-10-23  5:12 Hans de Graaff
2018-10-23  5:12 Hans de Graaff
2018-08-02  5:36 Hans de Graaff
2018-08-02  5:36 Hans de Graaff
2018-05-23  4:47 Hans de Graaff
2018-01-19  6:12 Hans de Graaff
2017-07-06  4:56 Hans de Graaff
2017-07-06  4:56 Hans de Graaff
2017-01-13  6:49 Hans de Graaff
2016-12-21  6:33 Hans de Graaff
2016-12-17  6:01 Hans de Graaff
2016-12-03  6:15 Hans de Graaff
2016-12-03  6:15 Hans de Graaff
2016-02-20  7:32 Hans de Graaff
2016-02-10  6:29 Hans de Graaff
2016-02-10  6:29 Hans de Graaff
2016-01-30 15:07 Hans de Graaff
2016-01-30 15:07 Hans de Graaff
2015-08-10  5:08 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=1598082952.52eed4f0c30e4b90d239fac56544c97340a20fa1.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