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 1NiQIp-0004sM-1S for garchives@archives.gentoo.org; Fri, 19 Feb 2010 10:41:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E124BE083E; Fri, 19 Feb 2010 10:41:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9FBB8E083E for ; Fri, 19 Feb 2010 10:41:40 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 12DE81B4127 for ; Fri, 19 Feb 2010 10:41:39 +0000 (UTC) Received: from flameeyes by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NiQIc-0002IK-32 for gentoo-commits@lists.gentoo.org; Fri, 19 Feb 2010 10:41:30 +0000 From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/color: color-1.4.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: color-1.4.1.ebuild ChangeLog X-VCS-Directories: dev-ruby/color X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: Sender: Diego Petteno Date: Fri, 19 Feb 2010 10:41:30 +0000 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: 3474c5d3-e751-41ee-a241-21fa43a5ab81 X-Archives-Hash: acf346f53ce848d261b71fad2a928b95 flameeyes 10/02/19 10:41:30 Modified: color-1.4.1.ebuild ChangeLog Log: Fix up dependencies: since we don't have to strictly follow the gem-spe= cified dependencies, we can stop depending on hoe at runtime, and stop de= pending on archive-tar-minitar altogether. Enable Ruby 1.9 and JRuby supp= ort. (Portage version: 2.2_rc62/cvs/Linux x86_64) Revision Changes Path 1.2 dev-ruby/color/color-1.4.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/color/col= or-1.4.1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/color/col= or-1.4.1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/color/col= or-1.4.1.ebuild?r1=3D1.1&r2=3D1.2 Index: color-1.4.1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-ruby/color/color-1.4.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- color-1.4.1.ebuild 8 Feb 2010 19:43:45 -0000 1.1 +++ color-1.4.1.ebuild 19 Feb 2010 10:41:29 -0000 1.2 @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/color-1.4.1.ebuild,v 1= .1 2010/02/08 19:43:45 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/color-1.4.1.ebuild,v 1= .2 2010/02/19 10:41:29 flameeyes Exp $ =20 EAPI=3D"2" -USE_RUBY=3D"ruby18" +USE_RUBY=3D"ruby18 ruby19 jruby" =20 RUBY_FAKEGEM_TASK_DOC=3D"docs" RUBY_FAKEGEM_DOCDIR=3D"doc" @@ -18,7 +18,5 @@ KEYWORDS=3D"~amd64 ~ia64 ~x86" IUSE=3D"" =20 -ruby_add_bdepend test virtual/ruby-test-unit - -ruby_add_rdepend ">=3Ddev-ruby/hoe-2.5.0 - >=3Ddev-ruby/archive-tar-minitar-0.5.1" +ruby_add_bdepend doc '>=3Ddev-ruby/hoe-2.5.0' +ruby_add_bdepend test '>=3Ddev-ruby/hoe-2.5.0 virtual/ruby-test-unit' 1.9 dev-ruby/color/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/color/Cha= ngeLog?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/color/Cha= ngeLog?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/color/Cha= ngeLog?r1=3D1.8&r2=3D1.9 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-ruby/color/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 8 Feb 2010 19:43:45 -0000 1.8 +++ ChangeLog 19 Feb 2010 10:41:29 -0000 1.9 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/color # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/ChangeLog,v 1.8 2010/0= 2/08 19:43:45 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/ChangeLog,v 1.9 2010/0= 2/19 10:41:29 flameeyes Exp $ + + 19 Feb 2010; Diego E. Petten=C3=B2 color-1.4.1.= ebuild: + Fix up dependencies: since we don't have to strictly follow the + gem-specified dependencies, we can stop depending on hoe at runtime, a= nd + stop depending on archive-tar-minitar altogether. Enable Ruby 1.9 and + JRuby support. =20 *color-1.4.1 (08 Feb 2010) =20