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

Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +5 lines)
Line  Link Here
0
-- jffi-1.2.7-r2.ebuild
0
++ jffi-1.2.8.ebuild
Lines 1-6 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2015 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/dev-java/jffi/jffi-1.2.7-r2.ebuild,v 1.1 2014/11/17 09:09:28 ercpe Exp $
3
# $Header: $
4
4
5
EAPI="5"
5
EAPI="5"
6
6
Lines 31-38 Link Here
31
31
32
java_prepare() {
32
java_prepare() {
33
	cp "${FILESDIR}"/${PN}_maven-build.xml build.xml || die
33
	cp "${FILESDIR}"/${PN}_maven-build.xml build.xml || die
34
	epatch "${FILESDIR}"/${P}-makefile.patch
34
	epatch "${FILESDIR}"/${PN}-1.2.8-makefile.patch
35
	epatch "${FILESDIR}"/${P}-junit-4.11.patch
35
	epatch "${FILESDIR}"/${PN}-1.2.7-junit-4.11.patch
36
36
37
	# misc fixes for Darwin
37
	# misc fixes for Darwin
38
	if [[ ${CHOST} == *-darwin* ]] ; then
38
	if [[ ${CHOST} == *-darwin* ]] ; then

Return to bug 525342