From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/reek/
Date: Thu, 24 Nov 2011 14:03:38 +0000 (UTC) [thread overview]
Message-ID: <ca087d484531bb481abc3dca34ea824f88fd4247.graaff@gentoo> (raw)
commit: ca087d484531bb481abc3dca34ea824f88fd4247
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Nov 21 06:49:27 2011 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 06:49:27 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=ca087d48
Fix dependencies to match gem.
(Portage version: 2.1.10.11/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
---
dev-ruby/reek/ChangeLog | 3 +++
dev-ruby/reek/Manifest | 10 +++++-----
dev-ruby/reek/reek-1.2.8.ebuild | 4 +++-
3 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/dev-ruby/reek/ChangeLog b/dev-ruby/reek/ChangeLog
index 706cb70..fc09a3b 100644
--- a/dev-ruby/reek/ChangeLog
+++ b/dev-ruby/reek/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 21 Nov 2011; Hans de Graaff <graaff@gentoo.org> reek-1.2.8.ebuild:
+ Fix dependencies to match gem.
+
05 Nov 2011; Hans de Graaff <graaff@gentoo.org> reek-1.2.8.ebuild:
Fix ruby_parser dependency to match gemspec and thus work with newer
versions.
diff --git a/dev-ruby/reek/Manifest b/dev-ruby/reek/Manifest
index c1d7553..76e582e 100644
--- a/dev-ruby/reek/Manifest
+++ b/dev-ruby/reek/Manifest
@@ -2,13 +2,13 @@
Hash: SHA256
DIST reek-1.2.8.gem 96256 RMD160 e14ae6c5a161aa05c84f3b236955d88d0941e825 SHA1 d0a064fe1a3e39eec14f4464b839c0d9c285ee6b SHA256 1b36a778d0a0f9803031eab1424ac053fb8de1a7834ddf5c4f6b04acdb325022
-EBUILD reek-1.2.8.ebuild 773 RMD160 89095dae18da13588e1039ab74946b276794e4a7 SHA1 bd749c6b8fdeb4d84e109938f3cde92ef5b81cbf SHA256 ce6659b585fa5da4d58ead60b5c136df3a9fb523b753a4f795e9973912aa0aa8
-MISC ChangeLog 1239 RMD160 2e4b349c16cc61edf5584fca8db004c781472c87 SHA1 afe5f978be62d9634818550d0bcdfb1952208a96 SHA256 18e764470b3822fc739bdbf3ce62f471795ece9f0e2875d2ab2b9db8b1644019
+EBUILD reek-1.2.8.ebuild 796 RMD160 5acb3228b7217ece140ce0748d92f33e6e2157cb SHA1 5cd64ea53cd9e7698e7a7209fadd1b7f94232767 SHA256 9563e1c3809a172b8905d8cd948642020957bb12914929b3b7b7897f2a66fc2f
+MISC ChangeLog 1342 RMD160 3711a3c8c34afbad2243cdd11f99fd255e416d16 SHA1 29c412f0e4aa9dd3ea03d7abe651a8dd563817ae SHA256 0b4a0665a607317497ec0f29c9566271a960ebe141c3cf49eaf4430be85100f9
MISC metadata.xml 215 RMD160 682b22c57f2f17c789b244e2bb32fe15ca3fa332 SHA1 ccf017e39c3f44ac4b557da94f91096555cb1be2 SHA256 c058515dd6264789274b580e999ce4fbbb5c53c36a452bf7b32fd227980abcf8
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iF4EAREIAAYFAk61MPYACgkQiIP6VqMIqNcVHQD/fQy7bqNJUYL6VatI7bX4db3Y
-Q1Y+mqGAn4HKzIOJ4xgA/ijZBVD+J44qnM6xl8CN29AHgonYlKhWBRewFcZV3J8g
-=gh5c
+iF4EAREIAAYFAk7J9HcACgkQiIP6VqMIqNfo9wD+MaKfO0BmnvuXMIGiQ/jzt6ek
+L1BsD+B6Qlopc2YOCUUA/1004ZJlIYJnIZXf52ji/VK5Se8O59K9Ddkcqf9OTreu
+=JhMV
-----END PGP SIGNATURE-----
diff --git a/dev-ruby/reek/reek-1.2.8.ebuild b/dev-ruby/reek/reek-1.2.8.ebuild
index 1317c77..b8c8470 100644
--- a/dev-ruby/reek/reek-1.2.8.ebuild
+++ b/dev-ruby/reek/reek-1.2.8.ebuild
@@ -22,4 +22,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-macos"
IUSE=""
-ruby_add_rdepend "=dev-ruby/ruby_parser-2* =dev-ruby/ruby2ruby-1.2* =dev-ruby/sexp-processor-3.0*"
+ruby_add_rdepend "=dev-ruby/ruby_parser-2*
+ =dev-ruby/ruby2ruby-1* >=dev-ruby/ruby2ruby-1.2
+ =dev-ruby/sexp-processor-3*"
next reply other threads:[~2011-11-24 14:03 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-24 14:03 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-02-14 20:09 [gentoo-commits] dev/graaff:master commit in: dev-ruby/reek/ Hans de Graaff
2016-02-14 20:09 Hans de Graaff
2014-12-23 15:01 Hans de Graaff
2014-12-17 13:03 Hans de Graaff
2014-12-17 13:03 Hans de Graaff
2014-08-19 6:45 Hans de Graaff
2014-08-17 9:01 ` Hans de Graaff
2014-08-17 9:01 Hans de Graaff
2014-08-19 6:45 ` Hans de Graaff
2013-06-24 10:22 Hans de Graaff
2012-08-16 9:07 Hans de Graaff
2011-11-05 17:34 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=ca087d484531bb481abc3dca34ea824f88fd4247.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