| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 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.1.16.ebuild,v 1.2 2009/03/01 09:05:51 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/Attic/wine-1.1.16.ebuild,v 1.3 2009/03/04 10:02:29 loki_val Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit multilib |
7 | inherit multilib |
| 8 | |
8 | |
| … | |
… | |
| 12 | SRC_URI="" |
12 | SRC_URI="" |
| 13 | KEYWORDS="" |
13 | KEYWORDS="" |
| 14 | else |
14 | else |
| 15 | MY_P="${PN}-${PV/_/-}" |
15 | MY_P="${PN}-${PV/_/-}" |
| 16 | SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" |
16 | SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" |
| 17 | KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" |
17 | KEYWORDS="-* -amd64 ~x86 ~x86-fbsd" |
| 18 | S=${WORKDIR}/${MY_P} |
18 | S=${WORKDIR}/${MY_P} |
| 19 | fi |
19 | fi |
| 20 | |
20 | |
| 21 | GV="0.9.1" |
21 | GV="0.9.1" |
| 22 | DESCRIPTION="free implementation of Windows(tm) on Unix" |
22 | DESCRIPTION="free implementation of Windows(tm) on Unix" |