1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2012 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/Attic/qt4.eclass,v 1.64 2011/11/22 18:42:10 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/Attic/qt4.eclass,v 1.65 2012/05/19 13:40:52 pesa Exp $ |
4 | |
4 | |
|
|
5 | # @DEAD |
5 | # @DEPRECATED |
6 | # @DEPRECATED |
6 | # This eclass has been superseded by qt4-r2 |
7 | # This eclass has been superseded by qt4-r2 |
7 | # Please modify your ebuilds to use that instead |
8 | # Please modify your ebuilds to use that instead |
8 | |
9 | |
9 | # @ECLASS: qt4.eclass |
10 | # @ECLASS: qt4.eclass |
10 | # @MAINTAINER: |
11 | # @MAINTAINER: |
11 | # Ben de Groot <yngwin@gentoo.org> |
12 | # Ben de Groot <yngwin@gentoo.org> |
12 | # Markos Chandras <hwoarang@gentoo.org> |
13 | # Markos Chandras <hwoarang@gentoo.org> |
13 | # Caleb Tennis <caleb@gentoo.org> |
14 | # Caleb Tennis <caleb@gentoo.org> |
14 | # Przemyslaw Maciag <troll@gentoo.org> |
15 | # Przemyslaw Maciag <troll@gentoo.org> |
15 | # Davide Pesavento <davidepesa@gmail.com> |
16 | # Davide Pesavento <pesa@gentoo.org> |
16 | # @BLURB: Eclass for Qt4 packages |
17 | # @BLURB: Eclass for Qt4 packages |
17 | # @DESCRIPTION: |
18 | # @DESCRIPTION: |
18 | # This eclass contains various functions that may be useful |
19 | # This eclass contains various functions that may be useful |
19 | # when dealing with packages using Qt4 libraries. |
20 | # when dealing with packages using Qt4 libraries. |
20 | |
21 | |