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: Mon, 28 Nov 2016 06:41:29 +0000 (UTC) [thread overview]
Message-ID: <1480314146.8abc3c34f8a31a172791b1efae266f25d5a46427.graaff@gentoo> (raw)
commit: 8abc3c34f8a31a172791b1efae266f25d5a46427
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 06:22:26 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 06:22:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8abc3c34
dev-ruby/power_assert: cleanup
Package-Manager: portage-2.3.0
dev-ruby/power_assert/Manifest | 3 ---
dev-ruby/power_assert/power_assert-0.2.6.ebuild | 26 ------------------------
dev-ruby/power_assert/power_assert-0.2.7.ebuild | 24 ----------------------
dev-ruby/power_assert/power_assert-0.3.0.ebuild | 27 -------------------------
4 files changed, 80 deletions(-)
diff --git a/dev-ruby/power_assert/Manifest b/dev-ruby/power_assert/Manifest
index 50577a5..96a0d31 100644
--- a/dev-ruby/power_assert/Manifest
+++ b/dev-ruby/power_assert/Manifest
@@ -1,4 +1 @@
-DIST power_assert-0.2.6.gem 13312 SHA256 a34b21b9b62b343454ff3d08a0c2975f0b246afb7354b35646ce5928d319723d SHA512 75d5ee443d00da12e0f103bd9a53eb84837978dd2d6b84cb149bc4ba3a912268a8b0272fa617356f4eab88dcd2e7a65ac5e305935ab2c5750745e7d4ceda3ec2 WHIRLPOOL ef58fbfa631553d93f7fdc22a008cb47a45d969c51d1c62b0793330acc64460f11defec5909a4105761ba642044722d52ce8db9e1736ed57a7ef5d8cb1eb82c9
-DIST power_assert-0.2.7.gem 13312 SHA256 7149d741fcdc1e00387a328c3d15a449d564d91db18710dce3c42a46c3e1464d SHA512 8d673a10b8b9939c15ad84a7a66cc447a51dcb348c7dc316f45e0865952ad5ebd4d043f7a90c02cfe6f7b41cb66a3230e42ab5d57757657ae5f879e03ecf4310 WHIRLPOOL 424adbd2f6f97e6fa69134d2758e2f7c5ef2b0776e9ec6d6e20351fb3fa6305fca0ccdbdbbf237e940a5012463afed0a2b0b698ae096d693fe70962ef282be6c
-DIST power_assert-0.3.0.gem 14336 SHA256 d9c4840f21b4147dd52051eff190e8d08e7ddd0f580fb40977810b0839587ed2 SHA512 2f88eb6e6268d2bf11bbcaa26ece721a69f38b7b015ba9964f61aa74fe7b7d0e22a7f3047cd872b98edb4aa9683b4a1238015e36f5b772826ea871a7f285460f WHIRLPOOL 11bc644c69cdf29b63d7308ef39afe3f610840810dd762d7082f7dcfa07110f806fc68256f7313895f6593f73797f6017137ed39a945f848725f8cb16ff768fe
DIST power_assert-0.3.1.gem 14336 SHA256 f89ba9cc1fa9d684b8f9f1221e94a8472a89355b5a6cb40d99fc863cbb4bec3a SHA512 0523c9c2f45ae60e93b491bed8ae3ff3bd83cfdf8c23d784ce19f87a52d90b94095d3e5ca38fbc2e4917a8895309194e06ec519099b69096bef69a4d9466da64 WHIRLPOOL 7a378ee685ab2b5d47885285b6c2b5377dae60f63fe23ac1ac2f776e6acb7b80445ca033a8ba0c4df6bb56eebecb084d9cede10d90d6f63750aea6e9d5d80ed0
diff --git a/dev-ruby/power_assert/power_assert-0.2.6.ebuild b/dev-ruby/power_assert/power_assert-0.2.6.ebuild
deleted file mode 100644
index 4287329..00000000
--- a/dev-ruby/power_assert/power_assert-0.2.6.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="ruby20 ruby21 ruby22 ruby23"
-
-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 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-SLOT="0"
-IUSE=""
-
-RUBY_PATCHES=( ${P}-ruby23-tests.patch )
-
-all_ruby_prepare() {
- sed -i -e '/bundler/d' Rakefile || die
-}
diff --git a/dev-ruby/power_assert/power_assert-0.2.7.ebuild b/dev-ruby/power_assert/power_assert-0.2.7.ebuild
deleted file mode 100644
index b877258..00000000
--- a/dev-ruby/power_assert/power_assert-0.2.7.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-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 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-SLOT="0"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e '/bundler/d' Rakefile || die
-}
diff --git a/dev-ruby/power_assert/power_assert-0.3.0.ebuild b/dev-ruby/power_assert/power_assert-0.3.0.ebuild
deleted file mode 100644
index 59d5854..00000000
--- a/dev-ruby/power_assert/power_assert-0.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-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 ~amd64-linux ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit )"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/d' Rakefile || die
- sed -i -e '1igem "test-unit"' test/helper.rb || die
-}
next reply other threads:[~2016-11-28 6:41 UTC|newest]
Thread overview: 95+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-28 6:41 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-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-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=1480314146.8abc3c34f8a31a172791b1efae266f25d5a46427.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