| 1 | # Copyright 2005 Gentoo Foundation |
1 | # Copyright 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/Attic/qt4.eclass,v 1.7 2006/12/06 18:26:35 caleb Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/Attic/qt4.eclass,v 1.8 2007/01/31 13:02:35 caleb Exp $ |
| 4 | # |
4 | # |
| 5 | # Author Caleb Tennis <caleb@gentoo.org> |
5 | # Author Caleb Tennis <caleb@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eclass is simple. Inherit it, and in your depend, do something like this: |
7 | # This eclass is simple. Inherit it, and in your depend, do something like this: |
| 8 | # |
8 | # |
| … | |
… | |
| 15 | |
15 | |
| 16 | inherit versionator |
16 | inherit versionator |
| 17 | |
17 | |
| 18 | QTPKG="x11-libs/qt-" |
18 | QTPKG="x11-libs/qt-" |
| 19 | QT4MAJORVERSIONS="4.2 4.1 4.0" |
19 | QT4MAJORVERSIONS="4.2 4.1 4.0" |
| 20 | QT4VERSIONS="4.2.2 4.2.1 4.2.0-r2 4.2.0-r1 4.2.0 4.1.4-r2 4.1.4-r2 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.0.1 4.0.0" |
20 | QT4VERSIONS="4.2.2 4.2.1 4.2.0-r2 4.2.0-r1 4.2.0 4.1.4-r2 4.1.4-r1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.0.1 4.0.0" |
| 21 | |
21 | |
| 22 | qt4_min_version() { |
22 | qt4_min_version() { |
| 23 | echo "|| (" |
23 | echo "|| (" |
| 24 | qt4_min_version_list "$@" |
24 | qt4_min_version_list "$@" |
| 25 | echo ")" |
25 | echo ")" |