public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] News item: Removal of Ruby MRI 1.8; Ruby MRI 1.9 and 2.0 now default
@ 2014-03-07 17:41 Manuel Rüger
  2014-03-07 18:07 ` Ulrich Mueller
  0 siblings, 1 reply; 10+ messages in thread
From: Manuel Rüger @ 2014-03-07 17:41 UTC (permalink / raw
  To: gentoo-dev, pr


[-- Attachment #1.1: Type: text/plain, Size: 179 bytes --]

As we will remove Ruby 1.8 from tree and add Ruby 2.0 target to base
profile's RUBY_TARGETS variable, this will be the news item for the
upcoming changes.

Cheers,

Manuel

[-- Attachment #1.2: 2014-03-07-ruby-1.8-removal.en.txt --]
[-- Type: text/plain, Size: 887 bytes --]

Title: Removal of Ruby MRI 1.8; Ruby MRI 1.9 and 2.0 now default
Author: Manuel Rüger <mrueg@gentoo.org>
Content-Type: text/plain
Posted: 2014-03-07
Revision: 1
News-Item-Format: 1.0
Display-If-Installed: dev-lang/ruby

Ruby MRI 1.8 has been retired by upstream in June 2013.[1]
We remove Ruby MRI 1.8 support from the tree now. In parallel Ruby MRI 2.0 
support will be activated in base profile's RUBY_TARGETS variable by default 
in conjunction with Ruby MRI 1.9.

If your currently eselected Ruby interpreter is ruby18, our recommendation is 
to change it to ruby19. At the moment Ruby MRI 1.9 delivers the best possible 
support of all Ruby interpreters in tree.

Check the current setting via:

	eselect ruby show

Change the current setting to Ruby MRI 1.9 via:

	eselect ruby set ruby19

[1] https://www.ruby-lang.org/en/news/2013/06/30/we-retire-1-8-7/

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 1031 bytes --]

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

* Re: [gentoo-dev] News item: Removal of Ruby MRI 1.8; Ruby MRI 1.9 and 2.0 now default
  2014-03-07 17:41 [gentoo-dev] News item: Removal of Ruby MRI 1.8; Ruby MRI 1.9 and 2.0 now default Manuel Rüger
@ 2014-03-07 18:07 ` Ulrich Mueller
  2014-03-08  1:46   ` [gentoo-dev] " Duncan
  0 siblings, 1 reply; 10+ messages in thread
From: Ulrich Mueller @ 2014-03-07 18:07 UTC (permalink / raw
  To: gentoo-dev; +Cc: pr

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

>>>>> On Fri, 07 Mar 2014, Manuel Rüger wrote:

> Title: Removal of Ruby MRI 1.8; Ruby MRI 1.9 and 2.0 now default

Too long, 44 chars maximum by GLEP 42.

Ulrich

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

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

* [gentoo-dev] Re: News item: Removal of Ruby MRI 1.8; Ruby MRI 1.9 and 2.0 now default
  2014-03-07 18:07 ` Ulrich Mueller
@ 2014-03-08  1:46   ` Duncan
  2014-03-08 10:37     ` Tom Wijsman
  0 siblings, 1 reply; 10+ messages in thread
From: Duncan @ 2014-03-08  1:46 UTC (permalink / raw
  To: gentoo-dev

Ulrich Mueller posted on Fri, 07 Mar 2014 19:07:18 +0100 as excerpted:

>>>>>> On Fri, 07 Mar 2014, Manuel Rüger wrote:
> 
>> Title: Removal of Ruby MRI 1.8; Ruby MRI 1.9 and 2.0 now default
> 
> Too long, 44 chars maximum by GLEP 42.
> 
> Ulrich

Hmm...

0         1         2         3         4
012345678901234567890123456789012345678901234

Removal of Ruby MRI 1.8; Ruby MRI 1.9 and 2.0 now default

(No go, too long.)

Suggested:

Ruby MRI 1.8 removal; 1.9/2.0 now default

Or...

Ruby MRI 1.8 removal; 1.9 recommended default

(The latter is GLEP 42's max 44 chars exactly, and accurately
represents the recommended eselect ruby setting.)

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman



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

* Re: [gentoo-dev] Re: News item: Removal of Ruby MRI 1.8; Ruby MRI 1.9 and 2.0 now default
  2014-03-08  1:46   ` [gentoo-dev] " Duncan
@ 2014-03-08 10:37     ` Tom Wijsman
  2014-03-08 13:25       ` Alex Xu
  2014-03-08 21:27       ` Duncan
  0 siblings, 2 replies; 10+ messages in thread
From: Tom Wijsman @ 2014-03-08 10:37 UTC (permalink / raw
  To: 1i5t5.duncan; +Cc: gentoo-dev

On Sat, 8 Mar 2014 01:46:52 +0000 (UTC)
Duncan <1i5t5.duncan@cox.net> wrote:

> 0         1         2         3         4
> 012345678901234567890123456789012345678901234
> Ruby MRI 1.8 removal; 1.9 recommended default
> 
> (The latter is GLEP 42's max 44 chars exactly, and accurately
> represents the recommended eselect ruby setting.)

  $ x="Ruby MRI 1.8 removal; 1.9 recommended default" ; echo ${#x}
 45

Since you have started with 0 instead of 1, you have one character
more; thus we'll need to find another character to cut, since that
doesn't seem possible I suggest we drop the word "default" instead.

  $ x="Ruby MRI 1.8 removal; 1.9 recommended" ; echo ${#x}
 37

-- 
With kind regards,

Tom Wijsman (TomWij)
Gentoo Developer

E-mail address  : TomWij@gentoo.org
GPG Public Key  : 6D34E57D
GPG Fingerprint : C165 AF18 AB4C 400B C3D2  ABF0 95B2 1FCD 6D34 E57D


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

* Re: [gentoo-dev] Re: News item: Removal of Ruby MRI 1.8; Ruby MRI 1.9 and 2.0 now default
  2014-03-08 10:37     ` Tom Wijsman
@ 2014-03-08 13:25       ` Alex Xu
  2014-03-08 13:52         ` Alex Legler
  2014-03-08 17:19         ` Manuel Rüger
  2014-03-08 21:27       ` Duncan
  1 sibling, 2 replies; 10+ messages in thread
From: Alex Xu @ 2014-03-08 13:25 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 842 bytes --]

On 08/03/14 05:37 AM, Tom Wijsman wrote:
> On Sat, 8 Mar 2014 01:46:52 +0000 (UTC)
> Duncan <1i5t5.duncan@cox.net> wrote:
> 
>> 0         1         2         3         4
>> 012345678901234567890123456789012345678901234
>> Ruby MRI 1.8 removal; 1.9 recommended default
>>
>> (The latter is GLEP 42's max 44 chars exactly, and accurately
>> represents the recommended eselect ruby setting.)
> 
>   $ x="Ruby MRI 1.8 removal; 1.9 recommended default" ; echo ${#x}
>  45
> 
> Since you have started with 0 instead of 1, you have one character
> more; thus we'll need to find another character to cut, since that
> doesn't seem possible I suggest we drop the word "default" instead.
> 
>   $ x="Ruby MRI 1.8 removal; 1.9 recommended" ; echo ${#x}
>  37
> 

$ x="Ruby MRI 1.8 removal; 1.9 now recommended" ; echo ${#x}
41


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: [gentoo-dev] Re: News item: Removal of Ruby MRI 1.8; Ruby MRI 1.9 and 2.0 now default
  2014-03-08 13:25       ` Alex Xu
@ 2014-03-08 13:52         ` Alex Legler
  2014-03-08 13:56           ` Alex Legler
  2014-03-08 17:19         ` Manuel Rüger
  1 sibling, 1 reply; 10+ messages in thread
From: Alex Legler @ 2014-03-08 13:52 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1114 bytes --]

On 08.03.2014 14:25, Alex Xu wrote:
> On 08/03/14 05:37 AM, Tom Wijsman wrote:
>> On Sat, 8 Mar 2014 01:46:52 +0000 (UTC)
>> Duncan <1i5t5.duncan@cox.net> wrote:
>>
>>> 0         1         2         3         4
>>> 012345678901234567890123456789012345678901234
>>> Ruby MRI 1.8 removal; 1.9 recommended default
>>>
>>> (The latter is GLEP 42's max 44 chars exactly, and accurately
>>> represents the recommended eselect ruby setting.)
>>
>>   $ x="Ruby MRI 1.8 removal; 1.9 recommended default" ; echo ${#x}
>>  45
>>
>> Since you have started with 0 instead of 1, you have one character
>> more; thus we'll need to find another character to cut, since that
>> doesn't seem possible I suggest we drop the word "default" instead.
>>
>>   $ x="Ruby MRI 1.8 removal; 1.9 recommended" ; echo ${#x}
>>  37
>>
> 
> $ x="Ruby MRI 1.8 removal; 1.9 now recommended" ; echo ${#x}
> 41
> 

I hereby make trademark claim to the name 'GLEP 42 Title Golf'.

Also, I doubt we're recommending 1.9 over 2.0 (or vice versa).

-- 
Alex Legler <a3li@gentoo.org>
Gentoo Security/Ruby/Infrastructure


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

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

* Re: [gentoo-dev] Re: News item: Removal of Ruby MRI 1.8; Ruby MRI 1.9 and 2.0 now default
  2014-03-08 13:52         ` Alex Legler
@ 2014-03-08 13:56           ` Alex Legler
  2014-03-08 17:16             ` Manuel Rüger
  0 siblings, 1 reply; 10+ messages in thread
From: Alex Legler @ 2014-03-08 13:56 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 330 bytes --]

On 08.03.2014 14:52, Alex Legler wrote:
> 
> Also, I doubt we're recommending 1.9 over 2.0 (or vice versa).
> 

scratch that, seems like we are (even though big users like rails
actively push users to 2.0; but that's probably not important here)

-- 
Alex Legler <a3li@gentoo.org>
Gentoo Security/Ruby/Infrastructure


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

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

* Re: [gentoo-dev] Re: News item: Removal of Ruby MRI 1.8; Ruby MRI 1.9 and 2.0 now default
  2014-03-08 13:56           ` Alex Legler
@ 2014-03-08 17:16             ` Manuel Rüger
  0 siblings, 0 replies; 10+ messages in thread
From: Manuel Rüger @ 2014-03-08 17:16 UTC (permalink / raw
  To: gentoo-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

On 03/08/2014 02:56 PM, Alex Legler wrote:
> On 08.03.2014 14:52, Alex Legler wrote:
>> 
>> Also, I doubt we're recommending 1.9 over 2.0 (or vice versa).
>> 
> 
> scratch that, seems like we are (even though big users like rails 
> actively push users to 2.0; but that's probably not important
> here)
> 

See: http://moving-innovations.com/~graaff/targets.svg

Currently most ebuilds work with Ruby 1.9. Ruby 2.0 has already gained
support, but most of these packages don't have a stable keyword.

Cheers,

Manuel
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQJ8BAEBCgBmBQJTG1BaXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4MDA1RERERkM0ODM2QkE4MEY3NzY0N0M1
OEZCQTM2QzhEOUQ2MzVDAAoJEFj7o2yNnWNcFpMQALMptvzrEF1RS80cCXECG9P6
APTuB5/PCTUcy+wk8PnLkRb7c7B7nbfTEFyoWERlmTV9r6S3Ft1t5gtmO2mJ7U4F
dWb7uOPCU95w24Sbbf4cRczESTkoImcuNweXWzvz3Azbkjj3OgX3KYc9Po7i+gli
So9AQTePtbdxcx/Ep3nt53tF5Uz8t4tg++Fg0Zprl0qAITg436QuuXGFpb8K0GIG
YgK9Nn3LjYnkjiNcpvTeqM3tCO2r0SVKgUiq9VIiYSTvGXf55lHSbxFPQPHYGPF3
/V3XUptdt0PWB9VYdeISpyRm4pfwt+2BzSoRpWmMH/C9EDSEvBdOchdMJWMoegNa
U1yhalBsmWR7jG6eWDJNqyFlGmmFuCBWQyS/bNN/7hBLERrzhoFXBuQ9U6l1NSdL
GIpV8MuavfaOjgAI3l9IqTC23J9hN2yuP+SUssfAXriP1Q1VU6ofZsEFWYnTVKYp
h3QzcrU8UKmVIVnkN0WlsNBk3t79iCZ0MxhjEafS2pLAk04960pC/n/xExxxkWhD
Om2hBle11Sc5nszogTicFcAAaYb7u03m6TVuoEF9dPLWgsGI7Om4THk4Q8mYPvny
lDHRQMSQDI5UM++gJjfiCYCB8h4GMXw+f+EyHlsaALo7my5BiMlItrL9uOoYONNi
vRIGhlsjU3CKdIxLct6Y
=KXjh
-----END PGP SIGNATURE-----


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

* Re: [gentoo-dev] Re: News item: Removal of Ruby MRI 1.8; Ruby MRI 1.9 and 2.0 now default
  2014-03-08 13:25       ` Alex Xu
  2014-03-08 13:52         ` Alex Legler
@ 2014-03-08 17:19         ` Manuel Rüger
  1 sibling, 0 replies; 10+ messages in thread
From: Manuel Rüger @ 2014-03-08 17:19 UTC (permalink / raw
  To: gentoo-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

On 03/08/2014 02:25 PM, Alex Xu wrote:
> On 08/03/14 05:37 AM, Tom Wijsman wrote:
>> On Sat, 8 Mar 2014 01:46:52 +0000 (UTC) Duncan
>> <1i5t5.duncan@cox.net> wrote:
>> 
>>> 0         1         2         3         4 
>>> 012345678901234567890123456789012345678901234 Ruby MRI 1.8
>>> removal; 1.9 recommended default
>>> 
>>> (The latter is GLEP 42's max 44 chars exactly, and accurately 
>>> represents the recommended eselect ruby setting.)
>> 
>> $ x="Ruby MRI 1.8 removal; 1.9 recommended default" ; echo ${#x} 
>> 45
>> 
>> Since you have started with 0 instead of 1, you have one
>> character more; thus we'll need to find another character to cut,
>> since that doesn't seem possible I suggest we drop the word
>> "default" instead.
>> 
>> $ x="Ruby MRI 1.8 removal; 1.9 recommended" ; echo ${#x} 37
>> 
> 
> $ x="Ruby MRI 1.8 removal; 1.9 now recommended" ; echo ${#x} 41
> 


Thanks for your help!
New title: "Ruby 1.8 removal; Ruby 1.9/2.0 default"

Cheers,

Manuel
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQJ8BAEBCgBmBQJTG1E1XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4MDA1RERERkM0ODM2QkE4MEY3NzY0N0M1
OEZCQTM2QzhEOUQ2MzVDAAoJEFj7o2yNnWNcSngP/3K3kFXlOB08bWgJrLBRj9u3
v/4AWLtAul+nVyCuDAtjMYQHEks9XqCQ5NIuLYYCAyXO+6MWVnPQ8biYfbZXt5dQ
JUSDpFpVY0KOAJWhPQJjAKv6vCPygp73Plv0s+bX9OeXUjp5/lRD21Y0pii0Fdw/
IHdJX7HeRfbiAV+naMyeEhIDRwABA4ex+I6n7KJ27L2JPEP/iykqCkG+qCmNKhce
NX15TpGYZJvSx1mkQBmQFfknNTza8fy4LB/ccwBAD4iIZXRgw1qTgb855z2bfRtl
lPtUouu689AWqRHlFDzUmvuKRgJHWLD81Bux+T5+9ve6K5jB2tUNLutsLkQJ9QrX
2AxarunEcvjrXh7DRdWAp5DjqykgspzlVN01y0NaJJVIDlp1U5fZd42qX4z5YXq+
xQTMQonNFDQ7q6d6gX+JInQt5RJDZJxFUIZ2I731vWFO6hHhF5VR5oN2IpA2pKor
SE26Kl9+WWqtyLAFHr204sZAmU38qWzhQ6cCF0nZCh4IZe2ciEr7chVLzbp6d7RZ
grCog4W4OyRVoH2kRqsTl6eiSeWMJ+fe6N7fJ08HidQwy9P5+KZ/I47rncYSbKRc
m2Wj+4nYmZPsMM+LFS+1CVl+VBCcBv3pDfx8g0JzE5HutJ6IUQ21jUTvQwqICznk
W3B62Kc7KTobEA1M9r4+
=Ewje
-----END PGP SIGNATURE-----


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

* [gentoo-dev] Re: News item: Removal of Ruby MRI 1.8; Ruby MRI 1.9 and 2.0 now default
  2014-03-08 10:37     ` Tom Wijsman
  2014-03-08 13:25       ` Alex Xu
@ 2014-03-08 21:27       ` Duncan
  1 sibling, 0 replies; 10+ messages in thread
From: Duncan @ 2014-03-08 21:27 UTC (permalink / raw
  To: gentoo-dev

Tom Wijsman posted on Sat, 08 Mar 2014 11:37:55 +0100 as excerpted:

>> 0         1         2         3         4
>> 012345678901234567890123456789012345678901234
>> Ruby MRI 1.8 removal; 1.9 recommended default
>> 
>> (The latter is GLEP 42's max 44 chars exactly, and accurately
>> represents the recommended eselect ruby setting.)
> 
>   $ x="Ruby MRI 1.8 removal; 1.9 recommended default" ; echo ${#x}
>  45
> 
> Since you have started with 0 instead of 1,

Oops!  Thanks.  (Now where's that paper bag?)

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman



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

end of thread, other threads:[~2014-03-08 21:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-07 17:41 [gentoo-dev] News item: Removal of Ruby MRI 1.8; Ruby MRI 1.9 and 2.0 now default Manuel Rüger
2014-03-07 18:07 ` Ulrich Mueller
2014-03-08  1:46   ` [gentoo-dev] " Duncan
2014-03-08 10:37     ` Tom Wijsman
2014-03-08 13:25       ` Alex Xu
2014-03-08 13:52         ` Alex Legler
2014-03-08 13:56           ` Alex Legler
2014-03-08 17:16             ` Manuel Rüger
2014-03-08 17:19         ` Manuel Rüger
2014-03-08 21:27       ` Duncan

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