From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1CBF51381F4 for ; Tue, 14 Aug 2012 03:24:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E65EE07DF; Tue, 14 Aug 2012 03:23:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 45D48E07DF for ; Tue, 14 Aug 2012 03:23:53 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A26C11B401F for ; Tue, 14 Aug 2012 03:23:52 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 948) id 6C9772004B; Tue, 14 Aug 2012 03:23:50 +0000 (UTC) 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/diff-lcs: diff-lcs-1.1.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: diff-lcs-1.1.3.ebuild ChangeLog X-VCS-Directories: dev-ruby/diff-lcs X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120814032350.6C9772004B@flycatcher.gentoo.org> Date: Tue, 14 Aug 2012 03:23:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0f5bf28e-f94b-45e3-8529-e9c24ac7adf9 X-Archives-Hash: 1b609b581db6340b594e74f683386d85 flameeyes 12/08/14 03:23:50 Modified: diff-lcs-1.1.3.ebuild ChangeLog Log: Fix dependencies: hoe is needed for USE=doc, but no longer for USE=test. (Portage version: 2.2.0_alpha120/cvs/Linux x86_64) Revision Changes Path 1.9 dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild?r1=1.8&r2=1.9 Index: diff-lcs-1.1.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- diff-lcs-1.1.3.ebuild 12 Aug 2012 20:45:09 -0000 1.8 +++ diff-lcs-1.1.3.ebuild 14 Aug 2012 03:23:50 -0000 1.9 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.8 2012/08/12 20:45:09 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.9 2012/08/14 03:23:50 flameeyes Exp $ EAPI=4 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -21,7 +21,7 @@ KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.10 dev-ruby/rspec:2 )" +ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.10 )" all_ruby_prepare() { # Remove unneeded rspec require to avoid rspec with USE=doc. 1.40 dev-ruby/diff-lcs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/ChangeLog?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/ChangeLog?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/ChangeLog?r1=1.39&r2=1.40 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ChangeLog 12 Aug 2012 20:45:09 -0000 1.39 +++ ChangeLog 14 Aug 2012 03:23:50 -0000 1.40 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/diff-lcs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.39 2012/08/12 20:45:09 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.40 2012/08/14 03:23:50 flameeyes Exp $ + + 14 Aug 2012; Diego E. Pettenò diff-lcs-1.1.3.ebuild: + Fix dependencies: hoe is needed for USE=doc, but no longer for USE=test. 12 Aug 2012; Diego E. Pettenò diff-lcs-1.1.3.ebuild: Bump to EAPI 4 and use the new rspec recipe for testing instead of rake.