public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in virtual/ruby-threads: ChangeLog ruby-threads-4.ebuild
@ 2013-07-09 17:45 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2013-07-09 17:45 UTC (permalink / raw
  To: gentoo-commits

graaff      13/07/09 17:45:28

  Modified:             ChangeLog
  Added:                ruby-threads-4.ebuild
  Log:
  Add version for ruby20.
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.20                 virtual/ruby-threads/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-threads/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-threads/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-threads/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	28 Oct 2012 19:30:44 -0000	1.19
+++ ChangeLog	9 Jul 2013 17:45:28 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for virtual/ruby-threads
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.19 2012/10/28 19:30:44 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.20 2013/07/09 17:45:28 graaff Exp $
+
+*ruby-threads-4 (09 Jul 2013)
+
+  09 Jul 2013; Hans de Graaff <graaff@gentoo.org> +ruby-threads-4.ebuild:
+  Add version for ruby20.
 
   28 Oct 2012; Raúl Porcel <armin76@gentoo.org> ruby-threads-0.ebuild,
   ruby-threads-1.ebuild:



1.1                  virtual/ruby-threads/ruby-threads-4.ebuild

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

Index: ruby-threads-4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-4.ebuild,v 1.1 2013/07/09 17:45:28 graaff Exp $

EAPI=5
USE_RUBY="ruby20"

inherit ruby-ng

DESCRIPTION="Virtual ebuild for a ruby interpreter with threading enabled."
HOMEPAGE=""
SRC_URI=""

LICENSE=""
SLOT="${USE_RUBY}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-macos"
IUSE=""

RDEPEND="dev-lang/ruby:2.0"

pkg_setup() { :; }
src_unpack() { :; }
src_prepare() { :; }
src_compile() { :; }
src_install() { :; }
pkg_preinst() { :; }
pkg_postinst() { :; }

# DEVELOPERS' NOTE!
#
# This virtual has multiple version that ties one-by-one with the Ruby
# implementation they provide the value for; this is to simplify
# keywording practise that has been shown to be very messy for other
# virtuals.
#
# Make sure that you DO NOT change the version of the virtual's
# ebuilds unless you're adding a new implementation; instead simply
# revision-bump it.
#
# A reference to ~${PV} for each of the version has to be added to
# profiles/base/package.use.force to make sure that they are always
# used with their own implementation.
#
# ruby_add_[br]depend will take care of depending on multiple versions
# without any frown.





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

* [gentoo-commits] gentoo-x86 commit in virtual/ruby-threads: ChangeLog ruby-threads-4.ebuild
@ 2013-11-12  7:29 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2013-11-12  7:29 UTC (permalink / raw
  To: gentoo-commits

graaff      13/11/12 07:29:26

  Modified:             ChangeLog ruby-threads-4.ebuild
  Log:
  Add keywords to match those of the underlying package.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.21                 virtual/ruby-threads/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-threads/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-threads/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-threads/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	9 Jul 2013 17:45:28 -0000	1.20
+++ ChangeLog	12 Nov 2013 07:29:26 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/ruby-threads
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.20 2013/07/09 17:45:28 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.21 2013/11/12 07:29:26 graaff Exp $
+
+  12 Nov 2013; Hans de Graaff <graaff@gentoo.org> ruby-threads-4.ebuild:
+  Add keywords to match those of the underlying package.
 
 *ruby-threads-4 (09 Jul 2013)
 



1.2                  virtual/ruby-threads/ruby-threads-4.ebuild

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

Index: ruby-threads-4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-threads-4.ebuild	9 Jul 2013 17:45:28 -0000	1.1
+++ ruby-threads-4.ebuild	12 Nov 2013 07:29:26 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-4.ebuild,v 1.1 2013/07/09 17:45:28 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-4.ebuild,v 1.2 2013/11/12 07:29:26 graaff Exp $
 
 EAPI=5
 USE_RUBY="ruby20"
@@ -13,7 +13,7 @@
 
 LICENSE=""
 SLOT="${USE_RUBY}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x64-macos"
 IUSE=""
 
 RDEPEND="dev-lang/ruby:2.0"





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

* [gentoo-commits] gentoo-x86 commit in virtual/ruby-threads: ChangeLog ruby-threads-4.ebuild
@ 2013-12-29 17:25 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2013-12-29 17:25 UTC (permalink / raw
  To: gentoo-commits

maekke      13/12/29 17:25:01

  Modified:             ChangeLog ruby-threads-4.ebuild
  Log:
  arm stable, bug #483254
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.28                 virtual/ruby-threads/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-threads/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-threads/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-threads/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	26 Dec 2013 16:13:24 -0000	1.27
+++ ChangeLog	29 Dec 2013 17:25:01 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/ruby-threads
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.27 2013/12/26 16:13:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.28 2013/12/29 17:25:01 maekke Exp $
+
+  29 Dec 2013; Markus Meier <maekke@gentoo.org> ruby-threads-4.ebuild:
+  arm stable, bug #483254
 
   26 Dec 2013; Markus Meier <maekke@gentoo.org> ruby-threads-0.ebuild:
   arm stable, bug #493780



1.6                  virtual/ruby-threads/ruby-threads-4.ebuild

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

Index: ruby-threads-4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ruby-threads-4.ebuild	20 Dec 2013 15:56:14 -0000	1.5
+++ ruby-threads-4.ebuild	29 Dec 2013 17:25:01 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-4.ebuild,v 1.5 2013/12/20 15:56:14 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-4.ebuild,v 1.6 2013/12/29 17:25:01 maekke Exp $
 
 EAPI=5
 USE_RUBY="ruby20"
@@ -13,7 +13,7 @@
 
 LICENSE=""
 SLOT="${USE_RUBY}"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x64-macos"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x64-macos"
 IUSE=""
 
 RDEPEND="dev-lang/ruby:2.0"





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

end of thread, other threads:[~2013-12-29 17:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-29 17:25 [gentoo-commits] gentoo-x86 commit in virtual/ruby-threads: ChangeLog ruby-threads-4.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2013-11-12  7:29 Hans de Graaff (graaff)
2013-07-09 17:45 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