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.2.ebuild
@ 2011-05-28  7:00 Hans de Graaff (graaff)
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2011-05-28  7:00 UTC (permalink / raw
  To: gentoo-commits

graaff      11/05/28 07:00:57

  Modified:             ChangeLog
  Added:                tilt-1.3.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-ruby/tilt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	23 May 2011 05:47:40 -0000	1.10
+++ ChangeLog	28 May 2011 07:00:57 -0000	1.11
@@ -1,6 +1,11 @@
 # 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.10 2011/05/23 05:47:40 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.11 2011/05/28 07:00:57 graaff Exp $
+
+*tilt-1.3.2 (28 May 2011)
+
+  28 May 2011; Hans de Graaff <graaff@gentoo.org> +tilt-1.3.2.ebuild:
+  Version bump.
 
 *tilt-1.3.1 (23 May 2011)
 



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

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

Index: tilt-1.3.2.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.2.ebuild,v 1.1 2011/05/28 07:00:57 graaff Exp $

EAPI=2

# jruby fails tests
USE_RUBY="ruby18 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 ~ppc64 ~x86"
IUSE=""

ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
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}"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/tilt: ChangeLog tilt-1.3.2.ebuild
@ 2011-07-24  9:42 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-24  9:42 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/07/24 09:42:16

  Modified:             ChangeLog tilt-1.3.2.ebuild
  Log:
  Marked ~ppc wrt #351835
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-ruby/tilt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	28 May 2011 07:00:57 -0000	1.11
+++ ChangeLog	24 Jul 2011 09:42:16 -0000	1.12
@@ -1,6 +1,9 @@
 # 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.11 2011/05/28 07:00:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.12 2011/07/24 09:42:16 xarthisius Exp $
+
+  24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> tilt-1.3.2.ebuild:
+  Marked ~ppc wrt #351835
 
 *tilt-1.3.2 (28 May 2011)
 



1.2                  dev-ruby/tilt/tilt-1.3.2.ebuild

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

Index: tilt-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tilt-1.3.2.ebuild	28 May 2011 07:00:57 -0000	1.1
+++ tilt-1.3.2.ebuild	24 Jul 2011 09:42:16 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.2.ebuild,v 1.1 2011/05/28 07:00:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.3.2.ebuild,v 1.2 2011/07/24 09:42:16 xarthisius Exp $
 
 EAPI=2
 
@@ -17,7 +17,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( virtual/ruby-test-unit )"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/tilt: ChangeLog tilt-1.3.2.ebuild
@ 2011-07-25 18:07 Hans de Graaff (graaff)
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2011-07-25 18:07 UTC (permalink / raw
  To: gentoo-commits

graaff      11/07/25 18:07:28

  Modified:             ChangeLog tilt-1.3.2.ebuild
  Log:
  Fix bug with negative object ids, fixes bug 376177.
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 dev-ruby/tilt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	24 Jul 2011 09:42:16 -0000	1.12
+++ ChangeLog	25 Jul 2011 18:07:28 -0000	1.13
@@ -1,6 +1,10 @@
 # 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.12 2011/07/24 09:42:16 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.13 2011/07/25 18:07:28 graaff Exp $
+
+  25 Jul 2011; Hans de Graaff <graaff@gentoo.org> tilt-1.3.2.ebuild,
+  +files/tilt-1.3.2-thread_id.patch:
+  Fix bug with negative object ids, fixes bug 376177.
 
   24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> tilt-1.3.2.ebuild:
   Marked ~ppc wrt #351835



1.3                  dev-ruby/tilt/tilt-1.3.2.ebuild

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

Index: tilt-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tilt-1.3.2.ebuild	24 Jul 2011 09:42:16 -0000	1.2
+++ tilt-1.3.2.ebuild	25 Jul 2011 18:07:28 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.2.ebuild,v 1.2 2011/07/24 09:42:16 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.3.2.ebuild,v 1.3 2011/07/25 18:07:28 graaff Exp $
 
 EAPI=2
 
@@ -20,6 +20,8 @@
 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
+RUBY_PATCHES=( "${P}-thread_id.patch" )
+
 ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
 ruby_add_rdepend ">=dev-ruby/builder-2.0.0"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/tilt: ChangeLog tilt-1.3.2.ebuild
@ 2011-11-28 19:24 Hans de Graaff (graaff)
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2011-11-28 19:24 UTC (permalink / raw
  To: gentoo-commits

graaff      11/11/28 19:24:33

  Modified:             ChangeLog tilt-1.3.2.ebuild
  Log:
  Remove RDoc tests due to compatibility issues. Add nokogiri dependency for tests, fixing bug 351448.
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 dev-ruby/tilt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	28 Nov 2011 19:16:01 -0000	1.15
+++ ChangeLog	28 Nov 2011 19:24:33 -0000	1.16
@@ -1,6 +1,10 @@
 # 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.15 2011/11/28 19:16:01 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.16 2011/11/28 19:24:33 graaff Exp $
+
+  28 Nov 2011; Hans de Graaff <graaff@gentoo.org> tilt-1.3.2.ebuild:
+  Remove RDoc tests due to compatibility issues. Add nokogiri dependency for
+  tests, fixing bug 351448.
 
   28 Nov 2011; Hans de Graaff <graaff@gentoo.org> -tilt-1.3.ebuild,
   -tilt-1.3.1.ebuild:



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

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

Index: tilt-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.3.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tilt-1.3.2.ebuild	7 Aug 2011 14:28:37 -0000	1.4
+++ tilt-1.3.2.ebuild	28 Nov 2011 19:24:33 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.2.ebuild,v 1.4 2011/08/07 14:28:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.3.2.ebuild,v 1.5 2011/11/28 19:24:33 graaff Exp $
 
 EAPI=2
 
@@ -22,9 +22,15 @@
 
 RUBY_PATCHES=( "${P}-thread_id.patch" )
 
-ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
+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
+}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/tilt: ChangeLog tilt-1.3.2.ebuild
@ 2013-04-21  5:14 Hans de Graaff (graaff)
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2013-04-21  5:14 UTC (permalink / raw
  To: gentoo-commits

graaff      13/04/21 05:14:05

  Modified:             ChangeLog
  Removed:              tilt-1.3.2.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.26                 dev-ruby/tilt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	15 Jan 2013 06:25:34 -0000	1.25
+++ ChangeLog	21 Apr 2013 05:14:05 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/tilt
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.25 2013/01/15 06:25:34 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.26 2013/04/21 05:14:05 graaff Exp $
+
+  21 Apr 2013; Hans de Graaff <graaff@gentoo.org> -tilt-1.3.2.ebuild:
+  Cleanup.
 
   15 Jan 2013; Rick Farina <zerochaos@gentoo.org> tilt-1.3.3.ebuild:
   adding ~arm keywords to net-analyzer/metasploit rdeps





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

end of thread, other threads:[~2013-04-21  5:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-28  7:00 [gentoo-commits] gentoo-x86 commit in dev-ruby/tilt: ChangeLog tilt-1.3.2.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-24  9:42 Kacper Kowalik (xarthisius)
2011-07-25 18:07 Hans de Graaff (graaff)
2011-11-28 19:24 Hans de Graaff (graaff)
2013-04-21  5:14 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