From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/
Date: Tue, 17 Jan 2017 06:24:55 +0000 (UTC) [thread overview]
Message-ID: <1484634283.263e8b04f83f7a6114fdb4de06b4a1bef48c9351.graaff@gentoo> (raw)
commit: 263e8b04f83f7a6114fdb4de06b4a1bef48c9351
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 06:24:43 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 06:24:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263e8b04
dev-ruby/flog: add 4.4.1
Drop x86 keyword due to new dependency on
dev-ruby/path_expander, bug 605950.
Package-Manager: portage-2.3.0
dev-ruby/flog/Manifest | 1 +
dev-ruby/flog/flog-4.4.1.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index 864e9a7..c9a4380 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1,2 +1,3 @@
DIST flog-4.3.2.gem 25600 SHA256 f5f615b60d4fd25c2f62948064b1edac44efa524692a5c23ebb5c067646359ab SHA512 c0e8affd26460a03f773a63efcc63f680acc3b1bd34f4a9bf51eebd8766d2112c962390dd327bb52be5cf00328d132487ae00bde1ea1a747a1b708cd4f4ee9cd WHIRLPOOL 24f1cbb6fe4dd5aa161ad0aa6d01161dfa764ef0bed69cf245827ca981cd55ce751d323866a57a6b6a31f696722fb9886cb15eef4866e52c2f990019dc78bdfc
DIST flog-4.4.0.gem 25600 SHA256 ddb9828aebbf331824c1a35842209c1c6ab1f0e87e191a35a875f405b10b5792 SHA512 d34e6b863e545faa4edd9cbb5a5896f37ef59433c455b49c4553cfe2a46deeda242cd82bfb1a1f5e7035ba940dd701c597e8caee946e47ca4a7eb52bd5cd71d0 WHIRLPOOL 7842e861f84eb946847fa4678a202130457c8ac05dbfb5d1908cdb261f521e1b4c1e1f4e034298f7c2b55f93cded918ed110a6fbe51f3b9416935e74ead06733
+DIST flog-4.4.1.gem 26112 SHA256 c0c2f95f107a7f13a392f4c8df7b3f465cc53a97d74e2a945abc8eea3873d0ce SHA512 98716ba6b416bca367c52b44eb46942510a71bb1ee8bfbb77f1c30aee25be69e16a9ef8289b916a48656af15864ed5c64165b1a8f8ab1ee3aa6f5aef9036af5c WHIRLPOOL 7a2a5a5a7ade42190876546e5cbbfa75e1db3824a08210d65f2cc990d04ecc0dbb10354ebb82fca5a723d0ed8c63425ed574691c0bb63e08049539b7d3e2fc6f
diff --git a/dev-ruby/flog/flog-4.4.1.ebuild b/dev-ruby/flog/flog-4.4.1.ebuild
new file mode 100644
index 00000000..ceaab4b
--- /dev/null
+++ b/dev-ruby/flog/flog-4.4.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Flog reports the most tortured code in an easy to read pain report"
+HOMEPAGE="http://ruby.sadi.st/"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+ruby_add_rdepend "
+ dev-ruby/path_expander:1
+ >dev-ruby/ruby_parser-3.1.0:3
+ >=dev-ruby/sexp_processor-4.4:4"
+
+each_ruby_test() {
+ ${RUBY} -Ilib test/test_flog.rb || die
+}
next reply other threads:[~2017-01-17 6:24 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-17 6:24 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-29 7:18 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/ Hans de Graaff
2023-12-29 7:18 Hans de Graaff
2023-09-29 5:53 Hans de Graaff
2023-07-19 5:26 Hans de Graaff
2023-03-27 9:15 Sam James
2022-12-13 7:13 Hans de Graaff
2022-12-07 6:45 Hans de Graaff
2022-07-05 5:15 Hans de Graaff
2022-04-10 4:56 Hans de Graaff
2021-07-07 17:38 Hans de Graaff
2020-08-21 8:36 Hans de Graaff
2020-06-04 9:06 David Seifert
2019-12-15 7:00 Hans de Graaff
2019-09-15 5:50 Hans de Graaff
2019-02-02 9:00 Hans de Graaff
2018-09-17 6:14 Hans de Graaff
2018-09-17 6:14 Hans de Graaff
2018-02-15 5:59 Hans de Graaff
2018-01-09 6:17 Hans de Graaff
2018-01-08 23:57 Thomas Deutschmann
2017-07-11 5:04 Hans de Graaff
2017-07-11 5:04 Hans de Graaff
2017-02-16 6:44 Hans de Graaff
2017-01-26 6:07 Hans de Graaff
2016-05-17 5:01 Hans de Graaff
2016-03-17 0:29 Manuel Rüger
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=1484634283.263e8b04f83f7a6114fdb4de06b4a1bef48c9351.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