Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
Date: Tue, 02 Sep 2014 05:30:28
Message-Id: 20140902053024.400C747DC@oystercatcher.gentoo.org
1 graaff 14/09/02 05:30:24
2
3 Modified: ChangeLog package.mask
4 Log:
5 Mask jruby 1.6 and its RUBY_TARGETS USE flag.
6
7 Revision Changes Path
8 1.9339 profiles/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9339&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9339&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9338&r2=1.9339
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
17 retrieving revision 1.9338
18 retrieving revision 1.9339
19 diff -u -r1.9338 -r1.9339
20 --- ChangeLog 2 Sep 2014 00:30:44 -0000 1.9338
21 +++ ChangeLog 2 Sep 2014 05:30:23 -0000 1.9339
22 @@ -1,11 +1,14 @@
23 # ChangeLog for profile directory
24 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9338 2014/09/02 00:30:44 dolsen Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9339 2014/09/02 05:30:23 graaff Exp $
27 #
28 # This ChangeLog should include records for all changes in profiles directory.
29 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
30 # here. If in doubt put a record here!
31
32 + 02 Sep 2014; Hans de Graaff <graaff@g.o> base/use.mask, package.mask:
33 + Mask jruby 1.6 and its RUBY_TARGETS USE flag.
34 +
35 02 Sep 2014; Brian Dolbec <dolsen@g.o> package.mask:
36 Mask NON-MAINTAINER commit for testing and review
37
38
39
40
41 1.16000 profiles/package.mask
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16000&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16000&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15999&r2=1.16000
46
47 Index: package.mask
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
50 retrieving revision 1.15999
51 retrieving revision 1.16000
52 diff -u -r1.15999 -r1.16000
53 --- package.mask 2 Sep 2014 00:30:44 -0000 1.15999
54 +++ package.mask 2 Sep 2014 05:30:23 -0000 1.16000
55 @@ -1,5 +1,5 @@
56 ####################################################################
57 -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15999 2014/09/02 00:30:44 dolsen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16000 2014/09/02 05:30:23 graaff Exp $
59 #
60 # When you add an entry to the top of this file, add your name, the date, and
61 # an explanation of why something is getting masked. Please be extremely
62 @@ -30,6 +30,21 @@
63
64 #--- END OF EXAMPLES ---
65
66 +# Hans de Graaff <graaff@g.o> (1 Sep 2014)
67 +# Mask jruby 1.6.x for removal in 30 days. This version is still based
68 +# on ruby 1.8. Many packages are no longer compatible with its
69 +# syntax, and security support for ruby 1.8 has stopped. This
70 +# incompatibility now has reached central packages like rubygems so we
71 +# have decided to remove jruby 1.6 now. jruby upstream has released
72 +# the 1.7.x series some time ago, but unfortunately we only have a
73 +# masked version that has too many issues to unmask. Please let us
74 +# know if you know java and ruby and want to help out here:
75 +# http://moving-innovations.com/blog/2014/04/23/the-precarious-state-of-jruby-in-gentoo
76 +=dev-java/jruby-1.6*
77 +virtual/ruby-rdoc:2
78 +virtual/ruby-ssl:2
79 +virtual/ruby-threads:2
80 +
81 # Pawel Hajdan jr <phajdan.jr@g.o> (29 Aug 2014)
82 # Dev channel releases are only for people who are developers or want more
83 # experimental features and accept a more unstable release.