mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
dev-java/jsr173: install missing docs.
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
JAVA_PKG_IUSE="doc source"
|
||||
@@ -31,6 +30,8 @@ S="${WORKDIR}"
|
||||
|
||||
JAVA_GENTOO_CLASSPATH="jaxme"
|
||||
|
||||
DOCS=( README.txt jsr173_1.0.pdf )
|
||||
|
||||
src_unpack() {
|
||||
cd "${S}" || die
|
||||
jar xvf "${DISTDIR}/${A}" || die "failed to unpack"
|
||||
@@ -39,10 +40,14 @@ src_unpack() {
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
cd "${S}" || die
|
||||
java-pkg_clean
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
java-pkg-simple_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
java-pkg-simple_src_install
|
||||
use doc && einstalldocs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user