mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-java/jclasslib: version bump and EAPI 6 bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
34
dev-java/jclasslib/jclasslib-3.1.ebuild
Normal file
34
dev-java/jclasslib/jclasslib-3.1.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
JAVA_PKG_IUSE="doc source"
|
||||
|
||||
inherit java-pkg-2 java-ant-2
|
||||
|
||||
DESCRIPTION="Java bytecode viewer"
|
||||
HOMEPAGE="https://github.com/ingokegel/jclasslib"
|
||||
SRC_URI="https://github.com/ingokegel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND=">=virtual/jdk-1.6"
|
||||
RDEPEND=">=virtual/jre-1.6"
|
||||
|
||||
src_install() {
|
||||
java-pkg_dojar "build/${PN}.jar"
|
||||
|
||||
java-pkg_dolauncher "${PN}" \
|
||||
--main org.gjt.jclasslib.browser.BrowserApplication
|
||||
|
||||
use doc && java-pkg_dohtml -r doc/*
|
||||
use source && java-pkg_dosrc src/*
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "jclasslib uses Firefox by default."
|
||||
elog "Set the BROWSER environment at your discretion."
|
||||
}
|
||||
Reference in New Issue
Block a user