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 E392C1381F3 for ; Tue, 30 Apr 2013 06:13:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3A16E08BF; Tue, 30 Apr 2013 06:13:03 +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 47EDEE08BF for ; Tue, 30 Apr 2013 06:13:03 +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 37CBC33DF75 for ; Tue, 30 Apr 2013 06:13:02 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2149) id 014D82171D; Tue, 30 Apr 2013 06:13:00 +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/cocaine: cocaine-0.5.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cocaine-0.5.1.ebuild ChangeLog X-VCS-Directories: dev-ruby/cocaine X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130430061301.014D82171D@flycatcher.gentoo.org> Date: Tue, 30 Apr 2013 06:13:00 +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: 4fb1508b-f776-4505-8631-6b52e141f647 X-Archives-Hash: 46c3504e8d9a1faf4612c2273936be42 graaff 13/04/30 06:13:00 Modified: ChangeLog Added: cocaine-0.5.1.ebuild Log: Version bump. (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision Changes Path 1.5 dev-ruby/cocaine/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cocaine/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cocaine/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cocaine/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/cocaine/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 16 Dec 2012 09:31:49 -0000 1.4 +++ ChangeLog 30 Apr 2013 06:13:00 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/cocaine -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cocaine/ChangeLog,v 1.4 2012/12/16 09:31:49 graaff Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cocaine/ChangeLog,v 1.5 2013/04/30 06:13:00 graaff Exp $ + +*cocaine-0.5.1 (30 Apr 2013) + + 30 Apr 2013; Hans de Graaff +cocaine-0.5.1.ebuild: + Version bump. *cocaine-0.4.2 (16 Dec 2012) 1.1 dev-ruby/cocaine/cocaine-0.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cocaine/cocaine-0.5.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cocaine/cocaine-0.5.1.ebuild?rev=1.1&content-type=text/plain Index: cocaine-0.5.1.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/cocaine/cocaine-0.5.1.ebuild,v 1.1 2013/04/30 06:13:00 graaff Exp $ EAPI=5 USE_RUBY="ruby19" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="A small library for doing command lines" HOMEPAGE="http://www.thoughtbot.com/projects/cocaine" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" ruby_add_rdepend "dev-ruby/climate_control:0" ruby_add_bdepend " test? ( dev-ruby/bourne dev-ruby/mocha )" all_ruby_prepare() { sed -i \ -e '/git ls-files/d' \ "${RUBY_FAKEGEM_GEMSPEC}" || die rm Gemfile* || die sed -i -e '/bundler/d' Rakefile || die sed -i -e '/pry/ s:^:#:' spec/spec_helper.rb || die }