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 / +8 lines)
Line  Link Here
0
-- jnr-constants-0.8.5.ebuild
0
++ jnr-constants-0.8.6.ebuild
Lines 1-16 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/jnr-constants/jnr-constants-0.8.5.ebuild,v 1.3 2014/03/03 23:41:11 pacho Exp $
3
# $Header: $
4
4
5
EAPI="5"
5
EAPI="5"
6
6
7
JAVA_PKG_IUSE="doc source test"
7
JAVA_PKG_IUSE="doc source test"
8
8
9
inherit java-pkg-2 java-ant-2 vcs-snapshot
9
inherit java-pkg-2 java-ant-2
10
10
11
DESCRIPTION="A set of platform constants (e.g. errno values)"
11
DESCRIPTION="A set of platform constants (e.g. errno values)"
12
HOMEPAGE="https://github.com/jnr/jnr-constants"
12
HOMEPAGE="https://github.com/jnr/jnr-constants"
13
SRC_URI="https://github.com/jnr/${PN}/tarball/${PV} -> ${P}.tar.gz"
13
# SRC_URI="https://github.com/jnr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
14
SRC_URI="https://github.com/jnr/${PN}/archive/${P}.tar.gz"
14
15
15
LICENSE="|| ( Apache-2.0 LGPL-3 )"
16
LICENSE="|| ( Apache-2.0 LGPL-3 )"
16
SLOT="0"
17
SLOT="0"
Lines 26-31 Link Here
26
		>=dev-java/junit-4.8:4
27
		>=dev-java/junit-4.8:4
27
	)"
28
	)"
28
29
30
S="${WORKDIR}/${PN}-${P}"
31
29
java_prepare() {
32
java_prepare() {
30
	cp "${FILESDIR}"/${PN}_maven-build.xml build.xml || die
33
	cp "${FILESDIR}"/${PN}_maven-build.xml build.xml || die
31
}
34
}

Return to bug 525342