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/power_assert/
Date: Wed, 11 Nov 2015 06:27:45 +0000 (UTC)	[thread overview]
Message-ID: <1447222439.d1c3cbbff75a24b438e3ae5a9115d1916b60c2cd.graaff@gentoo> (raw)

commit:     d1c3cbbff75a24b438e3ae5a9115d1916b60c2cd
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 06:13:59 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 06:13:59 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c3cbbf

dev-ruby/power_assert: cleanup

Package-Manager: portage-2.2.20.1

 dev-ruby/power_assert/Manifest                  |  2 --
 dev-ruby/power_assert/power_assert-0.2.2.ebuild | 24 ------------------------
 dev-ruby/power_assert/power_assert-0.2.3.ebuild | 24 ------------------------
 3 files changed, 50 deletions(-)

diff --git a/dev-ruby/power_assert/Manifest b/dev-ruby/power_assert/Manifest
index 512802f..1cb2b8e 100644
--- a/dev-ruby/power_assert/Manifest
+++ b/dev-ruby/power_assert/Manifest
@@ -1,4 +1,2 @@
-DIST power_assert-0.2.2.gem 12800 SHA256 ea8146b060a4da226f5d4519cb122a6572741f5354b7cc40f74147bcbe033558 SHA512 f1bd1677734375eb03b4b9166ff84e29bd96b25e66751c4a2a305e1d9c4a63de76b7bf152a2af54871b6901230b2d2926a935aece3165a736eee1b7813e92400 WHIRLPOOL bf58578391c9b926cb38eb80d17497311f1bdb818af5f1ebb83e2ae390d594e644a38c2be14b2c49c01213dc530d239f42e40fda6b4484f4a376ef3e54ff3440
-DIST power_assert-0.2.3.gem 12800 SHA256 46dd1fa63023372da145d5fe3b58abb42c7e5f3fa4e265b7d2f5438d4e918127 SHA512 5b7604534a9fbdcd8b222d04788b375dcebed170c5c5deff2d671e54dd745474b2162c7c04e670ff8a0abda0acc6863994131f612388c2da4988f8620bb6c26f WHIRLPOOL f7bbe2fb70bc06f48a65cc78601f1fd656d6cf828888ce4e633c2cde1aca15c2ae747b07f873c44f935f51712ae6717c8925081c07163668f130afcd78c436f1
 DIST power_assert-0.2.4.gem 13312 SHA256 13f192076823f69ba1cc92978cad38f78cb9c3874eecac55c8748d539f5187d4 SHA512 542b897abd90619b74a6da38bfebec89e4e98390d78eb2c2bc98a121b0f5378b8263092bb5283f237474b089ebc3adc8461f246af16fa74e78b5757ea2215e5b WHIRLPOOL 51106eab67b2716e83844c97601ae4367d074040475d8c72770e7d9049b8288203bf592a84e280fb1af99ca8de662729cc6c1dcee28d3d0cd5d8bf4a53e91004
 DIST power_assert-0.2.5.gem 12800 SHA256 432efb2e1231202717d8b38930c87d64fad217f1693c6ecc5210d7815e836189 SHA512 6246a6b1c32d2e5b06e4da329e3d21bef012ec7107ea21e4029fd91146a7ba1311e5888112e45960b984d98103bae52fc43d13e62d2bc00cdbc31ccfb873e973 WHIRLPOOL d0f8b64719f55b47383877b46ff076a6963a69050d66d2c10498afa819567c740a27fc90dd7004b3421c0d0c0f9587b02a7b18b758543c3b1d47eb144bc12bdb

diff --git a/dev-ruby/power_assert/power_assert-0.2.2.ebuild b/dev-ruby/power_assert/power_assert-0.2.2.ebuild
deleted file mode 100644
index 0c1704c..0000000
--- a/dev-ruby/power_assert/power_assert-0.2.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Shows each value of variables and method calls in the expression"
-HOMEPAGE="https://github.com/k-tsj/power_assert"
-LICENSE="|| ( Ruby BSD-2 )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-
-SLOT="0"
-IUSE=""
-
-all_ruby_prepare() {
-	sed -i -e '/bundler/d' Rakefile || die
-}

diff --git a/dev-ruby/power_assert/power_assert-0.2.3.ebuild b/dev-ruby/power_assert/power_assert-0.2.3.ebuild
deleted file mode 100644
index 0c1704c..0000000
--- a/dev-ruby/power_assert/power_assert-0.2.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Shows each value of variables and method calls in the expression"
-HOMEPAGE="https://github.com/k-tsj/power_assert"
-LICENSE="|| ( Ruby BSD-2 )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-
-SLOT="0"
-IUSE=""
-
-all_ruby_prepare() {
-	sed -i -e '/bundler/d' Rakefile || die
-}


             reply	other threads:[~2015-11-11  6:27 UTC|newest]

Thread overview: 95+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-11  6:27 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-23  6:24 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/power_assert/ Hans de Graaff
2024-12-23  6:24 Hans de Graaff
2024-11-14  3:49 Sam James
2024-10-04  6:12 Hans de Graaff
2024-07-17  4:38 Viorel Munteanu
2023-07-11  7:47 Hans de Graaff
2023-04-07  6:38 Sam James
2023-04-07  4:12 Sam James
2023-04-07  4:10 Sam James
2023-04-02  1:51 Sam James
2023-04-01 23:53 Sam James
2023-04-01 23:53 Sam James
2023-04-01 23:53 Sam James
2023-03-11  7:37 Hans de Graaff
2023-02-03  6:26 Sam James
2023-01-15 15:22 Sam James
2023-01-15 15:14 Sam James
2023-01-15 15:14 Sam James
2023-01-15 12:53 Sam James
2023-01-15 12:53 Sam James
2023-01-15 12:44 Sam James
2022-12-23  7:48 Hans de Graaff
2022-10-17  5:25 Hans de Graaff
2022-03-12  7:21 Hans de Graaff
2021-08-30  5:55 Hans de Graaff
2021-07-30  9:59 Hans de Graaff
2021-07-21 10:27 Marek Szuba
2021-07-15 13:44 Sergei Trofimovich
2021-07-13  6:34 Agostino Sarubbo
2021-07-13  6:31 Agostino Sarubbo
2021-07-13  6:29 Agostino Sarubbo
2021-07-11  9:00 Agostino Sarubbo
2021-07-11  8:58 Agostino Sarubbo
2021-07-10  6:49 Hans de Graaff
2021-02-27  6:23 Hans de Graaff
2020-12-28  7:46 Hans de Graaff
2020-04-18  5:33 Hans de Graaff
2020-04-18  5:32 Hans de Graaff
2020-03-22 10:01 Hans de Graaff
2020-02-24  6:27 Hans de Graaff
2019-12-26 11:06 Hans de Graaff
2019-12-03 10:24 Hans de Graaff
2019-11-27 13:03 Mikle Kolyada
2019-11-26 19:35 Sergei Trofimovich
2019-11-23 16:53 Agostino Sarubbo
2019-11-23 15:46 Agostino Sarubbo
2019-11-23 15:40 Agostino Sarubbo
2019-11-23 15:33 Agostino Sarubbo
2019-11-23 12:46 Agostino Sarubbo
2019-11-23  0:13 Aaron Bauman
2019-11-22 16:23 Matt Turner
2019-11-02  8:51 Hans de Graaff
2019-08-12  4:55 Hans de Graaff
2019-08-11  6:56 Hans de Graaff
2019-06-24 15:14 Michael Haubenwallner
2019-04-27 19:48 Aaron Bauman
2019-03-24  8:35 Hans de Graaff
2018-12-30 21:19 Mikle Kolyada
2018-12-26  8:20 Hans de Graaff
2018-07-29  9:10 Hans de Graaff
2018-07-29  8:42 Sergei Trofimovich
2018-07-11  5:05 Markus Meier
2018-06-25 20:43 Tobias Klausmann
2018-06-25  5:07 Hans de Graaff
2018-06-11  4:24 Hans de Graaff
2018-06-07 22:06 Sergei Trofimovich
2018-06-07  4:43 Hans de Graaff
2018-06-06 23:49 Thomas Deutschmann
2018-06-06 18:26 Sergei Trofimovich
2018-04-27 10:58 Hans de Graaff
2017-12-25 17:02 Hans de Graaff
2017-12-06 22:44 Sergei Trofimovich
2017-10-26  4:03 Hans de Graaff
2017-08-20  7:09 Hans de Graaff
2017-07-11  4:58 Markus Meier
2017-06-05 21:53 Sergei Trofimovich
2017-05-16  5:26 Hans de Graaff
2017-04-30  8:10 Jeroen Roovers
2017-04-25  7:08 Tobias Klausmann
2017-03-08 23:39 Michael Weber
2017-02-01  7:02 Hans de Graaff
2017-02-01  7:02 Hans de Graaff
2017-01-31  7:05 Hans de Graaff
2016-12-26 19:17 Hans de Graaff
2016-11-28  6:41 Hans de Graaff
2016-11-28  6:41 Hans de Graaff
2016-09-08  4:50 Hans de Graaff
2016-09-05  5:41 Hans de Graaff
2016-09-04  6:03 Hans de Graaff
2016-05-18  8:41 Fabian Groffen
2016-01-09  7:40 Hans de Graaff
2016-01-09  7:40 Hans de Graaff
2015-11-11  6:27 Hans de Graaff
2015-11-01  6:26 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=1447222439.d1c3cbbff75a24b438e3ae5a9115d1916b60c2cd.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