Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 104314 | Differences between
and this patch

Collapse All | Expand All

(-)antiword-0.36.1.ebuild (-1 / +8 lines)
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-text/antiword/antiword-0.36.1.ebuild,v 1.3 2005/03/11 13:25:34 seemant Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.36.1.ebuild,v 1.3 2005/03/11 13:25:34 seemant Exp $
4
4
5
inherit eutils
6
5
IUSE="kde"
7
IUSE="kde"
6
DESCRIPTION="free MS Word reader"
8
DESCRIPTION="free MS Word reader"
7
SRC_URI="http://www.winfield.demon.nl/linux/${P}.tar.gz"
9
SRC_URI="http://www.winfield.demon.nl/linux/${P}.tar.gz"
Lines 9-18 Link Here
9
11
10
SLOT="0"
12
SLOT="0"
11
LICENSE="GPL-2"
13
LICENSE="GPL-2"
12
KEYWORDS="x86 amd64 ppc sparc alpha ~hppa ppc64"
14
KEYWORDS="alpha amd64 ~hppa ppc ~ppc-macos ppc64 sparc x86"
13
15
14
DEPEND="virtual/ghostscript"
16
DEPEND="virtual/ghostscript"
15
17
18
src_unpack() {
19
	unpack ${A}
20
	epatch ${FILESDIR}/${P}-ppc-macos.diff
21
}
22
16
src_compile() {
23
src_compile() {
17
	emake || die
24
	emake || die
18
}
25
}

Return to bug 104314