public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/javahelp/
Date: Sun, 15 Apr 2018 13:58:01 +0000 (UTC)	[thread overview]
Message-ID: <1523800658.47291699203298c6fb71c450f2e9e228cd790ba2.johu@gentoo> (raw)

commit:     47291699203298c6fb71c450f2e9e228cd790ba2
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 13:57:38 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 13:57:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47291699

dev-java/javahelp: Remove 2.0.05_p63

Closes: https://bugs.gentoo.org/642636
Bug: https://bugs.gentoo.org/643318
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-java/javahelp/Manifest                   |  1 -
 dev-java/javahelp/javahelp-2.0.05_p63.ebuild | 86 ----------------------------
 2 files changed, 87 deletions(-)

diff --git a/dev-java/javahelp/Manifest b/dev-java/javahelp/Manifest
index 90cce4e3a76..3c7c14bb613 100644
--- a/dev-java/javahelp/Manifest
+++ b/dev-java/javahelp/Manifest
@@ -1,2 +1 @@
 DIST javahelp-2.0.05_p20170719.tar.gz 6045243 BLAKE2B 3cea100e6087f7f8884a04cc1b046f2611e4c516be0086faec685a85311f2cfd9ca49ee9f3fdff37d7e9a496685dc288601521047a3d4c2ae6b31faee2ad7390 SHA512 6d98c33f831052133176cf50419aae6dc1f5715485bcfd33f7e346cb694f5483b1f7a159f47799a72933db8ca42d83cb73b23946179aa6ccaee946d524b3bd36
-DIST javahelp2-src-2.0.05_svn63.zip 3747088 BLAKE2B 80f0fd45741d313fd47ccb9874d31636d12f452ff012dc010de2879bf67a22bd58f6fbde7df86117f463a949f7897ec5e1e3721b1fdd1ee0fc794f30152e188f SHA512 ed795dad98f8d80f4cd4cda40b6aea0978cda621b131b1563016c1ddc02afeb37f3626a28003dac26d7fe996274fb9a97e741a500b15d06b1e5a93342020abc3

diff --git a/dev-java/javahelp/javahelp-2.0.05_p63.ebuild b/dev-java/javahelp/javahelp-2.0.05_p63.ebuild
deleted file mode 100644
index bd11008d4d6..00000000000
--- a/dev-java/javahelp/javahelp-2.0.05_p63.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-WANT_ANT_TASKS="ant-nodeps"
-JAVA_PKG_IUSE="doc examples source"
-
-inherit versionator java-pkg-2 java-ant-2
-
-DESCRIPTION="The JavaHelp system online help system"
-HOMEPAGE="https://javahelp.dev.java.net/"
-
-MY_PV="${PV/_p/_svn}"
-MY_PN="${PN}2"
-SRC_URI="https://${PN}.dev.java.net/files/documents/5985/145533/${MY_PN}-src-${MY_PV}.zip"
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
-
-COMMON_DEP="
-	java-virtuals/servlet-api:2.4"
-RDEPEND="
-	>=virtual/jre-1.4
-	${COMMON_DEP}"
-DEPEND="
-	>=virtual/jdk-1.4
-	app-arch/unzip
-	${COMMON_DEP}"
-
-S="${WORKDIR}/${MY_PN}-${MY_PV}/"
-BDIR="${S}/javahelp_nbproject"
-
-src_unpack() {
-	unpack ${A}
-	# jdic does not currently build out of the box against the browsers we have
-	cd "${S}/jhMaster/JavaHelp/src/new/" || die
-	rm -v javax/help/plaf/basic/BasicNativeContentViewerUI.java || die
-	mkdir "${BDIR}/lib" && cd "${BDIR}/lib" || die
-	java-pkg_jar-from --virtual servlet-api-2.4
-	java-pkg_filter-compiler jikes
-}
-
-_eant() {
-	cd ${BDIR} || die
-	eant \
-		-Dservlet-jar="$(java-pkg_getjar --virtual servlet-api-2.4 servlet-api.jar)" \
-		-Djsp-jar="$(java-pkg_getjar --virtual servlet-api-2.4 jsp-api.jar)" \
-		-Djdic-jar-present=true \
-		-Djdic-zip-present=true \
-		-Dtomcat-zip-present=true \
-		-Dservlet-jar-present=true \
-		${@}
-}
-
-src_compile() {
-	_eant release $(use_doc)
-}
-
-#Does not actually run anything
-#src_test() {
-#	_eant test
-#}
-
-src_install() {
-	pushd jhMaster/JavaHelp >/dev/null || die
-	java-pkg_dojar "${BDIR}"/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 doc && java-pkg_dojavadoc "${BDIR}/dist/lib/javadoc"
-	popd >/dev/null || die
-
-	use source && java-pkg_dosrc \
-		./jhMaster/JSearch/*/com \
-		./jhMaster/JavaHelp/src/*/{javax,com}
-	use examples && java-pkg_doexamples jhMaster/JavaHelp/demos
-}
-
-pkg_postinst() {
-	elog "Native browser integration is disabled because it needs jdic"
-	elog "which does not build out of the box. See"
-	elog "https://bugs.gentoo.org/show_bug.cgi?id=53897 for progress"
-}


             reply	other threads:[~2018-04-15 13:58 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-15 13:58 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-07  7:28 [gentoo-commits] repo/gentoo:master commit in: dev-java/javahelp/ Miroslav Šulc
2024-09-06 17:48 Sam James
2024-09-06 17:48 Sam James
2024-08-08 10:29 Miroslav Šulc
2023-03-31  6:36 Miroslav Šulc
2023-03-30 17:11 Sam James
2023-03-30 17:11 Sam James
2023-03-03 17:17 Arthur Zamarin
2023-03-01  7:17 Miroslav Šulc
2023-02-05  9:53 Miroslav Šulc
2023-02-05  9:53 Miroslav Šulc
2022-06-09  6:45 Sam James
2022-06-08  8:46 Agostino Sarubbo
2022-06-08  8:42 Agostino Sarubbo
2022-05-09 19:13 Florian Schmaus
2020-06-17 20:12 Rick Farina
2020-06-17 19:39 Rick Farina
2018-04-05  3:29 Aaron Bauman
2018-03-20 22:27 James Le Cuirot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1523800658.47291699203298c6fb71c450f2e9e228cd790ba2.johu@gentoo \
    --to=johu@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox