public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/polyglot: polyglot-0.3.5.ebuild ChangeLog
@ 2014-05-30  7:06 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2014-05-30  7:06 UTC (permalink / raw
  To: gentoo-commits

graaff      14/05/30 07:06:52

  Modified:             ChangeLog
  Added:                polyglot-0.3.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.30                 dev-ruby/polyglot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	21 May 2014 01:46:55 -0000	1.29
+++ ChangeLog	30 May 2014 07:06:52 -0000	1.30
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/polyglot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.29 2014/05/21 01:46:55 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.30 2014/05/30 07:06:52 graaff Exp $
+
+*polyglot-0.3.5 (30 May 2014)
+
+  30 May 2014; Hans de Graaff <graaff@gentoo.org> +polyglot-0.3.5.ebuild:
+  Version bump.
 
   21 May 2014; Manuel Rüger <mrueg@gentoo.org> -polyglot-0.3.3-r1.ebuild,
   polyglot-0.3.4.ebuild:



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

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

Index: polyglot-0.3.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.5.ebuild,v 1.1 2014/05/30 07:06:51 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby rbx"

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 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0"
IUSE=""

all_ruby_prepare() {
	# jruby has trouble parsing this metadata and there are no dependencies.
	rm ../metadata || die
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/polyglot: polyglot-0.3.5.ebuild ChangeLog
@ 2015-04-11 15:02 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2015-04-11 15:02 UTC (permalink / raw
  To: gentoo-commits

graaff      15/04/11 15:02:01

  Modified:             polyglot-0.3.5.ebuild ChangeLog
  Log:
  Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.3                  dev-ruby/polyglot/polyglot-0.3.5.ebuild

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

Index: polyglot-0.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- polyglot-0.3.5.ebuild	26 Nov 2014 02:24:56 -0000	1.2
+++ polyglot-0.3.5.ebuild	11 Apr 2015 15:02:01 -0000	1.3
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.5.ebuild,v 1.2 2014/11/26 02:24:56 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.5.ebuild,v 1.3 2015/04/11 15:02:01 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 rbx"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""



1.32                 dev-ruby/polyglot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	26 Nov 2014 02:24:56 -0000	1.31
+++ ChangeLog	11 Apr 2015 15:02:01 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/polyglot
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.31 2014/11/26 02:24:56 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.32 2015/04/11 15:02:01 graaff Exp $
+
+  11 Apr 2015; Hans de Graaff <graaff@gentoo.org> polyglot-0.3.5.ebuild:
+  Add ruby22.
 
   26 Nov 2014; Manuel Rüger <mrueg@gentoo.org> polyglot-0.3.4.ebuild,
   polyglot-0.3.5.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/polyglot: polyglot-0.3.5.ebuild ChangeLog
@ 2015-05-09  5:58 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2015-05-09  5:58 UTC (permalink / raw
  To: gentoo-commits

graaff      15/05/09 05:58:23

  Modified:             polyglot-0.3.5.ebuild ChangeLog
  Log:
  Use rm -f to avoid issues like bug 540182.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.4                  dev-ruby/polyglot/polyglot-0.3.5.ebuild

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

Index: polyglot-0.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- polyglot-0.3.5.ebuild	11 Apr 2015 15:02:01 -0000	1.3
+++ polyglot-0.3.5.ebuild	9 May 2015 05:58:23 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.5.ebuild,v 1.3 2015/04/11 15:02:01 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.5.ebuild,v 1.4 2015/05/09 05:58:23 graaff Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
@@ -22,5 +22,5 @@
 
 all_ruby_prepare() {
 	# jruby has trouble parsing this metadata and there are no dependencies.
-	rm ../metadata || die
+	rm -f ../metadata || die
 }



1.34                 dev-ruby/polyglot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	9 May 2015 05:58:06 -0000	1.33
+++ ChangeLog	9 May 2015 05:58:23 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/polyglot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.33 2015/05/09 05:58:06 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.34 2015/05/09 05:58:23 graaff Exp $
+
+  09 May 2015; Hans de Graaff <graaff@gentoo.org> polyglot-0.3.5.ebuild:
+  Use rm -f to avoid issues like bug 540182.
 
   09 May 2015; Hans de Graaff <graaff@gentoo.org> -polyglot-0.3.4.ebuild:
   Cleanup.





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

end of thread, other threads:[~2015-05-09  5:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-11 15:02 [gentoo-commits] gentoo-x86 commit in dev-ruby/polyglot: polyglot-0.3.5.ebuild ChangeLog Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2015-05-09  5:58 Hans de Graaff (graaff)
2014-05-30  7:06 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