From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SYhKJ-00053v-Jc for garchives@archives.gentoo.org; Sun, 27 May 2012 17:32:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7D5DE06BF; Sun, 27 May 2012 17:32:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9919CE06BF for ; Sun, 27 May 2012 17:32:10 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB4181B4025 for ; Sun, 27 May 2012 17:32:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9E2D0E5430 for ; Sun, 27 May 2012 17:32:08 +0000 (UTC) From: "Michel Boaventura" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michel Boaventura" Message-ID: <1338139916.3072e59715b6bfd336d1a745204d17a212657e38.michelboaventura@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: / X-VCS-Repository: proj/ruby-overlay X-VCS-Committer: michelboaventura X-VCS-Committer-Name: Michel Boaventura X-VCS-Revision: 3072e59715b6bfd336d1a745204d17a212657e38 X-VCS-Branch: master Date: Sun, 27 May 2012 17:32:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7a988093-157f-4b9f-a68b-1c596e12dc99 X-Archives-Hash: 4a3f580b931479fa48054c06f8287a05 commit: 3072e59715b6bfd336d1a745204d17a212657e38 Author: Michel Boaventura michelboaventura com> AuthorDate: Sun May 27 17:31:56 2012 +0000 Commit: Michel Boaventura gmail com> CommitDate: Sun May 27 17:31:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/ruby-overlay.= git;a=3Dcommit;h=3D3072e597 Fixing problem with isolate on roe-3.0.6 dev-ruby/hoe/Manifest | 3 ++- dev-ruby/hoe/hoe-3.0.6.ebuild | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --cc dev-ruby/hoe/Manifest index a99335f,95e62d3..04bcdc5 --- a/dev-ruby/hoe/Manifest +++ b/dev-ruby/hoe/Manifest @@@ -1,4 -1,3 +1,5 @@@ ++AUX hoe-3.0.6-remove-isolate.patch 440 RMD160 65e0fb0085780bc2d11b2a7bf= b99785ab17a9934 SHA1 29a246a4bf28451c92bb269c6da52eb0fca7c771 SHA256 32ae= aa9fb32149bb448faa6b7c93917fbfb14930b1879cea6d2fa3897b161efa DIST hoe-3.0.6.gem 126464 RMD160 f53e2d9a6e48a36f2871705880ac977d736a48= 7b SHA1 2491158b66dad9d9c345807b397c9aa82490776f SHA256 abbaeb93d68f33f5f= 47f77c2958df32b7c3e040580f917fce53f4e239d49dc10 --EBUILD hoe-3.0.6.ebuild 650 RMD160 a502bad44f9bfcad42acde0b870b28cbaaaf= ccb2 SHA1 78d7c7d818552770a7f903831a6076f3acf354f3 SHA256 7044a169091df88= 8123a7cc05201642e1d55a81e5c364da48a613df275a24979 ++EBUILD hoe-3.0.6.ebuild 835 RMD160 e72ea59725197881d9787babd4e8739c94c8= e1d7 SHA1 d48c627fcd40f36a05859c2a2ce8f645c6290fc3 SHA256 8179dec9233d67a= 107a77e9d0dd53e6f2ea5422bdb4a8ce02e1c9a0ac5448714 +MISC ChangeLog 290 RMD160 261a2d5bbd435c4a14a79ef18e1424c82400ee7d SHA1= a787adfd573fcb4b98ee800eaea296c4cee8e9e2 SHA256 6f618eb0417659ffc88939a0= 0d6194cce676791e2a94b2e43bbb6fc00547ea5a MISC metadata.xml 159 RMD160 e6b7ca92e6c0fc796353896e830687ec51efbaf5 S= HA1 96f46f7af5d8526b778e417be3c3d2f8ae5be274 SHA256 5fd95e97ccf4410cb3143= 1d51fb5d62baef04eaa59e4f0ad6d1b43c03111d8d0 diff --cc dev-ruby/hoe/hoe-3.0.6.ebuild index b7cf2c1,b7cf2c1..fea2ba8 --- a/dev-ruby/hoe/hoe-3.0.6.ebuild +++ b/dev-ruby/hoe/hoe-3.0.6.ebuild @@@ -3,7 -3,7 +3,7 @@@ # $Header: $ =20 EAPI=3D2 --USE_RUBY=3D"ruby18 ree18 ruby19" ++USE_RUBY=3D"ruby18 ree18 ruby19 jruby" =20 RUBY_FAKEGEM_TASK_DOC=3D"docs" =20 @@@ -19,9 -19,9 +19,11 @@@ HOMEPAGE=3D"http://seattlerb.rubyforge.or =20 LICENSE=3D"MIT" SLOT=3D"0" --KEYWORDS=3D"~amd64" ++KEYWORDS=3D"alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~a= md64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-= solaris" IUSE=3D"" =20 ++RUBY_PATCHES=3D( "${P}-remove-isolate.patch" ) ++ ruby_add_bdepend "doc? ( dev-ruby/rdoc )" =20 ruby_add_bdepend "test? ( dev-ruby/rdoc dev-ruby/minitest )"