From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FE61158086 for ; Sat, 16 Oct 2021 18:02:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6947DE0891; Sat, 16 Oct 2021 18:02:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4519AE0891 for ; Sat, 16 Oct 2021 18:02:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29E0E342C25 for ; Sat, 16 Oct 2021 18:02:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8548E8F for ; Sat, 16 Oct 2021 18:02:12 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1634407274.8c20c6a9efeb1de08559d5c17fc6d54e89a32113.gyakovlev@gentoo> Subject: [gentoo-commits] proj/eselect-java:master commit in: / X-VCS-Repository: proj/eselect-java X-VCS-Files: Makefile.am NEWS X-VCS-Directories: / X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 8c20c6a9efeb1de08559d5c17fc6d54e89a32113 X-VCS-Branch: master Date: Sat, 16 Oct 2021 18:02:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6fbedc7-6ba3-4439-8b96-752c8369f899 X-Archives-Hash: aa278487935a3c7b9ea539aefb981f4a commit: 8c20c6a9efeb1de08559d5c17fc6d54e89a32113 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Oct 16 18:01:14 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Oct 16 18:01:14 2021 +0000 URL: https://gitweb.gentoo.org/proj/eselect-java.git/commit/?id=8c20c6a9 Makefile.am: install jpackage symlink update NEWS while at it Signed-off-by: Georgy Yakovlev gentoo.org> Makefile.am | 1 + NEWS | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index fb38d91..238d840 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,6 +81,7 @@ tools = \ jlink \ jmap \ jmod \ + jpackage \ jps \ jrunscript \ jsadebugd \ diff --git a/NEWS b/NEWS index a8e33f1..6c331a2 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,11 @@ +0.4.3: + * install jpackage symlink + 0.4.2: * Install more tool symlinks (#742335) jcmd jdeprscan jdeps jfr jhsdb jimage jjs jlink jmod jshell unpack200 + 0.4.0: * Don't emit (unset) or (not a symlink) on stderr (#549498)