public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/litc: ChangeLog litc-1.0.3.ebuild
@ 2010-09-18 11:31 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2010-09-18 11:31 UTC (permalink / raw
  To: gentoo-commits

graaff      10/09/18 11:31:40

  Modified:             ChangeLog litc-1.0.3.ebuild
  Log:
  Remove unneeded check_dependencies task, fixing bug 332925.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-ruby/litc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/litc/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	16 Feb 2010 23:24:02 -0000	1.4
+++ ChangeLog	18 Sep 2010 11:31:40 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/litc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/litc/ChangeLog,v 1.4 2010/02/16 23:24:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/litc/ChangeLog,v 1.5 2010/09/18 11:31:40 graaff Exp $
+
+  18 Sep 2010; Hans de Graaff <graaff@gentoo.org> litc-1.0.3.ebuild:
+  Remove unneeded check_dependencies task, fixing bug 332925.
 
 *litc-1.0.3 (16 Feb 2010)
 



1.2                  dev-ruby/litc/litc-1.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/litc/litc-1.0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/litc/litc-1.0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/litc/litc-1.0.3.ebuild?r1=1.1&r2=1.2

Index: litc-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/litc/litc-1.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- litc-1.0.3.ebuild	16 Feb 2010 23:24:02 -0000	1.1
+++ litc-1.0.3.ebuild	18 Sep 2010 11:31:40 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/litc/litc-1.0.3.ebuild,v 1.1 2010/02/16 23:24:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/litc/litc-1.0.3.ebuild,v 1.2 2010/09/18 11:31:40 graaff Exp $
 
 EAPI=2
 USE_RUBY="ruby18 jruby"
@@ -20,3 +20,8 @@
 KEYWORDS="~amd64 ~x86"
 
 ruby_add_bdepend test "dev-ruby/shoulda dev-ruby/fakeweb dev-ruby/ruby-debug"
+
+all_ruby_prepare() {
+	# Don't check dependencies since we provide slightly different packages.
+	sed -i -e '/check_dependencies/d' Rakefile || die
+}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/litc: ChangeLog litc-1.0.3.ebuild
@ 2012-08-25  6:31 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2012-08-25  6:31 UTC (permalink / raw
  To: gentoo-commits

graaff      12/08/25 06:31:57

  Modified:             ChangeLog litc-1.0.3.ebuild
  Log:
  EAPI=4, add ruby19 & ree18, modernize bdepend, drop unneeded ruby-debug dependency.
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-ruby/litc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/litc/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	18 Sep 2010 11:31:40 -0000	1.5
+++ ChangeLog	25 Aug 2012 06:31:57 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/litc
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/litc/ChangeLog,v 1.5 2010/09/18 11:31:40 graaff Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/litc/ChangeLog,v 1.6 2012/08/25 06:31:57 graaff Exp $
+
+  25 Aug 2012; Hans de Graaff <graaff@gentoo.org> litc-1.0.3.ebuild:
+  EAPI=4, add ruby19 & ree18, modernize bdepend, drop unneeded ruby-debug
+  dependency.
 
   18 Sep 2010; Hans de Graaff <graaff@gentoo.org> litc-1.0.3.ebuild:
   Remove unneeded check_dependencies task, fixing bug 332925.



1.3                  dev-ruby/litc/litc-1.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/litc/litc-1.0.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/litc/litc-1.0.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/litc/litc-1.0.3.ebuild?r1=1.2&r2=1.3

Index: litc-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/litc/litc-1.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- litc-1.0.3.ebuild	18 Sep 2010 11:31:40 -0000	1.2
+++ litc-1.0.3.ebuild	25 Aug 2012 06:31:57 -0000	1.3
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/litc/litc-1.0.3.ebuild,v 1.2 2010/09/18 11:31:40 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/litc/litc-1.0.3.ebuild,v 1.3 2012/08/25 06:31:57 graaff Exp $
 
-EAPI=2
-USE_RUBY="ruby18 jruby"
+EAPI=4
+USE_RUBY="ruby18 ruby19 ree18 jruby"
 
 RUBY_FAKEGEM_TASK_DOC="rerdoc"
 RUBY_FAKEGEM_DOCDIR="rdoc"
@@ -19,9 +19,11 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-ruby_add_bdepend test "dev-ruby/shoulda dev-ruby/fakeweb dev-ruby/ruby-debug"
+ruby_add_bdepend "test? ( dev-ruby/shoulda dev-ruby/fakeweb )"
 
 all_ruby_prepare() {
 	# Don't check dependencies since we provide slightly different packages.
 	sed -i -e '/check_dependencies/d' Rakefile || die
+
+	sed -i -e '/ruby-debug/ s:^:#:' test/helper.rb || die
 }





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

end of thread, other threads:[~2012-08-25  6:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-25  6:31 [gentoo-commits] gentoo-x86 commit in dev-ruby/litc: ChangeLog litc-1.0.3.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-18 11:31 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