mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 02:01:46 +02:00
bootstrap-profile: lz4 causes circular deps if you try too early
This commit is contained in:
parent
c19606e508
commit
b1cc2e085f
3 changed files with 1 additions and 72 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST javahelp-2.0.05_p20170719.tar.gz 6045243 BLAKE2B 3cea100e6087f7f8884a04cc1b046f2611e4c516be0086faec685a85311f2cfd9ca49ee9f3fdff37d7e9a496685dc288601521047a3d4c2ae6b31faee2ad7390 SHA512 6d98c33f831052133176cf50419aae6dc1f5715485bcfd33f7e346cb694f5483b1f7a159f47799a72933db8ca42d83cb73b23946179aa6ccaee946d524b3bd36
|
||||
|
|
@ -1,71 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
COMMIT="3ca862d8626096770598a3a256886d205246f4a4"
|
||||
JAVA_PKG_IUSE="examples source"
|
||||
|
||||
inherit java-pkg-2 java-ant-2
|
||||
|
||||
DESCRIPTION="The JavaHelp system online help system"
|
||||
HOMEPAGE="https://javaee.github.io/javahelp/"
|
||||
SRC_URI="https://github.com/javaee/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2-with-linking-exception"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
|
||||
|
||||
CDEPEND="java-virtuals/servlet-api:2.4"
|
||||
|
||||
RDEPEND=">=virtual/jre-1.4
|
||||
${CDEPEND}"
|
||||
|
||||
DEPEND=">=virtual/jdk-1.4
|
||||
${CDEPEND}"
|
||||
|
||||
#this unsanctioned hack makes the ebuild work when jdk:11 is set as system-vm
|
||||
JAVA_PKG_NV_DEPEND="virtual/jdk:1.8"
|
||||
|
||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||
|
||||
_eant() {
|
||||
local \
|
||||
servlet_jar=$(java-pkg_getjar --virtual servlet-api-2.4 servlet-api.jar) \
|
||||
jsp_jar=$(java-pkg_getjar --virtual servlet-api-2.4 jsp-api.jar)
|
||||
|
||||
eant \
|
||||
-f javahelp_nbproject/build.xml \
|
||||
-Dfile.reference.servlet-api.jar="${servlet_jar}" \
|
||||
-Dfile.reference.jsp-api.jar="${jsp_jar}" \
|
||||
-Dservlet-jar="${servlet_jar}" \
|
||||
-Djsp-jar="${jsp_jar}" \
|
||||
-Dservlet-jar-present=true \
|
||||
-Djsp-jar-present=true \
|
||||
-Dtomcat-zip-present=true \
|
||||
${@}
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
_eant release
|
||||
}
|
||||
|
||||
#Does not actually run anything
|
||||
#src_test() {
|
||||
# _eant test
|
||||
#}
|
||||
|
||||
src_install() {
|
||||
java-pkg_dojar javahelp_nbproject/dist/lib/*.jar
|
||||
|
||||
java-pkg_dolauncher jhsearch \
|
||||
--main com.sun.java.help.search.QueryEngine
|
||||
java-pkg_dolauncher jhindexer \
|
||||
--main com.sun.java.help.search.Indexer
|
||||
|
||||
use source && java-pkg_dosrc \
|
||||
jhMaster/JSearch/*/com \
|
||||
jhMaster/JavaHelp/src/*/{javax,com}
|
||||
|
||||
use examples && java-pkg_doexamples jhMaster/JavaHelp/demos
|
||||
}
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
apt-arch/libarchive -lz4
|
||||
sys-auth/polkit -pam
|
||||
sys-libs/libcap -pam
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue