graaff      15/01/19 19:35:41

  Modified:             ChangeLog
  Added:                ruby-threads-7.ebuild ruby-threads-6.ebuild
  Log:
  Add new versions for stable and unstable in the default slot to fix issues 
with some dependency resolvers.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.36                 virtual/ruby-threads/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   10 Oct 2014 09:02:07 -0000      1.35
+++ ChangeLog   19 Jan 2015 19:35:41 -0000      1.36
@@ -1,6 +1,14 @@
 # ChangeLog for virtual/ruby-threads
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.35 
2014/10/10 09:02:07 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.36 
2015/01/19 19:35:41 graaff Exp $
+
+*ruby-threads-7 (19 Jan 2015)
+*ruby-threads-6 (19 Jan 2015)
+
+  19 Jan 2015; Hans de Graaff <[email protected]> +ruby-threads-6.ebuild,
+  +ruby-threads-7.ebuild:
+  Add new versions for stable and unstable in the default slot to fix issues
+  with some dependency resolvers.
 
   10 Oct 2014; Hans de Graaff <[email protected]> -ruby-threads-2.ebuild:
   Remove masked jruby 1.6 version.



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

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

Index: ruby-threads-7.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-7.ebuild,v 
1.1 2015/01/19 19:35:41 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

inherit ruby-ng

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

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

RDEPEND="
        ruby_targets_ruby19? ( dev-lang/ruby:1.9 )
        ruby_targets_ruby20? ( dev-lang/ruby:2.0 )
        ruby_targets_ruby21? ( dev-lang/ruby:2.1 )"

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



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

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

Index: ruby-threads-6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-6.ebuild,v 
1.1 2015/01/19 19:35:41 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20"

inherit ruby-ng

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

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

RDEPEND="
        ruby_targets_ruby19? ( dev-lang/ruby:1.9 )
        ruby_targets_ruby20? ( dev-lang/ruby:2.0 )"

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




Reply via email to