| 1 | # Copyright 1999-2002 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2002 Gentoo Technologies, Inc. |
| 2 | # Distributed under the terms of the GNU General Public License, v2 or later |
2 | # Distributed under the terms of the GNU General Public License, v2 or later |
| 3 | # Author: Martin Schlemmer <azarah@gentoo.org> |
3 | # Author: Martin Schlemmer <azarah@gentoo.org> |
| 4 | # $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.6 2002/06/24 02:06:01 azarah Exp $ |
4 | # $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.7 2002/07/12 15:24:36 danarmak Exp $ |
| 5 | # This eclass can be used for packages that needs a working X environment to build |
5 | # This eclass can be used for packages that needs a working X environment to build |
| 6 | ECLASS=virtualx |
6 | ECLASS=virtualx |
|
|
7 | INHERITED="$INHERITED $ECLASS" |
| 7 | newdepend virtual/x11 |
8 | newdepend virtual/x11 |
| 8 | |
9 | |
| 9 | DESCRIPTION="Based on the $ECLASS eclass" |
10 | DESCRIPTION="Based on the $ECLASS eclass" |
| 10 | |
11 | |
| 11 | virtualmake() { |
12 | virtualmake() { |