public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jsch-agent-proxy/
Date: Thu, 11 Jan 2024 09:48:59 +0000 (UTC)	[thread overview]
Message-ID: <1704966529.db4ca6b9719879bf6954b7a0e1b77cfbd8137619.fordfrog@gentoo> (raw)

commit:     db4ca6b9719879bf6954b7a0e1b77cfbd8137619
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sun Dec 17 18:14:07 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 09:48:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db4ca6b9

dev-java/jsch-agent-proxy: modernize javadoc

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/34108
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 .../jsch-agent-proxy/jsch-agent-proxy-0.0.9.ebuild | 24 +++++++++++-----------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-java/jsch-agent-proxy/jsch-agent-proxy-0.0.9.ebuild b/dev-java/jsch-agent-proxy/jsch-agent-proxy-0.0.9.ebuild
index eea65095cac2..0a12a3826469 100644
--- a/dev-java/jsch-agent-proxy/jsch-agent-proxy-0.0.9.ebuild
+++ b/dev-java/jsch-agent-proxy/jsch-agent-proxy-0.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Skeleton command:
@@ -40,6 +40,16 @@ S="${WORKDIR}/jsch-agent-proxy-${MY_COMMIT}"
 
 JAVA_GENTOO_CLASSPATH="jna-4,jsch"
 JAVA_GENTOO_CLASSPATH_EXTRA="jsch-agentproxy-core.jar:jsch-agentproxy-pageant.jar:jsch-agentproxy-sshagent.jar:jsch-agentproxy-usocket-jna.jar:jsch-agentproxy-usocket-nc.jar"
+JAVADOC_CLASSPATH="${JAVA_GENTOO_CLASSPATH}"
+JAVADOC_SRC_DIRS=(
+	"${PN}-core"
+	"${PN}-jsch"
+	"${PN}-pageant"
+	"${PN}-sshagent"
+	"${PN}-usocket-jna"
+	"${PN}-usocket-nc"
+	"${PN}-connector-factory"
+)
 
 src_compile() {
 	JAVA_SRC_DIR="${PN}-core"
@@ -77,17 +87,7 @@ src_compile() {
 	java-pkg-simple_src_compile
 	rm -fr target || die
 
-	JAVA_SRC_DIR=(
-		"${PN}-core"
-		"${PN}-jsch"
-		"${PN}-pageant"
-		"${PN}-sshagent"
-		"${PN}-usocket-jna"
-		"${PN}-usocket-nc"
-		"${PN}-connector-factory"
-	)
-	JAVA_JAR_FILENAME="ignoreme.jar"
-	java-pkg-simple_src_compile
+	use doc && ejavadoc
 }
 
 src_install() {


             reply	other threads:[~2024-01-11  9:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-11  9:48 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-12 10:06 [gentoo-commits] repo/gentoo:master commit in: dev-java/jsch-agent-proxy/ Miroslav Šulc
2024-11-12 10:06 Miroslav Šulc
2021-11-26  9:23 Sam James
2021-11-12  8:16 Agostino Sarubbo
2021-11-11 11:35 Agostino Sarubbo
2021-07-24  5:07 Miroslav Šulc

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=1704966529.db4ca6b9719879bf6954b7a0e1b77cfbd8137619.fordfrog@gentoo \
    --to=fordfrog@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