1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2011 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/x-modular.eclass,v 1.122 2011/10/04 21:23:46 chithanh Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.124 2011/12/27 17:55:13 fauli Exp $ |
4 | # |
4 | # |
5 | # @DEPRECATED |
5 | # @DEPRECATED |
6 | # This eclass has been superseded by xorg-2 |
6 | # This eclass has been superseded by xorg-2 |
7 | # Please modify your ebuilds to use that instead |
7 | # Please modify your ebuilds to use that instead |
8 | # |
8 | # |
9 | # @ECLASS: x-modular.eclass |
9 | # @ECLASS: x-modular.eclass |
10 | # @MAINTAINER: |
10 | # @MAINTAINER: |
11 | # Donnie Berkholz <dberkholz@gentoo.org>, x11@gentoo.org |
11 | # Donnie Berkholz <dberkholz@gentoo.org> |
|
|
12 | # x11@gentoo.org |
12 | # @BLURB: Reduces code duplication in the modularized X11 ebuilds. |
13 | # @BLURB: Reduces code duplication in the modularized X11 ebuilds. |
13 | # @DESCRIPTION: |
14 | # @DESCRIPTION: |
14 | # This eclass makes trivial X ebuilds possible for apps, fonts, drivers, |
15 | # This eclass makes trivial X ebuilds possible for apps, fonts, drivers, |
15 | # and more. Many things that would normally be done in various functions |
16 | # and more. Many things that would normally be done in various functions |
16 | # can be accessed by setting variables instead, such as patching, |
17 | # can be accessed by setting variables instead, such as patching, |