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, 30 Jan 2016 15:07:51 +0000 (UTC)	[thread overview]
Message-ID: <1454166463.3d85a0b7d9cdab58980b56516b5da7ffa3d92cd2.graaff@gentoo> (raw)

commit:     3d85a0b7d9cdab58980b56516b5da7ffa3d92cd2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 13:01:24 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 15:07:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d85a0b7

dev-ruby/commander: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/commander/Manifest               |  2 --
 dev-ruby/commander/commander-4.3.3.ebuild | 26 --------------------------
 dev-ruby/commander/commander-4.3.4.ebuild | 26 --------------------------
 3 files changed, 54 deletions(-)

diff --git a/dev-ruby/commander/Manifest b/dev-ruby/commander/Manifest
index 94e4ecd..6a01fb1 100644
--- a/dev-ruby/commander/Manifest
+++ b/dev-ruby/commander/Manifest
@@ -1,3 +1 @@
-DIST commander-4.3.3.gem 34816 SHA256 cb55ee465ecb5319e8b390486b4143d76bf8fb3536a03a8984a42920899bf072 SHA512 e03792f7174c8974d21c98af87ed8240f71d378486a8ff2e0ab3336124a5a18a77a576b4c875133e88a2569c3a1feacb78795541fa9a0a67ab9683191b3f4f3b WHIRLPOOL f717de26bedade7d1c1bcdd7f091417e5f5677fa7fb5316481f0a2a98aebae390542304bff8aecd21c15be8a10ef0dc865d743a4806144c7859af09a20233b96
-DIST commander-4.3.4.gem 34816 SHA256 ef77fec9ab31a67790f3d6b0ae311d76a51e20bb03c916117bf5aa69997805a7 SHA512 4528ce9d27ad55983d521f01831a50ae4f152066a84d330d24b615cd45a1dfd344af65c0da0cc12eebc890356d3bceba6365fefe0b2fca58d89c4b7880564efa WHIRLPOOL 4f9670b5e5e7a34aa4eb94939f053ff3b37d7a35829595c30e8cd66d6cca329f90fc3b36e1dc1feb576c0107534b3ab86817a02e353fc4ed6959d57ba771333f
 DIST commander-4.3.5.gem 35328 SHA256 23234d4a975c9b5356c9795a46ca2b7786999720321ba3c4a3ec417fea15965f SHA512 a6bdf476c60636883bde58f5915cc08cd858093ad19143617d7cd72a523adb6bf2c72539ce2de469520624bc1d387c5ba44de4577d174f00b03eaf684ffa3966 WHIRLPOOL d4e28dea3108a20195a097a94af3894b6f8c50b16d32bc5ca7f92c8446a13fb9de253c7270c463e93523e43e9a0fa9578a9a54b6ffdb7564a3a16c95d7688892

diff --git a/dev-ruby/commander/commander-4.3.3.ebuild b/dev-ruby/commander/commander-4.3.3.ebuild
deleted file mode 100644
index bca9f69..0000000
--- a/dev-ruby/commander/commander-4.3.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-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.1"
-
-all_ruby_prepare() {
-	sed -i -e "/simplecov/,/end/ s:^:#:" spec/spec_helper.rb || die
-}

diff --git a/dev-ruby/commander/commander-4.3.4.ebuild b/dev-ruby/commander/commander-4.3.4.ebuild
deleted file mode 100644
index bca9f69..0000000
--- a/dev-ruby/commander/commander-4.3.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-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.1"
-
-all_ruby_prepare() {
-	sed -i -e "/simplecov/,/end/ s:^:#:" spec/spec_helper.rb || die
-}


             reply	other threads:[~2016-01-30 15:07 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-30 15:07 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-12  5:02 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/commander/ Hans de Graaff
2024-11-01  8:02 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-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
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=1454166463.3d85a0b7d9cdab58980b56516b5da7ffa3d92cd2.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