public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/gherkin: gherkin-1.0.30-r1.ebuild ChangeLog
@ 2010-09-12 12:23 Hans de Graaff (graaff)
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff (graaff) @ 2010-09-12 12:23 UTC (permalink / raw
  To: gentoo-commits

graaff      10/09/12 12:23:15

  Modified:             ChangeLog
  Added:                gherkin-1.0.30-r1.ebuild
  Log:
  Add ree18. Remove check_dependencies task to fix bug #332931.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-ruby/gherkin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	21 Aug 2010 21:56:36 -0000	1.10
+++ ChangeLog	12 Sep 2010 12:23:15 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/gherkin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.10 2010/08/21 21:56:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.11 2010/09/12 12:23:15 graaff Exp $
+
+*gherkin-1.0.30-r1 (12 Sep 2010)
+
+  12 Sep 2010; Hans de Graaff <graaff@gentoo.org> +gherkin-1.0.30-r1.ebuild:
+  Add ree18. Remove check_dependencies task to fix bug #332931.
 
   21 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   -files/gherkin-1.0.24-fix-specs.patch, gherkin-1.0.30.ebuild:



1.1                  dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild

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

Index: gherkin-1.0.30-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild,v 1.1 2010/09/12 12:23:15 graaff Exp $

EAPI=2
USE_RUBY="ruby18 ree18"

RUBY_FAKEGEM_TASK_DOC="-I lib rdoc"
RUBY_FAKEGEM_TASK_TEST=""

RUBY_FAKEGEM_DOCDIR="rdoc"
RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"

inherit ruby-fakegem

DESCRIPTION="Fast Gherkin lexer and parser based on Ragel."
HOMEPAGE="http://wiki.github.com/aslakhellesoy/cucumber/gherkin"
LICENSE="MIT"

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

DEPEND="${DEPEND} dev-util/ragel"

ruby_add_bdepend "
	>=dev-ruby/rspec-1.3.0
	>=dev-ruby/rake-compiler-0.7.0
	test? ( >=dev-util/cucumber-0.7.0 )"

ruby_add_rdepend ">=dev-ruby/trollop-1.16.2"

all_ruby_prepare() {
	sed -i -e '/check_dependencies/d' tasks/rspec.rake tasks/cucumber.rake || die
}

each_ruby_compile() {
	${RUBY} -I lib -S rake compile || die
}

each_ruby_test() {
	${RUBY} -S rake spec || die "Specs failed"
	CUCUMBER_HOME="${HOME}" ${RUBY} -S rake cucumber || die "Cucumber features failed"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/gherkin: gherkin-1.0.30-r1.ebuild ChangeLog
@ 2010-09-18 16:31 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2010-09-18 16:31 UTC (permalink / raw
  To: gentoo-commits

armin76     10/09/18 16:31:45

  Modified:             gherkin-1.0.30-r1.ebuild ChangeLog
  Log:
  Add ~ia64 wrt #337113
  (Portage version: 2.1.8.3/cvs/Linux ia64, RepoMan options: --force)

Revision  Changes    Path
1.2                  dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild

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

Index: gherkin-1.0.30-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gherkin-1.0.30-r1.ebuild	12 Sep 2010 12:23:15 -0000	1.1
+++ gherkin-1.0.30-r1.ebuild	18 Sep 2010 16:31:45 -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/gherkin/gherkin-1.0.30-r1.ebuild,v 1.1 2010/09/12 12:23:15 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild,v 1.2 2010/09/18 16:31:45 armin76 Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18"
@@ -17,7 +17,7 @@
 HOMEPAGE="http://wiki.github.com/aslakhellesoy/cucumber/gherkin"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 SLOT="0"
 IUSE=""
 



1.12                 dev-ruby/gherkin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	12 Sep 2010 12:23:15 -0000	1.11
+++ ChangeLog	18 Sep 2010 16:31:45 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/gherkin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.11 2010/09/12 12:23:15 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.12 2010/09/18 16:31:45 armin76 Exp $
+
+  18 Sep 2010; Raúl Porcel <armin76@gentoo.org> gherkin-1.0.30-r1.ebuild:
+  Add ~ia64 wrt #337113
 
 *gherkin-1.0.30-r1 (12 Sep 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/gherkin: gherkin-1.0.30-r1.ebuild ChangeLog
@ 2010-10-09  9:20 Hans de Graaff (graaff)
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff (graaff) @ 2010-10-09  9:20 UTC (permalink / raw
  To: gentoo-commits

graaff      10/10/09 09:20:00

  Modified:             gherkin-1.0.30-r1.ebuild ChangeLog
  Log:
  Depend on rspec-1.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild

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

Index: gherkin-1.0.30-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gherkin-1.0.30-r1.ebuild	18 Sep 2010 16:31:45 -0000	1.2
+++ gherkin-1.0.30-r1.ebuild	9 Oct 2010 09:20:00 -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/gherkin/gherkin-1.0.30-r1.ebuild,v 1.2 2010/09/18 16:31:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild,v 1.3 2010/10/09 09:20:00 graaff Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18"
@@ -24,7 +24,7 @@
 DEPEND="${DEPEND} dev-util/ragel"
 
 ruby_add_bdepend "
-	>=dev-ruby/rspec-1.3.0
+	>=dev-ruby/rspec-1.3.0:0
 	>=dev-ruby/rake-compiler-0.7.0
 	test? ( >=dev-util/cucumber-0.7.0 )"
 



1.14                 dev-ruby/gherkin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	9 Oct 2010 09:18:45 -0000	1.13
+++ ChangeLog	9 Oct 2010 09:20:00 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/gherkin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.13 2010/10/09 09:18:45 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.14 2010/10/09 09:20:00 graaff Exp $
+
+  09 Oct 2010; Hans de Graaff <graaff@gentoo.org> gherkin-1.0.30-r1.ebuild:
+  Depend on rspec-1.
 
   09 Oct 2010; Hans de Graaff <graaff@gentoo.org> -gherkin-1.0.30.ebuild:
   Remove old version.






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

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

jer         10/10/25 01:32:57

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

Revision  Changes    Path
1.4                  dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild

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

Index: gherkin-1.0.30-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gherkin-1.0.30-r1.ebuild	9 Oct 2010 09:20:00 -0000	1.3
+++ gherkin-1.0.30-r1.ebuild	25 Oct 2010 01:32:57 -0000	1.4
@@ -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/gherkin/gherkin-1.0.30-r1.ebuild,v 1.3 2010/10/09 09:20:00 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild,v 1.4 2010/10/25 01:32:57 jer Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18"
@@ -17,7 +17,7 @@
 HOMEPAGE="http://wiki.github.com/aslakhellesoy/cucumber/gherkin"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 SLOT="0"
 IUSE=""
 



1.15                 dev-ruby/gherkin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	9 Oct 2010 09:20:00 -0000	1.14
+++ ChangeLog	25 Oct 2010 01:32:57 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/gherkin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.14 2010/10/09 09:20:00 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.15 2010/10/25 01:32:57 jer Exp $
+
+  25 Oct 2010; Jeroen Roovers <jer@gentoo.org> gherkin-1.0.30-r1.ebuild:
+  Marked ~hppa (bug #337956).
 
   09 Oct 2010; Hans de Graaff <graaff@gentoo.org> gherkin-1.0.30-r1.ebuild:
   Depend on rspec-1.






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/gherkin: gherkin-1.0.30-r1.ebuild ChangeLog
@ 2010-12-28  8:35 Fabian Groffen (grobian)
  0 siblings, 0 replies; 7+ messages in thread
From: Fabian Groffen (grobian) @ 2010-12-28  8:35 UTC (permalink / raw
  To: gentoo-commits

grobian     10/12/28 08:35:28

  Modified:             gherkin-1.0.30-r1.ebuild ChangeLog
  Log:
  Added Prefix keywords
  
  (Portage version: 2.2.01.17422-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.5                  dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild

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

Index: gherkin-1.0.30-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gherkin-1.0.30-r1.ebuild	25 Oct 2010 01:32:57 -0000	1.4
+++ gherkin-1.0.30-r1.ebuild	28 Dec 2010 08:35:28 -0000	1.5
@@ -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/gherkin/gherkin-1.0.30-r1.ebuild,v 1.4 2010/10/25 01:32:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild,v 1.5 2010/12/28 08:35:28 grobian Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18"
@@ -17,7 +17,7 @@
 HOMEPAGE="http://wiki.github.com/aslakhellesoy/cucumber/gherkin"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



1.16                 dev-ruby/gherkin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	25 Oct 2010 01:32:57 -0000	1.15
+++ ChangeLog	28 Dec 2010 08:35:28 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/gherkin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.15 2010/10/25 01:32:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.16 2010/12/28 08:35:28 grobian Exp $
+
+  04 Dec 2010; Fabian Groffen <grobian@gentoo.org> gherkin-1.0.30-r1.ebuild:
+  Added Prefix keywords
 
   25 Oct 2010; Jeroen Roovers <jer@gentoo.org> gherkin-1.0.30-r1.ebuild:
   Marked ~hppa (bug #337956).






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/gherkin: gherkin-1.0.30-r1.ebuild ChangeLog
@ 2011-09-14 16:52 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2011-09-14 16:52 UTC (permalink / raw
  To: gentoo-commits

jer         11/09/14 16:52:18

  Modified:             gherkin-1.0.30-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #369573).
  
  (Portage version: 2.2.0_alpha56/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild

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

Index: gherkin-1.0.30-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gherkin-1.0.30-r1.ebuild	28 Dec 2010 08:35:28 -0000	1.5
+++ gherkin-1.0.30-r1.ebuild	14 Sep 2011 16:52:18 -0000	1.6
@@ -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/gherkin/gherkin-1.0.30-r1.ebuild,v 1.5 2010/12/28 08:35:28 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild,v 1.6 2011/09/14 16:52:18 jer Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18"
@@ -17,7 +17,7 @@
 HOMEPAGE="http://wiki.github.com/aslakhellesoy/cucumber/gherkin"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



1.31                 dev-ruby/gherkin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	10 Sep 2011 09:42:39 -0000	1.30
+++ ChangeLog	14 Sep 2011 16:52:18 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/gherkin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.30 2011/09/10 09:42:39 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.31 2011/09/14 16:52:18 jer Exp $
+
+  14 Sep 2011; Jeroen Roovers <jer@gentoo.org> gherkin-1.0.30-r1.ebuild:
+  Stable for HPPA (bug #369573).
 
 *gherkin-2.4.18 (10 Sep 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/gherkin: gherkin-1.0.30-r1.ebuild ChangeLog
@ 2011-12-31 18:11 Fabian Groffen (grobian)
  0 siblings, 0 replies; 7+ messages in thread
From: Fabian Groffen (grobian) @ 2011-12-31 18:11 UTC (permalink / raw
  To: gentoo-commits

grobian     11/12/31 18:11:41

  Modified:             gherkin-1.0.30-r1.ebuild ChangeLog
  Log:
  Add Prefix keywords, bug #396547
  
  (Portage version: 2.2.01.20048-prefix/cvs/Darwin i386)

Revision  Changes    Path
1.7                  dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild

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

Index: gherkin-1.0.30-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gherkin-1.0.30-r1.ebuild	14 Sep 2011 16:52:18 -0000	1.6
+++ gherkin-1.0.30-r1.ebuild	31 Dec 2011 18:11:41 -0000	1.7
@@ -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/gherkin/gherkin-1.0.30-r1.ebuild,v 1.6 2011/09/14 16:52:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild,v 1.7 2011/12/31 18:11:41 grobian Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18"
@@ -17,7 +17,7 @@
 HOMEPAGE="http://wiki.github.com/aslakhellesoy/cucumber/gherkin"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



1.35                 dev-ruby/gherkin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	18 Dec 2011 12:17:32 -0000	1.34
+++ ChangeLog	31 Dec 2011 18:11:41 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/gherkin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.34 2011/12/18 12:17:32 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.35 2011/12/31 18:11:41 grobian Exp $
+
+  31 Dec 2011; Fabian Groffen <grobian@gentoo.org> gherkin-1.0.30-r1.ebuild:
+  Add Prefix keywords, bug #396547
 
 *gherkin-2.7.1 (18 Dec 2011)
 






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

end of thread, other threads:[~2011-12-31 18:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-25  1:32 [gentoo-commits] gentoo-x86 commit in dev-ruby/gherkin: gherkin-1.0.30-r1.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-31 18:11 Fabian Groffen (grobian)
2011-09-14 16:52 Jeroen Roovers (jer)
2010-12-28  8:35 Fabian Groffen (grobian)
2010-10-09  9:20 Hans de Graaff (graaff)
2010-09-18 16:31 Raul Porcel (armin76)
2010-09-12 12:23 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