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 B7CC71381F3 for ; Tue, 10 Sep 2013 17:49:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 276B4E0B42; Tue, 10 Sep 2013 17:49:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A253EE0B42 for ; Tue, 10 Sep 2013 17:49:04 +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 5D6FF33EB22 for ; Tue, 10 Sep 2013 17:49:03 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2149) id 174E42004C; Tue, 10 Sep 2013 17:49:02 +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/hoe: ChangeLog hoe-2.13.0-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog hoe-2.13.0-r1.ebuild X-VCS-Directories: dev-ruby/hoe X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130910174902.174E42004C@flycatcher.gentoo.org> Date: Tue, 10 Sep 2013 17:49:02 +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: 066a25e7-20e0-4807-9374-085bb572425e X-Archives-Hash: b3800e1d03fb75575219ea47c0220fad graaff 13/09/10 17:49:02 Modified: ChangeLog Added: hoe-2.13.0-r1.ebuild Log: Revision bump to add ruby20. (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision Changes Path 1.142 dev-ruby/hoe/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.142&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.142&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.141&r2=1.142 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v retrieving revision 1.141 retrieving revision 1.142 diff -u -r1.141 -r1.142 --- ChangeLog 28 Jan 2013 15:15:57 -0000 1.141 +++ ChangeLog 10 Sep 2013 17:49:01 -0000 1.142 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/hoe # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.141 2013/01/28 15:15:57 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.142 2013/09/10 17:49:01 graaff Exp $ + +*hoe-2.13.0-r1 (10 Sep 2013) + + 10 Sep 2013; Hans de Graaff +hoe-2.13.0-r1.ebuild: + Revision bump to add ruby20. 28 Jan 2013; Alexis Ballier hoe-2.13.0.ebuild: keyword ~amd64-fbsd 1.1 dev-ruby/hoe/hoe-2.13.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.13.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.13.0-r1.ebuild?rev=1.1&content-type=text/plain Index: hoe-2.13.0-r1.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.13.0-r1.ebuild,v 1.1 2013/09/10 17:49:01 graaff Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 ruby20 jruby" RUBY_FAKEGEM_TASK_DOC="docs" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt" RUBY_FAKEGEM_EXTRAINSTALL="template" inherit ruby-fakegem DESCRIPTION="Hoe extends rake to provide full project automation." HOMEPAGE="http://seattlerb.rubyforge.org/" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # - also requires dev-ruby/hoe-seattlerb for 1.9; # - dev-ruby/gemcutter is an optional dependency at both runtime and # test-time, at least for us; # - rubyforge is loaded at runtime when needed, so we don't strictly # depend on it at runtime, but we need it for tests (for now); ruby_add_bdepend "test? ( virtual/ruby-minitest >=dev-ruby/rubyforge-2.0.4 )" ruby_add_rdepend ">=dev-ruby/rake-0.8.7 >=dev-ruby/rdoc-3.10" all_ruby_prepare() { # Make test regexp more lenient to cover the way we name the binaries. sed -i -e 's/sudo gem/sudo .?gem/' -e 's/\^gem/^.?gem/' test/test_hoe.rb || die }