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

graaff      10/04/01 06:47:12

  Modified:             ChangeLog
  Added:                polyglot-0.3.1.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-ruby/polyglot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	4 Mar 2010 07:48:49 -0000	1.11
+++ ChangeLog	1 Apr 2010 06:47:12 -0000	1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/polyglot
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.11 2010/03/04 07:48:49 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.12 2010/04/01 06:47:12 graaff Exp $
+
+*polyglot-0.3.1 (01 Apr 2010)
+
+  01 Apr 2010; Hans de Graaff <graaff@gentoo.org> +polyglot-0.3.1.ebuild:
+  Version bump.
 
 *polyglot-0.3.0 (04 Mar 2010)
 



1.1                  dev-ruby/polyglot/polyglot-0.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild?rev=1.1&content-type=text/plain

Index: polyglot-0.3.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild,v 1.1 2010/04/01 06:47:12 graaff Exp $

EAPI=2
USE_RUBY="ruby18 ruby19 jruby"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""

RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"

inherit ruby-fakegem

DESCRIPTION="Polyglot provides support for fully-custom DSLs."
HOMEPAGE="http://polyglot.rubyforge.org/"
LICENSE="MIT"

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

ruby_add_bdepend test virtual/ruby-test-unit

each_ruby_test() {
	${RUBY} test/test_polyglot.rb || die "tests failed"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/polyglot: ChangeLog polyglot-0.3.1.ebuild
@ 2010-05-22 15:36 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 5+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-05-22 15:36 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/05/22 15:36:13

  Modified:             ChangeLog polyglot-0.3.1.ebuild
  Log:
  Various cleanups.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-ruby/polyglot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	27 Apr 2010 06:02:23 -0000	1.13
+++ ChangeLog	22 May 2010 15:36:13 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/polyglot
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.13 2010/04/27 06:02:23 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.14 2010/05/22 15:36:13 flameeyes Exp $
+
+  22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  polyglot-0.3.1.ebuild:
+  Various cleanups.
 
   27 Apr 2010; Hans de Graaff <graaff@gentoo.org> -polyglot-0.2.9.ebuild,
   -polyglot-0.2.9-r1.ebuild, -polyglot-0.3.0.ebuild:



1.2                  dev-ruby/polyglot/polyglot-0.3.1.ebuild

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

Index: polyglot-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- polyglot-0.3.1.ebuild	1 Apr 2010 06:47:12 -0000	1.1
+++ polyglot-0.3.1.ebuild	22 May 2010 15:36:13 -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/polyglot/polyglot-0.3.1.ebuild,v 1.1 2010/04/01 06:47:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild,v 1.2 2010/05/22 15:36:13 flameeyes Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 jruby"
@@ -20,7 +20,7 @@
 SLOT="0"
 IUSE=""
 
-ruby_add_bdepend test virtual/ruby-test-unit
+ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
 
 each_ruby_test() {
 	${RUBY} test/test_polyglot.rb || die "tests failed"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/polyglot: ChangeLog polyglot-0.3.1.ebuild
@ 2010-10-25  1:33 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2010-10-25  1:33 UTC (permalink / raw
  To: gentoo-commits

jer         10/10/25 01:33:47

  Modified:             ChangeLog polyglot-0.3.1.ebuild
  Log:
  Marked ~hppa (bug #337956).
  
  (Portage version: 2.2.0_alpha1/cvs/Linux i686)

Revision  Changes    Path
1.15                 dev-ruby/polyglot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	22 May 2010 15:36:13 -0000	1.14
+++ ChangeLog	25 Oct 2010 01:33:47 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/polyglot
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.14 2010/05/22 15:36:13 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.15 2010/10/25 01:33:47 jer Exp $
+
+  25 Oct 2010; Jeroen Roovers <jer@gentoo.org> polyglot-0.3.1.ebuild:
+  Marked ~hppa (bug #337956).
 
   22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   polyglot-0.3.1.ebuild:



1.3                  dev-ruby/polyglot/polyglot-0.3.1.ebuild

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

Index: polyglot-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- polyglot-0.3.1.ebuild	22 May 2010 15:36:13 -0000	1.2
+++ polyglot-0.3.1.ebuild	25 Oct 2010 01:33:47 -0000	1.3
@@ -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/polyglot/polyglot-0.3.1.ebuild,v 1.2 2010/05/22 15:36:13 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild,v 1.3 2010/10/25 01:33:47 jer Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 jruby"
@@ -16,7 +16,7 @@
 HOMEPAGE="http://polyglot.rubyforge.org/"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 SLOT="0"
 IUSE=""
 






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

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

graaff      10/12/04 08:21:01

  Modified:             ChangeLog polyglot-0.3.1.ebuild
  Log:
  Add ree18 target.
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 dev-ruby/polyglot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	25 Oct 2010 01:33:47 -0000	1.15
+++ ChangeLog	4 Dec 2010 08:21:01 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/polyglot
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.15 2010/10/25 01:33:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.16 2010/12/04 08:21:01 graaff Exp $
+
+  04 Dec 2010; Hans de Graaff <graaff@gentoo.org> polyglot-0.3.1.ebuild:
+  Add ree18 target.
 
   25 Oct 2010; Jeroen Roovers <jer@gentoo.org> polyglot-0.3.1.ebuild:
   Marked ~hppa (bug #337956).



1.4                  dev-ruby/polyglot/polyglot-0.3.1.ebuild

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

Index: polyglot-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- polyglot-0.3.1.ebuild	25 Oct 2010 01:33:47 -0000	1.3
+++ polyglot-0.3.1.ebuild	4 Dec 2010 08:21:01 -0000	1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild,v 1.3 2010/10/25 01:33:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild,v 1.4 2010/12/04 08:21:01 graaff Exp $
 
 EAPI=2
-USE_RUBY="ruby18 ruby19 jruby"
+USE_RUBY="ruby18 ruby19 jruby ree18"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/polyglot: ChangeLog polyglot-0.3.1.ebuild
@ 2011-06-29 19:46 Fabian Groffen (grobian)
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2011-06-29 19:46 UTC (permalink / raw
  To: gentoo-commits

grobian     11/06/29 19:46:47

  Modified:             ChangeLog polyglot-0.3.1.ebuild
  Log:
  Marked ~x86-solaris
  
  (Portage version: 2.2.01.18826-prefix/cvs/SunOS i386)

Revision  Changes    Path
1.17                 dev-ruby/polyglot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	4 Dec 2010 08:21:01 -0000	1.16
+++ ChangeLog	29 Jun 2011 19:46:47 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/polyglot
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.16 2010/12/04 08:21:01 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.17 2011/06/29 19:46:47 grobian Exp $
+
+  29 Jun 2011; Fabian Groffen <grobian@gentoo.org> polyglot-0.3.1.ebuild:
+  Marked ~x86-solaris
 
   04 Dec 2010; Hans de Graaff <graaff@gentoo.org> polyglot-0.3.1.ebuild:
   Add ree18 target.



1.5                  dev-ruby/polyglot/polyglot-0.3.1.ebuild

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

Index: polyglot-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- polyglot-0.3.1.ebuild	4 Dec 2010 08:21:01 -0000	1.4
+++ polyglot-0.3.1.ebuild	29 Jun 2011 19:46:47 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild,v 1.4 2010/12/04 08:21:01 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild,v 1.5 2011/06/29 19:46:47 grobian Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 jruby ree18"
@@ -16,7 +16,7 @@
 HOMEPAGE="http://polyglot.rubyforge.org/"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
 SLOT="0"
 IUSE=""
 






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

end of thread, other threads:[~2011-06-29 19:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-29 19:46 [gentoo-commits] gentoo-x86 commit in dev-ruby/polyglot: ChangeLog polyglot-0.3.1.ebuild Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-04  8:21 Hans de Graaff (graaff)
2010-10-25  1:33 Jeroen Roovers (jer)
2010-05-22 15:36 Diego Petteno (flameeyes)
2010-04-01  6:47 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