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 CB006138D0B for ; Mon, 6 Jul 2015 07:05:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2D43E088F; Mon, 6 Jul 2015 07:05:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74CE2E088F for ; Mon, 6 Jul 2015 07:05:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67BA4340A2F for ; Mon, 6 Jul 2015 07:05:31 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2149) id 980BA756; Mon, 6 Jul 2015 07:05:25 +0000 (UTC) From: "Hans de Graaff (graaff)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, graaff@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/stringex: ChangeLog stringex-2.5.2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog stringex-2.5.2.ebuild X-VCS-Directories: dev-ruby/stringex X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150706070525.980BA756@oystercatcher.gentoo.org> Date: Mon, 6 Jul 2015 07:05:25 +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: 61608b86-64fd-4696-8fde-4161b61c7920 X-Archives-Hash: bf447574ffbde12a8285defe9f1c6376 graaff 15/07/06 07:05:25 Modified: ChangeLog stringex-2.5.2.ebuild Log: Add missing i18n test dependency and make sure the right slot is used. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision Changes Path 1.26 dev-ruby/stringex/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stringex/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stringex/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stringex/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/stringex/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 7 Jun 2015 19:54:32 -0000 1.25 +++ ChangeLog 6 Jul 2015 07:05:25 -0000 1.26 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/stringex # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stringex/ChangeLog,v 1.25 2015/06/07 19:54:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stringex/ChangeLog,v 1.26 2015/07/06 07:05:25 graaff Exp $ + + 06 Jul 2015; Hans de Graaff stringex-2.5.2.ebuild: + Add missing i18n test dependency and make sure the right slot is used. 07 Jun 2015; Justin Lecher metadata.xml: Add github to remote-id in metadata.xml 1.4 dev-ruby/stringex/stringex-2.5.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stringex/stringex-2.5.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stringex/stringex-2.5.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stringex/stringex-2.5.2.ebuild?r1=1.3&r2=1.4 Index: stringex-2.5.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/stringex/stringex-2.5.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- stringex-2.5.2.ebuild 12 Aug 2014 21:05:23 -0000 1.3 +++ stringex-2.5.2.ebuild 6 Jul 2015 07:05:25 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stringex/stringex-2.5.2.ebuild,v 1.3 2014/08/12 21:05:23 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stringex/stringex-2.5.2.ebuild,v 1.4 2015/07/06 07:05:25 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -11,7 +11,7 @@ inherit ruby-fakegem DESCRIPTION="Extensions for Ruby's String class" -HOMEPAGE="http://github.com/rsl/stringex" +HOMEPAGE="https://github.com/rsl/stringex" LICENSE="MIT" SLOT="0" @@ -24,15 +24,20 @@ # USE flags at all. ruby_add_bdepend " test? ( + >=dev-ruby/i18n-0.6.9:0.6 dev-ruby/redcloth dev-ruby/test-unit:2 )" -USE_RUBY="ruby19" ruby_add_bdepend "test? ( >=dev-ruby/activerecord-3 dev-ruby/sqlite3 )" +USE_RUBY=${USE_RUBY/ruby22/} ruby_add_bdepend "test? ( >=dev-ruby/activerecord-3 dev-ruby/sqlite3 )" + +all_ruby_prepare() { + sed -i -e '1agem "i18n", "~>0.6.9"' test/test_helper.rb || die +} each_ruby_prepare() { case ${RUBY} in - *ruby2[01]) + *ruby22) # Avoid tests depending on Rails until we have a version # keyworded. rm -rf test/unit/{acts_as_url,localization}* || die