| 1 | # Copyright 1999-2012 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/x11-base/xorg-server/Attic/xorg-server-1.11.4-r1.ebuild,v 1.8 2012/06/09 18:54:12 armin76 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/Attic/xorg-server-1.11.4-r1.ebuild,v 1.9 2012/07/22 12:54:50 chithanh Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | XORG_DOC=doc |
7 | XORG_DOC=doc |
| 8 | XORG_EAUTORECONF=yes |
8 | XORG_EAUTORECONF=yes |
| … | |
… | |
| 216 | ewarn "category using this command:" |
216 | ewarn "category using this command:" |
| 217 | ewarn " emerge portage-utils; qlist -I -C x11-drivers/" |
217 | ewarn " emerge portage-utils; qlist -I -C x11-drivers/" |
| 218 | ewarn "or using sets from portage-2.2:" |
218 | ewarn "or using sets from portage-2.2:" |
| 219 | ewarn " emerge @x11-module-rebuild" |
219 | ewarn " emerge @x11-module-rebuild" |
| 220 | fi |
220 | fi |
|
|
221 | |
|
|
222 | if use udev && has_version sys-fs/udev[-keymap]; then |
|
|
223 | ewarn "sys-fs/udev was built without keymap support. This may cause input device" |
|
|
224 | ewarn "autoconfiguration to fail." |
|
|
225 | fi |
| 221 | } |
226 | } |
| 222 | |
227 | |
| 223 | pkg_postrm() { |
228 | pkg_postrm() { |
| 224 | # Get rid of module dir to ensure opengl-update works properly |
229 | # Get rid of module dir to ensure opengl-update works properly |
| 225 | if [[ -z ${REPLACED_BY_VERSION} && -e ${ROOT}/usr/$(get_libdir)/xorg/modules ]]; then |
230 | if [[ -z ${REPLACED_BY_VERSION} && -e ${ROOT}/usr/$(get_libdir)/xorg/modules ]]; then |