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/sshkit/
Date: Thu,  3 Dec 2015 05:51:13 +0000 (UTC)	[thread overview]
Message-ID: <1449121338.6ba2d07406d990ec1d68bc792ee8760e28529681.graaff@gentoo> (raw)

commit:     6ba2d07406d990ec1d68bc792ee8760e28529681
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 05:42:18 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 05:42:18 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba2d074

dev-ruby/sshkit: cleanup

Package-Manager: portage-2.2.20.1

 dev-ruby/sshkit/Manifest            |  2 --
 dev-ruby/sshkit/sshkit-1.5.1.ebuild | 35 -----------------------------------
 dev-ruby/sshkit/sshkit-1.6.1.ebuild | 35 -----------------------------------
 3 files changed, 72 deletions(-)

diff --git a/dev-ruby/sshkit/Manifest b/dev-ruby/sshkit/Manifest
index 71893b3..c0c6560 100644
--- a/dev-ruby/sshkit/Manifest
+++ b/dev-ruby/sshkit/Manifest
@@ -1,3 +1 @@
-DIST sshkit-1.5.1.gem 135168 SHA256 be1510b4936ee23174a4152a6b0e382a2b8244aa0d47d4e94908b641d639cd53 SHA512 d590568216366c7171e9364a260ec92e7d1ecfb00c28f0238aaa4ef40b51d21b9121ce710e627f0161b095d2a105f660e2ccaf523cc2b48557aea0f35c2ce1fe WHIRLPOOL cd004fcbfcd83bf1fb49352e1968746b40e4733fa2c2fac25a41f3179be667c71062c8d0f181ec877c708959bbe28a0a3423c89261ea91199a3318c4c21b53e1
-DIST sshkit-1.6.1.gem 135680 SHA256 8ca67e46bb4ea50fdb0553cda77552f3e41b17a5aa919877d93875dfa22c03a7 SHA512 3e1c7c0a4a5121034fccb91cf12321741dd0c8b4a1eca251a1b5daa98b23b304ca211366b488158a1b04785e5b81d392d6365ee85da8ef9cc567355692cb0054 WHIRLPOOL 9e170935062a7c3bb730bb3227f30b05f8c05d56b1b7bcaaf75267752b2d02a7689320757ba7e094309cef134249e0f514ef314625e934fcc0bf995420046081
 DIST sshkit-1.7.1.gem 136192 SHA256 69d38907dc35e21412fc143443c569c3b6a60247164507edd730557e583c0788 SHA512 55d1ac6d4f76112b9159ae2a6bc425fa54738943ffa28b94300012c8af2d69c7b060dd00adb3789940cd29f52a384edc1cfdf9a26189e0307f2662c1b7a7e1f4 WHIRLPOOL 5b9ec3772e8f79960d5cc5328ccdac943c820e55c053c689baefa5ed99bee5e5a4bae2e18e69272cc7a74897110f94502d13bb18f5de1545a3ca394518a44b55

diff --git a/dev-ruby/sshkit/sshkit-1.5.1.ebuild b/dev-ruby/sshkit/sshkit-1.5.1.ebuild
deleted file mode 100644
index de983be..0000000
--- a/dev-ruby/sshkit/sshkit-1.5.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-# There are functional tests that require vagrant boxes to be set up.
-RUBY_FAKEGEM_TASK_TEST="test:units"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="SSHKit makes it easy to write structured, testable SSH commands in Ruby"
-HOMEPAGE="https://github.com/capistrano/sshkit"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-	>=dev-ruby/net-ssh-2.8.0
-	>=dev-ruby/net-scp-1.1.2
-	dev-ruby/colorize
-"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/mocha )"
-
-all_ruby_prepare() {
-	sed -i -e '/bundler/I s:^:#:' Rakefile test/helper.rb || die
-	sed -i -e '/\(turn\|unindent\)/I s:^:#:' test/helper.rb || die
-}

diff --git a/dev-ruby/sshkit/sshkit-1.6.1.ebuild b/dev-ruby/sshkit/sshkit-1.6.1.ebuild
deleted file mode 100644
index f4554a4..0000000
--- a/dev-ruby/sshkit/sshkit-1.6.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-# There are functional tests that require vagrant boxes to be set up.
-RUBY_FAKEGEM_TASK_TEST="test:units"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="SSHKit makes it easy to write structured, testable SSH commands in Ruby"
-HOMEPAGE="https://github.com/capistrano/sshkit"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-	>=dev-ruby/net-ssh-2.8.0
-	>=dev-ruby/net-scp-1.1.2
-	>=dev-ruby/colorize-0.7.0
-"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/mocha )"
-
-all_ruby_prepare() {
-	sed -i -e '/bundler/I s:^:#:' Rakefile test/helper.rb || die
-	sed -i -e '/\(turn\|unindent\)/I s:^:#:' test/helper.rb || die
-}


             reply	other threads:[~2015-12-03  5:51 UTC|newest]

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