Gentoo Archives: gentoo-dev

From: Aron Griffis <agriffis@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Ruby: depreciating 1.6.8 in favour of 1.8.0
Date: Mon, 11 Aug 2003 01:25:58
Message-Id: 20030811012557.GC3017@time
In Reply to: [gentoo-dev] Ruby: depreciating 1.6.8 in favour of 1.8.0 by Tom Payne
1 Tom Payne wrote: [Sun Aug 10 2003, 10:22:52AM EDT]
2 > I would like to update all of dev-ruby to use 1.8.0, and depreciate 1.6.8
3 > completely. Reasons for depreciating 1.6.8 are:
4
5 You mean "deprecate", I'm pretty sure.
6
7 I've seen a number of things break with 1.8.0 that worked on 1.6.8, even
8 in my own code. It hasn't been hard to fix them, but it's taken some
9 time.
10
11 # epm -ql ruby | grep -v 1.6
12 /usr/bin/ruby
13 /usr/bin/irb
14 /usr/lib/libruby.so
15 /usr/share/man/man1/ruby.1.gz
16
17 Looks to me like it would be really easy to provide a SLOT="1.6" version
18 of the current ebuild, and make the new versions be SLOT="1.8". Would
19 that be a good solution? (Maybe not.. that's why I'm asking.)
20
21 Aron