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

graaff      12/12/10 19:02:05

  Modified:             ChangeLog
  Added:                bsearch-1.5.0.ebuild
  Log:
  Add new version (identical to 1.5) based on the gem for easier integration with ruby projects. Install documentation. Fix tests. Fixes #446269. Initial ebuild by Ryuichi KAWAMATA.
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.2                  dev-ruby/bsearch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	10 Dec 2012 18:42:59 -0000	1.1
+++ ChangeLog	10 Dec 2012 19:02:05 -0000	1.2
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/bsearch
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/ChangeLog,v 1.1 2012/12/10 18:42:59 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/ChangeLog,v 1.2 2012/12/10 19:02:05 graaff Exp $
+
+*bsearch-1.5.0 (10 Dec 2012)
+
+  10 Dec 2012; Hans de Graaff <graaff@gentoo.org> +bsearch-1.5.0.ebuild:
+  Add new version (identical to 1.5) based on the gem for easier integration
+  with ruby projects. Install documentation. Fix tests. Fixes #446269. Initial
+  ebuild by Ryuichi KAWAMATA.
 
 *bsearch-1.5-r3 (10 Dec 2012)
 



1.1                  dev-ruby/bsearch/bsearch-1.5.0.ebuild

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

Index: bsearch-1.5.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/bsearch-1.5.0.ebuild,v 1.1 2012/12/10 19:02:05 graaff Exp $

EAPI=4

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="doc/*"

USE_RUBY="ruby18 ruby19 ree18 jruby"

inherit ruby-fakegem
DESCRIPTION="A binary search library for Ruby"
HOMEPAGE="http://0xcc.net/ruby-bsearch/"

LICENSE="Ruby"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""

all_ruby_prepare() {
	sed -i 's/ruby/\$\{RUBY\}/' test/test.sh || die
}

each_ruby_test() {
	pushd test
	RUBY=${RUBY} sh test.sh || die
	popd
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bsearch: ChangeLog bsearch-1.5.0.ebuild
@ 2012-12-29 16:56 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2012-12-29 16:56 UTC (permalink / raw
  To: gentoo-commits

jer         12/12/29 16:56:04

  Modified:             ChangeLog bsearch-1.5.0.ebuild
  Log:
  Stable for HPPA (bug #449178).
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  dev-ruby/bsearch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	10 Dec 2012 19:02:05 -0000	1.2
+++ ChangeLog	29 Dec 2012 16:56:04 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bsearch
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/ChangeLog,v 1.2 2012/12/10 19:02:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/ChangeLog,v 1.3 2012/12/29 16:56:04 jer Exp $
+
+  29 Dec 2012; Jeroen Roovers <jer@gentoo.org> bsearch-1.5.0.ebuild:
+  Stable for HPPA (bug #449178).
 
 *bsearch-1.5.0 (10 Dec 2012)
 



1.2                  dev-ruby/bsearch/bsearch-1.5.0.ebuild

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

Index: bsearch-1.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/bsearch-1.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bsearch-1.5.0.ebuild	10 Dec 2012 19:02:05 -0000	1.1
+++ bsearch-1.5.0.ebuild	29 Dec 2012 16:56:04 -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/bsearch/bsearch-1.5.0.ebuild,v 1.1 2012/12/10 19:02:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/bsearch-1.5.0.ebuild,v 1.2 2012/12/29 16:56:04 jer Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 all_ruby_prepare() {





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bsearch: ChangeLog bsearch-1.5.0.ebuild
@ 2013-01-02  1:03 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Horelick (jdhore) @ 2013-01-02  1:03 UTC (permalink / raw
  To: gentoo-commits

jdhore      13/01/02 01:03:06

  Modified:             ChangeLog bsearch-1.5.0.ebuild
  Log:
  marked x86 per bug 449178
  
  (Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 23E9E900)

Revision  Changes    Path
1.8                  dev-ruby/bsearch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	31 Dec 2012 23:32:06 -0000	1.7
+++ ChangeLog	2 Jan 2013 01:03:06 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bsearch
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/ChangeLog,v 1.7 2012/12/31 23:32:06 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/ChangeLog,v 1.8 2013/01/02 01:03:06 jdhore Exp $
+
+  02 Jan 2013; Jeff Horelick <jdhore@gentoo.org> bsearch-1.5.0.ebuild:
+  marked x86 per bug 449178
 
   31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> bsearch-1.5.0.ebuild:
   Stable for ppc, wrt bug #449178



1.7                  dev-ruby/bsearch/bsearch-1.5.0.ebuild

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

Index: bsearch-1.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/bsearch-1.5.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bsearch-1.5.0.ebuild	31 Dec 2012 23:32:06 -0000	1.6
+++ bsearch-1.5.0.ebuild	2 Jan 2013 01:03:06 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/bsearch-1.5.0.ebuild,v 1.6 2012/12/31 23:32:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/bsearch-1.5.0.ebuild,v 1.7 2013/01/02 01:03:06 jdhore Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 all_ruby_prepare() {





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bsearch: ChangeLog bsearch-1.5.0.ebuild
@ 2015-04-28 17:52 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2015-04-28 17:52 UTC (permalink / raw
  To: gentoo-commits

graaff      15/04/28 17:52:20

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

Revision  Changes    Path
1.26                 dev-ruby/bsearch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	28 Apr 2015 09:48:48 -0000	1.25
+++ ChangeLog	28 Apr 2015 17:52:20 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bsearch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/ChangeLog,v 1.25 2015/04/28 09:48:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/ChangeLog,v 1.26 2015/04/28 17:52:20 graaff Exp $
+
+  28 Apr 2015; Hans de Graaff <graaff@gentoo.org> -bsearch-1.5.0.ebuild:
+  Cleanup.
 
   28 Apr 2015; Agostino Sarubbo <ago@gentoo.org> bsearch-1.5.0-r1.ebuild:
   Stable for sparc, wrt bug #542634





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

end of thread, other threads:[~2015-04-28 17:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28 17:52 [gentoo-commits] gentoo-x86 commit in dev-ruby/bsearch: ChangeLog bsearch-1.5.0.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-02  1:03 Jeff Horelick (jdhore)
2012-12-29 16:56 Jeroen Roovers (jer)
2012-12-10 19:02 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