| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.32 2009/11/29 19:10:01 flameeyes Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.33 2010/04/03 11:53:34 graaff Exp $ |
| 4 | |
4 | |
|
|
5 | # DEPRECATION NOTICE |
|
|
6 | # This eclass is deprecated because it does not properly handle |
|
|
7 | # multiple ruby targets. Please use ruby-fakegem.eclass instead. |
|
|
8 | # |
| 5 | # @ECLASS: gems.eclass |
9 | # @ECLASS: gems.eclass |
| 6 | # @MAINTAINER: |
10 | # @MAINTAINER: |
| 7 | # ruby@gentoo.org |
11 | # ruby@gentoo.org |
| 8 | # |
12 | # |
| 9 | # Original Author: Rob Cakebread <pythonhead@gentoo.org> |
13 | # Original Author: Rob Cakebread <pythonhead@gentoo.org> |