public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tins: ChangeLog tins-0.3.14.ebuild
@ 2012-06-10  6:01 Hans de Graaff (graaff)
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2012-06-10  6:01 UTC (permalink / raw
  To: gentoo-commits

graaff      12/06/10 06:01:10

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

Revision  Changes    Path
1.5                  dev-ruby/tins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	1 May 2012 18:24:13 -0000	1.4
+++ ChangeLog	10 Jun 2012 06:01:10 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/tins
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.4 2012/05/01 18:24:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.5 2012/06/10 06:01:10 graaff Exp $
+
+*tins-0.3.14 (10 Jun 2012)
+
+  10 Jun 2012; Hans de Graaff <graaff@gentoo.org> +tins-0.3.14.ebuild:
+  Version bump.
 
   01 May 2012; Raúl Porcel <armin76@gentoo.org> tins-0.3.6.ebuild,
   tins-0.3.7.ebuild:



1.1                  dev-ruby/tins/tins-0.3.14.ebuild

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

Index: tins-0.3.14.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-0.3.14.ebuild,v 1.1 2012/06/10 06:01:10 graaff Exp $

EAPI=2
USE_RUBY="ruby18 ruby19 ree18 jruby"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.rdoc"

RUBY_FAKEGEM_GEMSPEC="tins.gemspec"

inherit ruby-fakegem

DESCRIPTION="All the stuff that isn't good enough for a real library."
HOMEPAGE="http://github.com/flori/tins"

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

ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.3 ) "

all_ruby_prepare() {
	sed -i -e '/gem_hadar/ s:^:#:' tests/test_helper.rb || die
}

each_ruby_test() {
	${RUBY} -Ilib -S testrb tests/* || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/tins: ChangeLog tins-0.3.14.ebuild
@ 2012-07-30  0:20 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-07-30  0:20 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/07/30 00:20:08

  Modified:             ChangeLog tins-0.3.14.ebuild
  Log:
  marked x86 per bug 428454
  
  (Portage version: 2.2.0_alpha120/cvs/Linux i686)

Revision  Changes    Path
1.8                  dev-ruby/tins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	28 Jul 2012 17:19:57 -0000	1.7
+++ ChangeLog	30 Jul 2012 00:20:08 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/tins
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.7 2012/07/28 17:19:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.8 2012/07/30 00:20:08 jdhore Exp $
+
+  30 Jul 2012; Jeff Horelick <jdhore@gentoo.org> tins-0.3.14.ebuild:
+  marked x86 per bug 428454
 
   28 Jul 2012; Hans de Graaff <graaff@gentoo.org> -tins-0.3.6.ebuild,
   -tins-0.3.7.ebuild:



1.2                  dev-ruby/tins/tins-0.3.14.ebuild

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

Index: tins-0.3.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-0.3.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tins-0.3.14.ebuild	10 Jun 2012 06:01:10 -0000	1.1
+++ tins-0.3.14.ebuild	30 Jul 2012 00:20:08 -0000	1.2
@@ -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/tins/tins-0.3.14.ebuild,v 1.1 2012/06/10 06:01:10 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-0.3.14.ebuild,v 1.2 2012/07/30 00:20:08 jdhore Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 ree18 jruby"
@@ -17,7 +17,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.3 ) "





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/tins: ChangeLog tins-0.3.14.ebuild
@ 2012-08-01  5:44 Hans de Graaff (graaff)
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2012-08-01  5:44 UTC (permalink / raw
  To: gentoo-commits

graaff      12/08/01 05:44:29

  Modified:             ChangeLog tins-0.3.14.ebuild
  Log:
  Avoid test broken with FEATURES=-userpriv, fixing bug 428704.
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-ruby/tins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	30 Jul 2012 00:20:08 -0000	1.8
+++ ChangeLog	1 Aug 2012 05:44:28 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/tins
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.8 2012/07/30 00:20:08 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.9 2012/08/01 05:44:28 graaff Exp $
+
+  01 Aug 2012; Hans de Graaff <graaff@gentoo.org> tins-0.3.14.ebuild:
+  Avoid test broken with FEATURES=-userpriv, fixing bug 428704.
 
   30 Jul 2012; Jeff Horelick <jdhore@gentoo.org> tins-0.3.14.ebuild:
   marked x86 per bug 428454



1.3                  dev-ruby/tins/tins-0.3.14.ebuild

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

Index: tins-0.3.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-0.3.14.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tins-0.3.14.ebuild	30 Jul 2012 00:20:08 -0000	1.2
+++ tins-0.3.14.ebuild	1 Aug 2012 05:44:28 -0000	1.3
@@ -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/tins/tins-0.3.14.ebuild,v 1.2 2012/07/30 00:20:08 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-0.3.14.ebuild,v 1.3 2012/08/01 05:44:28 graaff Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 ree18 jruby"
@@ -24,6 +24,10 @@
 
 all_ruby_prepare() {
 	sed -i -e '/gem_hadar/ s:^:#:' tests/test_helper.rb || die
+
+	# Avoid test that fails with FEATURES=-userpriv, similar to newer
+	# tins. See bug 428704.
+	sed -i -e 's:RUBY_PLATFORM !~ /java/:false:' tests/find_test.rb || die
 }
 
 each_ruby_test() {





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/tins: ChangeLog tins-0.3.14.ebuild
@ 2012-08-01 10:08 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 5+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-08-01 10:08 UTC (permalink / raw
  To: gentoo-commits

blueness    12/08/01 10:08:49

  Modified:             ChangeLog tins-0.3.14.ebuild
  Log:
  Stable ppc64, bug #428454
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-ruby/tins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	1 Aug 2012 05:44:28 -0000	1.9
+++ ChangeLog	1 Aug 2012 10:08:49 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/tins
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.9 2012/08/01 05:44:28 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.10 2012/08/01 10:08:49 blueness Exp $
+
+  01 Aug 2012; Anthony G. Basile <blueness@gentoo.org> tins-0.3.14.ebuild:
+  Stable ppc64, bug #428454
 
   01 Aug 2012; Hans de Graaff <graaff@gentoo.org> tins-0.3.14.ebuild:
   Avoid test broken with FEATURES=-userpriv, fixing bug 428704.



1.4                  dev-ruby/tins/tins-0.3.14.ebuild

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

Index: tins-0.3.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-0.3.14.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tins-0.3.14.ebuild	1 Aug 2012 05:44:28 -0000	1.3
+++ tins-0.3.14.ebuild	1 Aug 2012 10:08:49 -0000	1.4
@@ -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/tins/tins-0.3.14.ebuild,v 1.3 2012/08/01 05:44:28 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-0.3.14.ebuild,v 1.4 2012/08/01 10:08:49 blueness Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 ree18 jruby"
@@ -17,7 +17,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="~amd64 ~hppa ~ppc ppc64 x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.3 ) "





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/tins: ChangeLog tins-0.3.14.ebuild
@ 2013-05-13  4:55 Hans de Graaff (graaff)
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2013-05-13  4:55 UTC (permalink / raw
  To: gentoo-commits

graaff      13/05/13 04:55:55

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

Revision  Changes    Path
1.18                 dev-ruby/tins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	1 May 2013 10:36:51 -0000	1.17
+++ ChangeLog	13 May 2013 04:55:55 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/tins
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.17 2013/05/01 10:36:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.18 2013/05/13 04:55:55 graaff Exp $
+
+  13 May 2013; Hans de Graaff <graaff@gentoo.org> -tins-0.3.14.ebuild:
+  Cleanup.
 
   01 May 2013; Agostino Sarubbo <ago@gentoo.org> tins-0.6.0.ebuild:
   Stable for x86, wrt bug #466618





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

end of thread, other threads:[~2013-05-13  4:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01  5:44 [gentoo-commits] gentoo-x86 commit in dev-ruby/tins: ChangeLog tins-0.3.14.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-13  4:55 Hans de Graaff (graaff)
2012-08-01 10:08 Anthony G. Basile (blueness)
2012-07-30  0:20 Jeff Horelick (jdhore)
2012-06-10  6:01 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