| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 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.8 2006/04/06 23:36:02 caleb Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.9 2006/06/15 12:40:08 caleb Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Rob Cakebread <pythonhead@gentoo.org> |
5 | # Author: Rob Cakebread <pythonhead@gentoo.org> |
| 6 | # Current Maintainer: Rob Cakebread <pythonhead@gentoo.org> |
6 | # Current Maintainer: Ruby Herd <ruby@gentoo.org> |
| 7 | # |
7 | # |
| 8 | # The gems eclass is designed to allow easier installation of |
8 | # The gems eclass is designed to allow easier installation of |
| 9 | # gems-based ruby packagess and their incorporation into |
9 | # gems-based ruby packagess and their incorporation into |
| 10 | # the Gentoo Linux system. |
10 | # the Gentoo Linux system. |
| 11 | # |
11 | # |