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

Collapse All | Expand All

(-)chesstask-1.3.ebuild.orig (-5 / +5 lines)
Lines 4-17 Link Here
4
4
5
inherit eutils
5
inherit eutils
6
6
7
S=${WORKDIR}/${PN}1_3
7
S=${WORKDIR}/${PN/chesst/ChessT}${PV/./_}
8
DESCRIPTION="An editor for chess problems. It will generate PostScript and HTML files."
8
DESCRIPTION="An editor for chess problems. It will generate PostScript and HTML files."
9
HOMEPAGE="http://chesstask.sourceforge.net/"
9
HOMEPAGE="http://chesstask.sourceforge.net/"
10
SRC_URI="mirror://sourceforge/chesstask/ChessTask1_3src.zip"
10
SRC_URI="mirror://sourceforge/chesstask/ChessTask${PV/./_}src.zip"
11
11
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~ppc"
14
KEYWORDS="~x86 ~ppc ~amd64"
15
15
16
DEPEND=">=x11-libs/qt-3
16
DEPEND=">=x11-libs/qt-3
17
	app-text/tetex"
17
	app-text/tetex"
Lines 19-30 Link Here
19
src_unpack() {
19
src_unpack() {
20
	unpack ${A}
20
	unpack ${A}
21
	cd ${S}
21
	cd ${S}
22
	epatch ${FILESDIR}/Makefile-1.3.diff
22
	epatch ${FILESDIR}/Makefile-${PV}.diff
23
}
23
}
24
24
25
25
26
src_compile() {
26
src_compile() {
27
	emake || die
27
	emake || die "compile failed"
28
}
28
}
29
29
30
src_install() {
30
src_install() {

Return to bug 43908