Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 434782
Collapse All | Expand All

(-)fastjar-0.98-r1.ebuild.orig (-7 / +2 lines)
Lines 2-8 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-arch/fastjar/fastjar-0.98-r1.ebuild,v 1.5 2010/07/19 01:14:13 josejx Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/fastjar-0.98-r1.ebuild,v 1.5 2010/07/19 01:14:13 josejx Exp $
4
4
5
EAPI=2
5
EAPI=4
6
6
7
inherit eutils
7
inherit eutils
8
8
Lines 12-18 Link Here
12
12
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="amd64 ppc ppc64 x86"
15
KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
16
16
17
IUSE=""
17
IUSE=""
18
18
Lines 24-31 Link Here
24
	# bug #325557
24
	# bug #325557
25
	epatch "${FILESDIR}/0.98-traversal.patch"
25
	epatch "${FILESDIR}/0.98-traversal.patch"
26
}
26
}
27
28
src_install() {
29
	emake DESTDIR="${D}" install || die "make install failed"
30
	dodoc AUTHORS ChangeLog NEWS README TODO || die
31
}

Return to bug 434782