public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tilt: ChangeLog tilt-1.3.3.ebuild
@ 2011-12-25  9:27 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2011-12-25  9:27 UTC (permalink / raw
  To: gentoo-commits

graaff      11/12/25 09:27:08

  Modified:             ChangeLog
  Added:                tilt-1.3.3.ebuild
  Log:
  Version bump. Apply fixes from upstream to pass tests.
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 dev-ruby/tilt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	25 Dec 2011 09:13:26 -0000	1.18
+++ ChangeLog	25 Dec 2011 09:27:08 -0000	1.19
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/tilt
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.18 2011/12/25 09:13:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.19 2011/12/25 09:27:08 graaff Exp $
+
+*tilt-1.3.3 (25 Dec 2011)
+
+  25 Dec 2011; Hans de Graaff <graaff@gentoo.org> +tilt-1.3.3.ebuild,
+  +files/tilt-1.3.3-yajl-test.patch:
+  Version bump. Apply fixes from upstream to pass tests.
 
   25 Dec 2011; Hans de Graaff <graaff@gentoo.org> -tilt-1.2.2.ebuild:
   Remove old version.



1.1                  dev-ruby/tilt/tilt-1.3.3.ebuild

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

Index: tilt-1.3.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.3.3.ebuild,v 1.1 2011/12/25 09:27:08 graaff Exp $

EAPI=2

# jruby fails tests
USE_RUBY="ruby18 ruby19 ree18"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md TEMPLATES.md"

inherit ruby-fakegem

DESCRIPTION="A thin interface over a Ruby template engines to make their usage as generic as possible."
HOMEPAGE="http://github.com/rtomayko/tilt"

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

RUBY_PATCHES=( "${P}-yajl-test.patch" )

ruby_add_bdepend "test? ( virtual/ruby-test-unit dev-ruby/nokogiri )"
ruby_add_rdepend ">=dev-ruby/builder-2.0.0"

# Tests fail when markaby is not new enough, but it's optional.
DEPEND="${DEPEND} !!<dev-ruby/markaby-0.6.9-r1"
RDEPEND="${RDEPEND}"

all_ruby_prepare() {
	# Remove rdoc template tests since these are no longer compatible
	# with newer versions.
	rm test/tilt_rdoctemplate_test.rb || die

	# Avoid test broken due to hash unordering in ruby 1.8. Fixed upstream.
	sed -i -e '/template can end with any statement/,/ end/ s:^:#:' test/tilt_yajltemplate_test.rb || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/tilt: ChangeLog tilt-1.3.3.ebuild
@ 2012-06-29  7:35 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2012-06-29  7:35 UTC (permalink / raw
  To: gentoo-commits

graaff      12/06/29 07:35:12

  Modified:             ChangeLog tilt-1.3.3.ebuild
  Log:
  Avoid test failing on whitespace differences.
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 dev-ruby/tilt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	1 May 2012 18:24:08 -0000	1.22
+++ ChangeLog	29 Jun 2012 07:35:12 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/tilt
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.22 2012/05/01 18:24:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.23 2012/06/29 07:35:12 graaff Exp $
+
+  29 Jun 2012; Hans de Graaff <graaff@gentoo.org> tilt-1.3.3.ebuild:
+  Avoid test failing on whitespace differences.
 
   01 May 2012; Raúl Porcel <armin76@gentoo.org> tilt-1.3.2.ebuild,
   tilt-1.3.3.ebuild:



1.5                  dev-ruby/tilt/tilt-1.3.3.ebuild

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

Index: tilt-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.3.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tilt-1.3.3.ebuild	1 May 2012 18:24:08 -0000	1.4
+++ tilt-1.3.3.ebuild	29 Jun 2012 07:35:12 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.3.3.ebuild,v 1.4 2012/05/01 18:24:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.3.3.ebuild,v 1.5 2012/06/29 07:35:12 graaff Exp $
 
 EAPI=2
 
@@ -36,4 +36,7 @@
 
 	# Avoid test broken due to hash unordering in ruby 1.8. Fixed upstream.
 	sed -i -e '/template can end with any statement/,/ end/ s:^:#:' test/tilt_yajltemplate_test.rb || die
+
+	# Disable tests failing on whitespace differences and already fixed upstream.
+	sed -i -e '/"disabling coffee-script wrapper"/,/ end/ s:^:#:' test/tilt_coffeescripttemplate_test.rb || die
 }






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/tilt: ChangeLog tilt-1.3.3.ebuild
@ 2015-04-27 13:15 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-04-27 13:15 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/04/27 13:15:15

  Modified:             ChangeLog
  Removed:              tilt-1.3.3.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.43                 dev-ruby/tilt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	27 Apr 2015 08:59:38 -0000	1.42
+++ ChangeLog	27 Apr 2015 13:15:15 -0000	1.43
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/tilt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.42 2015/04/27 08:59:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.43 2015/04/27 13:15:15 mrueg Exp $
+
+  27 Apr 2015; Manuel Rüger <mrueg@gentoo.org>
+  -files/tilt-1.3.3-yajl-test.patch, -tilt-1.3.3.ebuild:
+  Remove old.
 
   27 Apr 2015; Agostino Sarubbo <ago@gentoo.org> tilt-1.4.1.ebuild:
   Stable for amd64, wrt bug #547840





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

end of thread, other threads:[~2015-04-28 14:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-29  7:35 [gentoo-commits] gentoo-x86 commit in dev-ruby/tilt: ChangeLog tilt-1.3.3.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-27 13:15 Manuel Rueger (mrueg)
2011-12-25  9:27 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