public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rubigen: rubigen-1.5.8.ebuild ChangeLog
@ 2012-04-03  5:52 Hans de Graaff (graaff)
  0 siblings, 0 replies; only message in thread
From: Hans de Graaff (graaff) @ 2012-04-03  5:52 UTC (permalink / raw
  To: gentoo-commits

graaff      12/04/03 05:52:43

  Modified:             ChangeLog
  Added:                rubigen-1.5.8.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-ruby/rubigen/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubigen/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubigen/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubigen/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubigen/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	3 Apr 2012 05:43:15 -0000	1.13
+++ ChangeLog	3 Apr 2012 05:52:43 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rubigen
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubigen/ChangeLog,v 1.13 2012/04/03 05:43:15 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubigen/ChangeLog,v 1.14 2012/04/03 05:52:43 graaff Exp $
+
+*rubigen-1.5.8 (03 Apr 2012)
+
+  03 Apr 2012; Hans de Graaff <graaff@gentoo.org> +rubigen-1.5.8.ebuild:
+  Version bump.
 
   03 Apr 2012; Hans de Graaff <graaff@gentoo.org> -rubigen-1.5.6.ebuild:
   Remove old version.



1.1                  dev-ruby/rubigen/rubigen-1.5.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubigen/rubigen-1.5.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubigen/rubigen-1.5.8.ebuild?rev=1.1&content-type=text/plain

Index: rubigen-1.5.8.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubigen/rubigen-1.5.8.ebuild,v 1.1 2012/04/03 05:52:43 graaff Exp $

EAPI=4
USE_RUBY="ruby18 ree18"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc Todo.txt"

RUBY_FAKEGEM_EXTRAINSTALL="app_generators generators rubygems_generators script test_unit_generators"

inherit ruby-fakegem

DESCRIPTION="A framework to allow Ruby applications to generate file/folder stubs."
HOMEPAGE="https://github.com/drnic/rubigen"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""

# The presence of a self-dependency is needed as per bug #320781;
# since this is a bad situation, don't close the bug, but try working
# it around.
ruby_add_bdepend "test? (
	>=dev-ruby/mocha-0.9.8
	>=dev-ruby/shoulda-2.10.3
	>=dev-util/cucumber-0.6.2
	=${CATEGORY}/${PF}
)"

ruby_add_rdepend ">=dev-ruby/activesupport-2.3 <dev-ruby/activesupport-3.2.0"

all_ruby_prepare() {
	# Provide missing file for test_generate_builtin_application.rb
	mkdir -p app_generators/ruby_app/templates/configs || die
	touch app_generators/ruby_app/templates/configs/empty_log || die

	# Needs to be explicit, most likely due to changes in newer cucumber.
	sed -i -e '2 i  include Spec::Matchers' features/support/matchers.rb || die
}

each_ruby_test() {
	# Run tests directly to avoid bundler dependency and overhead.
	${RUBY} -S testrb test/test*.rb || die "tests failed"

	# Run all features
	${RUBY} -S cucumber features || die "cucumber features failed"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-03  5:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-03  5:52 [gentoo-commits] gentoo-x86 commit in dev-ruby/rubigen: rubigen-1.5.8.ebuild ChangeLog Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox