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 1SYhlX-0007bF-NX for garchives@archives.gentoo.org; Sun, 27 May 2012 18:00:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37488E07C3; Sun, 27 May 2012 18:00:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E8A9BE0525 for ; Sun, 27 May 2012 18:00:23 +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 1EE461B4015 for ; Sun, 27 May 2012 18:00:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CC601E5428 for ; Sun, 27 May 2012 18:00:21 +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: <1338141586.1138f5e9aef3d4099fd70e6c7bc4efa4e28eac68.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: 1138f5e9aef3d4099fd70e6c7bc4efa4e28eac68 X-VCS-Branch: master Date: Sun, 27 May 2012 18:00:21 +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: e1703038-8c95-4782-9643-3c334d515cfb X-Archives-Hash: 73241a8b31d16c01e058427993e7b8f0 commit: 1138f5e9aef3d4099fd70e6c7bc4efa4e28eac68 Author: Michel Boaventura michelboaventura com> AuthorDate: Sun May 27 17:31:56 2012 +0000 Commit: Michel Boaventura gmail com> CommitDate: Sun May 27 17:59:46 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/ruby-overlay.= git;a=3Dcommit;h=3D1138f5e9 Fixing problem with isolate on roe-3.0.6 dev-ruby/hoe/Manifest | 3 ++- dev-ruby/hoe/files/hoe-3.0.6-remove-isolate.patch | 20 +++++++++++++++= +++++ dev-ruby/hoe/hoe-3.0.6.ebuild | 6 ++++-- 3 files changed, 26 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/files/hoe-3.0.6-remove-isolate.patch index 0000000,0000000..49eecc5 new file mode 100644 --- /dev/null +++ b/dev-ruby/hoe/files/hoe-3.0.6-remove-isolate.patch @@@ -1,0 -1,0 +1,20 @@@ ++--- a/Rakefile +++++ b/Rakefile ++@@ -4,7 +4,6 @@ $:.unshift 'lib' ++ require './lib/hoe.rb' ++=20 ++ Hoe.plugin :seattlerb ++-Hoe.plugin :isolate ++=20 ++ Hoe.spec "hoe" do ++ developer "Ryan Davis", "ryand-ruby@zenspider.com" ++@@ -14,9 +13,6 @@ Hoe.spec "hoe" do ++ blog_categories << "Seattle.rb" << "Ruby" ++=20 ++ pluggable! ++- require_rubygems_version '>=3D 1.4' ++- ++- dependency "rake", "~> 0.8" # FIX: to force it to exist pre-isolate ++ end ++=20 ++ task :plugins do 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 )"