You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
522 B
25 lines
522 B
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
inherit eutils
|
|
|
|
DESCRIPTION="A jar program written in C"
|
|
HOMEPAGE="https://savannah.nongnu.org/projects/fastjar"
|
|
SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
|
|
|
|
IUSE=""
|
|
|
|
# bug #188542
|
|
RDEPEND="!<=dev-java/kaffe-1.1.7-r5"
|
|
|
|
src_prepare() {
|
|
# bug #325557
|
|
epatch "${FILESDIR}/0.98-traversal.patch"
|
|
}
|