| 1 | # Copyright 1999-2010 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/app-emulation/wine/Attic/wine-1.2.1.ebuild,v 1.1 2010/11/14 00:40:30 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/Attic/wine-1.2.1.ebuild,v 1.2 2011/01/12 18:18:55 vapier Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit eutils flag-o-matic multilib |
7 | inherit eutils flag-o-matic multilib |
| 8 | |
8 | |
| … | |
… | |
| 14 | else |
14 | else |
| 15 | AUTOTOOLS_AUTO_DEPEND="no" |
15 | AUTOTOOLS_AUTO_DEPEND="no" |
| 16 | inherit autotools |
16 | inherit autotools |
| 17 | MY_P="${PN}-${PV/_/-}" |
17 | MY_P="${PN}-${PV/_/-}" |
| 18 | SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" |
18 | SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" |
| 19 | KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" |
19 | KEYWORDS="-* amd64 x86 ~x86-fbsd" |
| 20 | S=${WORKDIR}/${MY_P} |
20 | S=${WORKDIR}/${MY_P} |
| 21 | fi |
21 | fi |
| 22 | |
22 | |
| 23 | pulse_patches() { echo "$1"/winepulse-{0.36,0.35-configure.ac,0.38-winecfg}.patch ; } |
23 | pulse_patches() { echo "$1"/winepulse-{0.36,0.35-configure.ac,0.38-winecfg}.patch ; } |
| 24 | GV="1.0.0-x86" |
24 | GV="1.0.0-x86" |