| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 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.7.7-r1.ebuild,v 1.1 2010/07/31 11:40:18 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/Attic/xorg-server-1.7.7-r1.ebuild,v 1.2 2010/07/31 12:30:23 chithanh Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | # Must be before x-modular eclass is inherited |
7 | # Must be before x-modular eclass is inherited |
| 8 | SNAPSHOT="yes" |
8 | SNAPSHOT="yes" |
| … | |
… | |
| 124 | # These have been sent upstream |
124 | # These have been sent upstream |
| 125 | UPSTREAMED_PATCHES=( |
125 | UPSTREAMED_PATCHES=( |
| 126 | "${WORKDIR}/patches/" |
126 | "${WORKDIR}/patches/" |
| 127 | # Fix for bug #304067 |
127 | # Fix for bug #304067 |
| 128 | "${FILESDIR}/1.7.5.902-fix-tslib-1.0-check.patch" |
128 | "${FILESDIR}/1.7.5.902-fix-tslib-1.0-check.patch" |
|
|
129 | "${FILESDIR}"/${PN}-1.8-nouveau-default.patch |
| 129 | ) |
130 | ) |
| 130 | |
131 | |
| 131 | PATCHES=( |
132 | PATCHES=( |
| 132 | "${UPSTREAMED_PATCHES[@]}" |
133 | "${UPSTREAMED_PATCHES[@]}" |
| 133 | ) |
134 | ) |