public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rubigen: ChangeLog rubigen-1.5.6.ebuild
@ 2011-02-14 19:43 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2011-02-14 19:43 UTC (permalink / raw
  To: gentoo-commits

graaff      11/02/14 19:43:38

  Modified:             ChangeLog
  Added:                rubigen-1.5.6.ebuild
  Log:
  Version bump. Add ree18.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-ruby/rubigen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubigen/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	30 Sep 2010 15:17:23 -0000	1.9
+++ ChangeLog	14 Feb 2011 19:43:38 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rubigen
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubigen/ChangeLog,v 1.9 2010/09/30 15:17:23 ranger Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubigen/ChangeLog,v 1.10 2011/02/14 19:43:38 graaff Exp $
+
+*rubigen-1.5.6 (14 Feb 2011)
+
+  14 Feb 2011; Hans de Graaff <graaff@gentoo.org> +rubigen-1.5.6.ebuild:
+  Version bump. Add ree18.
 
   30 Sep 2010; Brent Baude <ranger@gentoo.org> rubigen-1.5.5.ebuild:
   Marking rubigen-1.5.5 ~ppc64 for bug 306909



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

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

Index: rubigen-1.5.6.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubigen/rubigen-1.5.6.ebuild,v 1.1 2011/02/14 19:43:38 graaff Exp $

EAPI="2"
USE_RUBY="ruby18 ree18"

RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="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
	>=dev-ruby/hoe-2.5.0
	=${CATEGORY}/${PF}
	virtual/ruby-test-unit
	!dev-ruby/test-unit:2
)"

ruby_add_rdepend "=dev-ruby/activesupport-2.3*"

all_ruby_prepare() {
	# Remove newgem requirement from the Rakefile since it is not
	# needed for our purposes and we don't have it in CVS.
	sed -i '/newgem/d' Rakefile || die "Unable to remove unneeded newgem support."

	rm -f test/test_generate_builtin_application.rb || die "Unable to remove broken test."

	# Fix features when RSpec 2.x is present. Reported upstream via pull
	# request: https://github.com/drnic/rubigen/pull/5
	sed -i -e "s/gem 'rspec'/gem 'rspec', '~> 1.2'/" features/support/env.rb || die
}

each_ruby_test() {
	each_fakegem_test

	# Run all features not related to creating and distributing the gem itself
	${RUBY} -S cucumber features/help.feature features/rubigen_cli.feature || die "tests failed"
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rubigen: ChangeLog rubigen-1.5.6.ebuild
@ 2012-04-03  5:43 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2012-04-03  5:43 UTC (permalink / raw
  To: gentoo-commits

graaff      12/04/03 05:43:16

  Modified:             ChangeLog
  Removed:              rubigen-1.5.6.ebuild
  Log:
  Remove old version.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 dev-ruby/rubigen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubigen/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	1 Jan 2012 08:47:38 -0000	1.12
+++ ChangeLog	3 Apr 2012 05:43:15 -0000	1.13
@@ -1,6 +1,9 @@
 # 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.12 2012/01/01 08:47:38 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubigen/ChangeLog,v 1.13 2012/04/03 05:43:15 graaff Exp $
+
+  03 Apr 2012; Hans de Graaff <graaff@gentoo.org> -rubigen-1.5.6.ebuild:
+  Remove old version.
 
 *rubigen-1.5.7 (01 Jan 2012)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-03  5:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-03  5:43 [gentoo-commits] gentoo-x86 commit in dev-ruby/rubigen: ChangeLog rubigen-1.5.6.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-14 19:43 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