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/ruby-ng.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/ruby-ng.eclass')
-rw-r--r-- | eclass/ruby-ng.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
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. |