diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-22 07:28:24 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-22 07:28:24 +0000 |
commit | 734a3781a9f04b20c75cbe06eca4d6187fffbe76 (patch) | |
tree | 22d61d761ec92eeec9d32beeb36d1b9d28ef3c33 /eclass | |
parent | initial ebuild, bug #327013 (diff) | |
download | gentoo-2-734a3781a9f04b20c75cbe06eca4d6187fffbe76.tar.gz gentoo-2-734a3781a9f04b20c75cbe06eca4d6187fffbe76.tar.bz2 gentoo-2-734a3781a9f04b20c75cbe06eca4d6187fffbe76.zip |
Update ruby eclass documentation.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ruby-ng-gnome2.eclass | 5 | ||||
-rw-r--r-- | eclass/ruby-ng.eclass | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index 51eb6b16537b..ec3e618a0e46 100644 --- a/eclass/ruby-ng-gnome2.eclass +++ b/eclass/ruby-ng-gnome2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng-gnome2.eclass,v 1.2 2010/05/21 16:54:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng-gnome2.eclass,v 1.3 2010/08/22 07:28:24 graaff Exp $ # # @ECLASS: ruby-ng-gnome2.eclass # @MAINTAINER: @@ -8,7 +8,8 @@ # # Author: Hans de Graaff <graaff@gentoo.org> # -# @BLURB: +# @BLURB: An eclass to simplify handling of various ruby-gnome2 parts. +# @DESCRIPTION: # This eclass simplifies installation of the various pieces of # ruby-gnome2 since they share a very common installation procedure. diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass index f1f324e6aae7..01a87284fb61 100644 --- a/eclass/ruby-ng.eclass +++ b/eclass/ruby-ng.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng.eclass,v 1.25 2010/07/30 17:28:53 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng.eclass,v 1.26 2010/08/22 07:28:24 graaff Exp $ # # @ECLASS: ruby-ng.eclass # @MAINTAINER: @@ -33,12 +33,14 @@ # * all_ruby_configure # @ECLASS-VARIABLE: USE_RUBY +# @REQUIRED # @DESCRIPTION: # This variable contains a space separated list of targets (see above) a package # is compatible to. It must be set before the `inherit' call. There is no # default. All ebuilds are expected to set this variable. # @ECLASS-VARIABLE: RUBY_PATCHES +# @DEFAULT_UNSET # @DESCRIPTION: # A String or Array of filenames of patches to apply to all implementations. |