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 C07D1138010 for ; Thu, 18 Oct 2012 07:09:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91470E02FB; Thu, 18 Oct 2012 07:09:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F1B17E02FB for ; Thu, 18 Oct 2012 07:09:16 +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 427AB33C206 for ; Thu, 18 Oct 2012 07:09:16 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2149) id 6D9E121600; Thu, 18 Oct 2012 07:09:14 +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/bourne: ChangeLog bourne-1.2.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog bourne-1.2.0.ebuild X-VCS-Directories: dev-ruby/bourne X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121018070914.6D9E121600@flycatcher.gentoo.org> Date: Thu, 18 Oct 2012 07:09:14 +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: 70022d8e-77ec-49be-ba4d-d50d9a350bc3 X-Archives-Hash: 2f393e4fa239c5336c1598afc466a6a7 graaff 12/10/18 07:09:14 Modified: ChangeLog Added: bourne-1.2.0.ebuild Log: Version bump. (Portage version: 2.1.11.9/cvs/Linux x86_64) Revision Changes Path 1.6 dev-ruby/bourne/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bourne/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bourne/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bourne/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bourne/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 4 Aug 2012 06:50:51 -0000 1.5 +++ ChangeLog 18 Oct 2012 07:09:14 -0000 1.6 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/bourne # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bourne/ChangeLog,v 1.5 2012/08/04 06:50:51 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bourne/ChangeLog,v 1.6 2012/10/18 07:09:14 graaff Exp $ + +*bourne-1.2.0 (18 Oct 2012) + + 18 Oct 2012; Hans de Graaff +bourne-1.2.0.ebuild: + Version bump. 04 Aug 2012; Hans de Graaff -bourne-1.1.2.ebuild: Remove version with broken gemspec. 1.1 dev-ruby/bourne/bourne-1.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bourne/bourne-1.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bourne/bourne-1.2.0.ebuild?rev=1.1&content-type=text/plain Index: bourne-1.2.0.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/bourne/bourne-1.2.0.ebuild,v 1.1 2012/10/18 07:09:14 graaff Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 ree18 jruby" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_TASK_TEST="test:units test:acceptance" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="Extends mocha to allow detailed tracking and querying of stub and mock invocations." HOMEPAGE="http://github.com/thoughtbot/bourne" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" ruby_add_rdepend ">=dev-ruby/mocha-0.10.5" all_ruby_prepare() { sed -i \ -e '/git ls-files/d' \ -e '/dependency.*mocha/s:0.12.3:>= 0.10.5:' \ "${RUBY_FAKEGEM_GEMSPEC}" || die sed -i -e '/bundler/d' Rakefile || die }