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: Thu, 2 Aug 2018 05:36:34 +0000 (UTC) [thread overview]
Message-ID: <1533187987.5e8226c7f1f59dae150bbf58802ecb0fe18b7d40.graaff@gentoo> (raw)
commit: 5e8226c7f1f59dae150bbf58802ecb0fe18b7d40
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 2 05:33:07 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Aug 2 05:33:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e8226c7
dev-ruby/commander: cleanup
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-ruby/commander/Manifest | 2 --
dev-ruby/commander/commander-4.4.3.ebuild | 25 -------------------------
dev-ruby/commander/commander-4.4.4.ebuild | 25 -------------------------
3 files changed, 52 deletions(-)
diff --git a/dev-ruby/commander/Manifest b/dev-ruby/commander/Manifest
index a5f083d317b..c63b891de51 100644
--- a/dev-ruby/commander/Manifest
+++ b/dev-ruby/commander/Manifest
@@ -1,4 +1,2 @@
-DIST commander-4.4.3.gem 36352 BLAKE2B 4849e3940762c2686258938590aad28292ff6d5c4cda0e14caf688b5d0177b1061318cc185071991e667f38efb132b9b4ea7bb9646731c18a30014b9f8d49b13 SHA512 9831ab6983359ebd112223f72991d09a79c04488d578973430920c399249b5071678b86190f9bc63f0303f479336a332b8e83e4f4ac9322e9630fa4d3863d4a5
-DIST commander-4.4.4.gem 36864 BLAKE2B 66a391c3d25ecc79308b9da8010c8d3a8b26902a72e7e96558a9c2690f6a8735093c9a218097b52610d8dc49316c0469e47e05539a3b01beb9310894ce313bde SHA512 d4b7912f03f9c78c6bd5b63221b334391b0788a579d2dd20b389c6a34024ad7b5057631426e48befc9d5c02f35921cb31b530b38cee93817f2383dac113f2b82
DIST commander-4.4.5.gem 36864 BLAKE2B c4bfcfdd01c09bafa98497aac028054e910e077b38a23f0aa46898d6153560d41d6ccf0e36f46c2702cbd480da892195b7d28840448fb7f8d64ecb6c6e3b1962 SHA512 d2ed3abe7c054054a8442a76bd006684d26908d9ce92a7314d7acffc21dbc16e46144927dc795a69eb195ae04b8d84fa7bc6601c7f682ee188fcbc93ed5a9be2
DIST commander-4.4.6.gem 36864 BLAKE2B 83e2390a482cc085b6af6cc78cbd28679e14ac09279495e1cf00c6aa55b04789501291e1547121b5223177631feead69aa789600ad660be52f22651490ef1278 SHA512 697fcbd7b1b8fe0d5f3c5f492b8d1dbd4fd4233ecef3f214797a8fbf9fd102f75f77fceb486d6386db51df0e6afa281518e522c161eba01d017c2c0532d9ac4d
diff --git a/dev-ruby/commander/commander-4.4.3.ebuild b/dev-ruby/commander/commander-4.4.3.ebuild
deleted file mode 100644
index 01035888ab9..00000000000
--- a/dev-ruby/commander/commander-4.4.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-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-1.7.2 =dev-ruby/highline-1.7*"
-
-all_ruby_prepare() {
- sed -i -e "/simplecov/,/end/ s:^:#:" spec/spec_helper.rb || die
-}
diff --git a/dev-ruby/commander/commander-4.4.4.ebuild b/dev-ruby/commander/commander-4.4.4.ebuild
deleted file mode 100644
index 403705bb3b2..00000000000
--- a/dev-ruby/commander/commander-4.4.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-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-1.7.2 =dev-ruby/highline-1.7*"
-
-all_ruby_prepare() {
- sed -i -e "/simplecov/,/end/ s:^:#:" spec/spec_helper.rb || die
-}
next reply other threads:[~2018-08-02 5:36 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-02 5:36 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-08-22 7:56 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-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=1533187987.5e8226c7f1f59dae150bbf58802ecb0fe18b7d40.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