Lines 2-7
Link Here
|
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-dicts/edictionary/edictionary-1.2.ebuild,v 1.5 2005/01/01 12:51:28 eradicator Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/app-dicts/edictionary/edictionary-1.2.ebuild,v 1.5 2005/01/01 12:51:28 eradicator Exp $ |
4 |
|
4 |
|
|
|
5 |
inherit eutils |
6 |
|
5 |
MY_PN="edict" |
7 |
MY_PN="edict" |
6 |
MY_P="${MY_PN}-${PV}" |
8 |
MY_P="${MY_PN}-${PV}" |
7 |
|
9 |
|
Lines 11-17
Link Here
|
11 |
|
13 |
|
12 |
LICENSE="GPL-2" |
14 |
LICENSE="GPL-2" |
13 |
SLOT="0" |
15 |
SLOT="0" |
14 |
KEYWORDS="~x86 ~ppc ~amd64" |
16 |
KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86" |
15 |
IUSE="" |
17 |
IUSE="" |
16 |
|
18 |
|
17 |
RDEPEND="" |
19 |
RDEPEND="" |
Lines 19-24
Link Here
|
19 |
|
21 |
|
20 |
S="${WORKDIR}/${MY_PN}" |
22 |
S="${WORKDIR}/${MY_PN}" |
21 |
|
23 |
|
|
|
24 |
src_unpack() { |
25 |
unpack ${A} |
26 |
use ppc-macos && epatch ${FILESDIR}/${P}-osx.patch |
27 |
} |
28 |
|
22 |
src_install() { |
29 |
src_install() { |
23 |
make prefix=${D}/usr/bin install || die "make failed" |
30 |
make prefix=${D}/usr/bin install || die "make failed" |
24 |
dodoc README |
31 |
dodoc README |