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

graaff      11/12/25 10:48:20

  Modified:             ChangeLog
  Added:                yajl-ruby-1.1.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-ruby/yajl-ruby/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	25 Dec 2011 10:28:12 -0000	1.11
+++ ChangeLog	25 Dec 2011 10:48:20 -0000	1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/yajl-ruby
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v 1.11 2011/12/25 10:28:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v 1.12 2011/12/25 10:48:20 graaff Exp $
+
+*yajl-ruby-1.1.0 (25 Dec 2011)
+
+  25 Dec 2011; Hans de Graaff <graaff@gentoo.org> +yajl-ruby-1.1.0.ebuild:
+  Version bump.
 
   25 Dec 2011; Hans de Graaff <graaff@gentoo.org> -yajl-ruby-0.8.1.ebuild:
   Remove old version.



1.1                  dev-ruby/yajl-ruby/yajl-ruby-1.1.0.ebuild

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

Index: yajl-ruby-1.1.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/yajl-ruby-1.1.0.ebuild,v 1.1 2011/12/25 10:48:20 graaff Exp $

EAPI=2

USE_RUBY="ruby18 ruby19 ree18"

RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"

RUBY_FAKEGEM_TASK_TEST=""

RUBY_FAKEGEM_TASK_DOC=""

inherit multilib ruby-fakegem

DESCRIPTION="Ruby C bindings to the Yajl JSON stream-based parser library"
HOMEPAGE="http://github.com/brianmario/yajl-ruby"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="${RDEPEND} dev-libs/yajl"
DEPEND="${DEPEND} dev-libs/yajl"

ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"

each_ruby_configure() {
	${RUBY} -Cext/yajl extconf.rb || die "extconf.rb failed"
}

each_ruby_compile() {
	emake -Cext/yajl CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" || die "make extension failed"
	cp ext/yajl/yajl$(get_modname) lib/yajl/ || die
}

each_ruby_test() {
	${RUBY} -Ilib -S rspec spec || die "Tests failed"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/yajl-ruby: ChangeLog yajl-ruby-1.1.0.ebuild
@ 2012-01-19 16:12 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2012-01-19 16:12 UTC (permalink / raw
  To: gentoo-commits

jer         12/01/19 16:12:25

  Modified:             ChangeLog yajl-ruby-1.1.0.ebuild
  Log:
  Marked ~hppa (bug #396043).
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 dev-ruby/yajl-ruby/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	31 Dec 2011 21:20:26 -0000	1.14
+++ ChangeLog	19 Jan 2012 16:12:25 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/yajl-ruby
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v 1.14 2011/12/31 21:20:26 grobian Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v 1.15 2012/01/19 16:12:25 jer Exp $
+
+  19 Jan 2012; Jeroen Roovers <jer@gentoo.org> yajl-ruby-1.1.0.ebuild:
+  Marked ~hppa (bug #396043).
 
   31 Dec 2011; Fabian Groffen <grobian@gentoo.org> yajl-ruby-1.1.0.ebuild:
   Add Prefix keywords, bug #396547



1.4                  dev-ruby/yajl-ruby/yajl-ruby-1.1.0.ebuild

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

Index: yajl-ruby-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/yajl-ruby-1.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- yajl-ruby-1.1.0.ebuild	31 Dec 2011 21:20:26 -0000	1.3
+++ yajl-ruby-1.1.0.ebuild	19 Jan 2012 16:12:25 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/yajl-ruby-1.1.0.ebuild,v 1.3 2011/12/31 21:20:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/yajl-ruby-1.1.0.ebuild,v 1.4 2012/01/19 16:12:25 jer Exp $
 
 EAPI=2
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="${RDEPEND} dev-libs/yajl"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/yajl-ruby: ChangeLog yajl-ruby-1.1.0.ebuild
@ 2012-02-06 18:22 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2012-02-06 18:22 UTC (permalink / raw
  To: gentoo-commits

ranger      12/02/06 18:22:07

  Modified:             ChangeLog yajl-ruby-1.1.0.ebuild
  Log:
  Marking yajl-ruby-1.1.0 ~ppc for bug 396043
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.16                 dev-ruby/yajl-ruby/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	19 Jan 2012 16:12:25 -0000	1.15
+++ ChangeLog	6 Feb 2012 18:22:07 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/yajl-ruby
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v 1.15 2012/01/19 16:12:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v 1.16 2012/02/06 18:22:07 ranger Exp $
+
+  06 Feb 2012; Brent Baude <ranger@gentoo.org> yajl-ruby-1.1.0.ebuild:
+  Marking yajl-ruby-1.1.0 ~ppc for bug 396043
 
   19 Jan 2012; Jeroen Roovers <jer@gentoo.org> yajl-ruby-1.1.0.ebuild:
   Marked ~hppa (bug #396043).



1.5                  dev-ruby/yajl-ruby/yajl-ruby-1.1.0.ebuild

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

Index: yajl-ruby-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/yajl-ruby-1.1.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yajl-ruby-1.1.0.ebuild	19 Jan 2012 16:12:25 -0000	1.4
+++ yajl-ruby-1.1.0.ebuild	6 Feb 2012 18:22:07 -0000	1.5
@@ -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/yajl-ruby/yajl-ruby-1.1.0.ebuild,v 1.4 2012/01/19 16:12:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/yajl-ruby-1.1.0.ebuild,v 1.5 2012/02/06 18:22:07 ranger Exp $
 
 EAPI=2
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="${RDEPEND} dev-libs/yajl"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/yajl-ruby: ChangeLog yajl-ruby-1.1.0.ebuild
@ 2012-03-11 13:06 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2012-03-11 13:06 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/11 13:06:22

  Modified:             ChangeLog yajl-ruby-1.1.0.ebuild
  Log:
  Marking yajl-ruby-1.1.0 ~ppc64 for bug 396043
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.18                 dev-ruby/yajl-ruby/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	7 Mar 2012 14:15:02 -0000	1.17
+++ ChangeLog	11 Mar 2012 13:06:22 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/yajl-ruby
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v 1.17 2012/03/07 14:15:02 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v 1.18 2012/03/11 13:06:22 ranger Exp $
+
+  11 Mar 2012; Brent Baude <ranger@gentoo.org> yajl-ruby-1.1.0.ebuild:
+  Marking yajl-ruby-1.1.0 ~ppc64 for bug 396043
 
   07 Mar 2012; Naohiro Aota <naota@gentoo.org> yajl-ruby-1.1.0.ebuild:
   Add ~x86-fbsd.



1.7                  dev-ruby/yajl-ruby/yajl-ruby-1.1.0.ebuild

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

Index: yajl-ruby-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/yajl-ruby-1.1.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yajl-ruby-1.1.0.ebuild	7 Mar 2012 14:15:02 -0000	1.6
+++ yajl-ruby-1.1.0.ebuild	11 Mar 2012 13:06:22 -0000	1.7
@@ -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/yajl-ruby/yajl-ruby-1.1.0.ebuild,v 1.6 2012/03/07 14:15:02 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/yajl-ruby-1.1.0.ebuild,v 1.7 2012/03/11 13:06:22 ranger Exp $
 
 EAPI=2
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="${RDEPEND} dev-libs/yajl"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/yajl-ruby: ChangeLog yajl-ruby-1.1.0.ebuild
@ 2015-01-08 11:30 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-01-08 11:30 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/01/08 11:30:53

  Modified:             ChangeLog
  Removed:              yajl-ruby-1.1.0.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.36                 dev-ruby/yajl-ruby/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	8 Jan 2015 11:27:38 -0000	1.35
+++ ChangeLog	8 Jan 2015 11:30:53 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/yajl-ruby
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v 1.35 2015/01/08 11:27:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v 1.36 2015/01/08 11:30:53 mrueg Exp $
+
+  08 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -yajl-ruby-1.1.0.ebuild:
+  Remove old.
 
   08 Jan 2015; Agostino Sarubbo <ago@gentoo.org> yajl-ruby-1.1.0-r1.ebuild:
   Stable for x86, wrt bug #533730





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

end of thread, other threads:[~2015-01-08 11:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-06 18:22 [gentoo-commits] gentoo-x86 commit in dev-ruby/yajl-ruby: ChangeLog yajl-ruby-1.1.0.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-08 11:30 Manuel Rueger (mrueg)
2012-03-11 13:06 Brent Baude (ranger)
2012-01-19 16:12 Jeroen Roovers (jer)
2011-12-25 10:48 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