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 eclass: gems.eclass ruby-gnome2.eclass ruby.eclass
Date: Sat, 03 Apr 2010 11:53:36
Message-Id: E1Ny1uw-0003g5-AI@stork.gentoo.org
1 graaff 10/04/03 11:53:34
2
3 Modified: gems.eclass ruby-gnome2.eclass ruby.eclass
4 Log:
5 Add deprecation notices to the old ruby eclasses.
6
7 Revision Changes Path
8 1.33 eclass/gems.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gems.eclass?rev=1.33&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gems.eclass?rev=1.33&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gems.eclass?r1=1.32&r2=1.33
13
14 Index: gems.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v
17 retrieving revision 1.32
18 retrieving revision 1.33
19 diff -u -r1.32 -r1.33
20 --- gems.eclass 29 Nov 2009 19:10:01 -0000 1.32
21 +++ gems.eclass 3 Apr 2010 11:53:34 -0000 1.33
22 @@ -1,7 +1,11 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.32 2009/11/29 19:10:01 flameeyes Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.33 2010/04/03 11:53:34 graaff Exp $
27
28 +# DEPRECATION NOTICE
29 +# This eclass is deprecated because it does not properly handle
30 +# multiple ruby targets. Please use ruby-fakegem.eclass instead.
31 +#
32 # @ECLASS: gems.eclass
33 # @MAINTAINER:
34 # ruby@g.o
35
36
37
38 1.17 eclass/ruby-gnome2.eclass
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ruby-gnome2.eclass?rev=1.17&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ruby-gnome2.eclass?rev=1.17&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ruby-gnome2.eclass?r1=1.16&r2=1.17
43
44 Index: ruby-gnome2.eclass
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/eclass/ruby-gnome2.eclass,v
47 retrieving revision 1.16
48 retrieving revision 1.17
49 diff -u -r1.16 -r1.17
50 --- ruby-gnome2.eclass 13 Sep 2009 12:30:44 -0000 1.16
51 +++ ruby-gnome2.eclass 3 Apr 2010 11:53:34 -0000 1.17
52 @@ -1,6 +1,10 @@
53 # Copyright 1999-2004 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-gnome2.eclass,v 1.16 2009/09/13 12:30:44 flameeyes Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-gnome2.eclass,v 1.17 2010/04/03 11:53:34 graaff Exp $
57 +#
58 +# DEPRECATION NOTICE
59 +# This eclass is deprecated because it does not properly handle
60 +# multiple ruby targets. Please use ruby-ng-gnome2.eclass instead.
61 #
62 # This eclass simplifies installation of the various pieces of
63 # ruby-gnome2 since they share a very common installation procedure.
64
65
66
67 1.78 eclass/ruby.eclass
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ruby.eclass?rev=1.78&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ruby.eclass?rev=1.78&content-type=text/plain
71 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ruby.eclass?r1=1.77&r2=1.78
72
73 Index: ruby.eclass
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v
76 retrieving revision 1.77
77 retrieving revision 1.78
78 diff -u -r1.77 -r1.78
79 --- ruby.eclass 3 Oct 2009 08:31:29 -0000 1.77
80 +++ ruby.eclass 3 Apr 2010 11:53:34 -0000 1.78
81 @@ -1,6 +1,10 @@
82 # Copyright 1999-2004 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.77 2009/10/03 08:31:29 a3li Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.78 2010/04/03 11:53:34 graaff Exp $
86 +#
87 +# DEPRECATION NOTICE
88 +# This eclass is deprecated because it does not properly handle
89 +# multiple ruby targets. Please use ruby-ng.eclass instead.
90 #
91 # @ECLASS: ruby.eclass
92 # @MAINTAINER: