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: ruby-ng.eclass ruby-ng-gnome2.eclass
Date: Sun, 22 Aug 2010 07:28:28
Message-Id: 20100822072824.74C412004E@flycatcher.gentoo.org
1 graaff 10/08/22 07:28:24
2
3 Modified: ruby-ng.eclass ruby-ng-gnome2.eclass
4 Log:
5 Update ruby eclass documentation.
6
7 Revision Changes Path
8 1.26 eclass/ruby-ng.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ruby-ng.eclass?rev=1.26&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ruby-ng.eclass?rev=1.26&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ruby-ng.eclass?r1=1.25&r2=1.26
13
14 Index: ruby-ng.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ruby-ng.eclass,v
17 retrieving revision 1.25
18 retrieving revision 1.26
19 diff -u -r1.25 -r1.26
20 --- ruby-ng.eclass 30 Jul 2010 17:28:53 -0000 1.25
21 +++ ruby-ng.eclass 22 Aug 2010 07:28:24 -0000 1.26
22 @@ -1,6 +1,6 @@
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/ruby-ng.eclass,v 1.25 2010/07/30 17:28:53 flameeyes Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng.eclass,v 1.26 2010/08/22 07:28:24 graaff Exp $
27 #
28 # @ECLASS: ruby-ng.eclass
29 # @MAINTAINER:
30 @@ -33,12 +33,14 @@
31 # * all_ruby_configure
32
33 # @ECLASS-VARIABLE: USE_RUBY
34 +# @REQUIRED
35 # @DESCRIPTION:
36 # This variable contains a space separated list of targets (see above) a package
37 # is compatible to. It must be set before the `inherit' call. There is no
38 # default. All ebuilds are expected to set this variable.
39
40 # @ECLASS-VARIABLE: RUBY_PATCHES
41 +# @DEFAULT_UNSET
42 # @DESCRIPTION:
43 # A String or Array of filenames of patches to apply to all implementations.
44
45
46
47
48 1.3 eclass/ruby-ng-gnome2.eclass
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ruby-ng-gnome2.eclass?rev=1.3&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ruby-ng-gnome2.eclass?rev=1.3&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ruby-ng-gnome2.eclass?r1=1.2&r2=1.3
53
54 Index: ruby-ng-gnome2.eclass
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/eclass/ruby-ng-gnome2.eclass,v
57 retrieving revision 1.2
58 retrieving revision 1.3
59 diff -u -r1.2 -r1.3
60 --- ruby-ng-gnome2.eclass 21 May 2010 16:54:25 -0000 1.2
61 +++ ruby-ng-gnome2.eclass 22 Aug 2010 07:28:24 -0000 1.3
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2010 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng-gnome2.eclass,v 1.2 2010/05/21 16:54:25 flameeyes Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng-gnome2.eclass,v 1.3 2010/08/22 07:28:24 graaff Exp $
67 #
68 # @ECLASS: ruby-ng-gnome2.eclass
69 # @MAINTAINER:
70 @@ -8,7 +8,8 @@
71 #
72 # Author: Hans de Graaff <graaff@g.o>
73 #
74 -# @BLURB:
75 +# @BLURB: An eclass to simplify handling of various ruby-gnome2 parts.
76 +# @DESCRIPTION:
77 # This eclass simplifies installation of the various pieces of
78 # ruby-gnome2 since they share a very common installation procedure.