public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/hitimes: hitimes-1.2.2.ebuild ChangeLog
@ 2014-08-10 23:15 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-08-10 23:15 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/08/10 23:15:45

  Modified:             ChangeLog
  Added:                hitimes-1.2.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.3                  dev-ruby/hitimes/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	5 Aug 2014 16:00:59 -0000	1.2
+++ ChangeLog	10 Aug 2014 23:15:45 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/hitimes
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/ChangeLog,v 1.2 2014/08/05 16:00:59 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/ChangeLog,v 1.3 2014/08/10 23:15:45 mrueg Exp $
+
+*hitimes-1.2.2 (10 Aug 2014)
+
+  10 Aug 2014; Manuel Rüger <mrueg@gentoo.org> +hitimes-1.2.2.ebuild:
+  Version bump.
 
   05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> hitimes-1.2.1.ebuild:
   Remove trailing '.' from DESCRIPTION.



1.1                  dev-ruby/hitimes/hitimes-1.2.2.ebuild

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

Index: hitimes-1.2.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/hitimes-1.2.2.ebuild,v 1.1 2014/08/10 23:15:45 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md"

inherit multilib ruby-fakegem

DESCRIPTION="A fast, high resolution timer library"
HOMEPAGE="https://github.com/copiousfreetime/hitimes"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

all_ruby_prepare() {
	sed -i -e "/RUBY_VERSION >= '1.9.2'/,+4d"  spec/spec_helper.rb || die
}

each_ruby_configure() {
	${RUBY} -Cext/hitimes/c extconf.rb || die
}

each_ruby_compile() {
	emake -Cext/hitimes/c V=1
	cp ext/hitimes/c/hitimes$(get_modname) lib/hitimes || die
}

each_ruby_test() {
	${RUBY} -S testrb -Ilib:spec spec/*_spec.rb || die
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hitimes: hitimes-1.2.2.ebuild ChangeLog
@ 2015-07-11 20:12 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-07-11 20:12 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/07/11 20:12:38

  Modified:             hitimes-1.2.2.ebuild ChangeLog
  Log:
  Add ~x86 keyword wrt bug #519596
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.4                  dev-ruby/hitimes/hitimes-1.2.2.ebuild

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

Index: hitimes-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/hitimes-1.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hitimes-1.2.2.ebuild	11 Apr 2015 08:16:39 -0000	1.3
+++ hitimes-1.2.2.ebuild	11 Jul 2015 20:12:38 -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/hitimes/hitimes-1.2.2.ebuild,v 1.3 2015/04/11 08:16:39 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/hitimes-1.2.2.ebuild,v 1.4 2015/07/11 20:12:38 zlogene Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
@@ -15,7 +15,7 @@
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 all_ruby_prepare() {



1.8                  dev-ruby/hitimes/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	7 Jun 2015 17:57:51 -0000	1.7
+++ ChangeLog	11 Jul 2015 20:12:38 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hitimes
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/ChangeLog,v 1.7 2015/06/07 17:57:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/ChangeLog,v 1.8 2015/07/11 20:12:38 zlogene Exp $
+
+  11 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> hitimes-1.2.2.ebuild:
+  Add ~x86 keyword wrt bug #519596
 
   07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Add github to remote-id in metadata.xml





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hitimes: hitimes-1.2.2.ebuild ChangeLog
@ 2015-07-29 18:34 Fabian Groffen (grobian)
  0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen (grobian) @ 2015-07-29 18:34 UTC (permalink / raw
  To: gentoo-commits

grobian     15/07/29 18:34:21

  Modified:             hitimes-1.2.2.ebuild ChangeLog
  Log:
  Keyworded for *-solaris, *-macos, bug #519596
  
  (Portage version: 2.2.20-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.5                  dev-ruby/hitimes/hitimes-1.2.2.ebuild

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

Index: hitimes-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/hitimes-1.2.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hitimes-1.2.2.ebuild	11 Jul 2015 20:12:38 -0000	1.4
+++ hitimes-1.2.2.ebuild	29 Jul 2015 18:34:20 -0000	1.5
@@ -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/hitimes/hitimes-1.2.2.ebuild,v 1.4 2015/07/11 20:12:38 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/hitimes-1.2.2.ebuild,v 1.5 2015/07/29 18:34:20 grobian Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
@@ -15,7 +15,7 @@
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 all_ruby_prepare() {



1.9                  dev-ruby/hitimes/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	11 Jul 2015 20:12:38 -0000	1.8
+++ ChangeLog	29 Jul 2015 18:34:20 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hitimes
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/ChangeLog,v 1.8 2015/07/11 20:12:38 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/ChangeLog,v 1.9 2015/07/29 18:34:20 grobian Exp $
+
+  29 Jul 2015; Fabian Groffen <grobian@gentoo.org> hitimes-1.2.2.ebuild:
+  Keyworded for *-solaris, *-macos, bug #519596
 
   11 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> hitimes-1.2.2.ebuild:
   Add ~x86 keyword wrt bug #519596





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

end of thread, other threads:[~2015-07-29 18:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-10 23:15 [gentoo-commits] gentoo-x86 commit in dev-ruby/hitimes: hitimes-1.2.2.ebuild ChangeLog Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2015-07-11 20:12 Mikle Kolyada (zlogene)
2015-07-29 18:34 Fabian Groffen (grobian)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox