* [gentoo-commits] proj/eselect-java:master commit in: /
@ 2016-01-01 0:03 James Le Cuirot
0 siblings, 0 replies; 9+ messages in thread
From: James Le Cuirot @ 2016-01-01 0:03 UTC (permalink / raw
To: gentoo-commits
commit: 5f70eb311cff9a86c8180951c2becc44916d77b6
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 31 23:34:57 2015 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Jan 1 00:00:12 2016 +0000
URL: https://gitweb.gentoo.org/proj/eselect-java.git/commit/?id=5f70eb31
Prepare 0.2.0 release
AUTHORS | 3 ++-
ChangeLog | 2 +-
Makefile.am | 9 +--------
NEWS | 7 +++++++
README | 9 ++-------
configure.ac | 2 +-
6 files changed, 14 insertions(+), 18 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index a78155c..a654eb7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,2 @@
-sera:Ralph Sennhauser <sera@gentoo.org>
+James Le Cuirot <chewi@gentoo.org>
+Ralph Sennhauser <sera@gentoo.org>
diff --git a/ChangeLog b/ChangeLog
index c21c815..e601bd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1 @@
-The ChangeLog is generated using svn2cl on `make dist`, use "svn log" instead.
+See https://gitweb.gentoo.org/proj/eselect-java.git/log.
diff --git a/Makefile.am b/Makefile.am
index 30373cf..bbfc415 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,6 +27,7 @@ MAINTAINERCLEANFILES = \
INSTALL
EXTRA_DIST += \
+ ChangeLog \
ChangeLog.old.eselect-ecj \
ChangeLog.old.eselect-java-nsplugin \
ChangeLog.old.eselect-java-vm \
@@ -48,14 +49,6 @@ create-modules-dir:
$(modules_DATA): | create-modules-dir
$(SED) "s|\@VERSION\@|@PACKAGE_VERSION@|g" $(top_srcdir)/$@.in >$@
-dist-hook:
- if svn info "$(srcdir)" >/dev/null 2>&1; then\
- echo "Generating ChangeLog ..." ; \
- ( cd "$(top_srcdir)" && svn2cl --authors AUTHORS -o "$(top_distdir)"/ChangeLog ) ; \
- else \
- echo "Needs a svn checkout to generate a ChangeLog" ; \
- fi
-
#------------------------------------------------------------------------------
# FIXME let eselect java-vm handle symlinks.
tools = \
diff --git a/NEWS b/NEWS
index 53c4221..96a0ffb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.2.0:
+
+ * Make run-java-tool POSIX-compliant
+ * Utilise the VM's PATH variable in run-java-tool
+ * Treat javaws as a special case in run-java-tool
+ * Remove the java-nsplugin eselect module
+
0.1.0:
* Support ROOT and Gentoo Prefix in java-vm and java-nsplugin
diff --git a/README b/README
index 2943d68..0554a40 100644
--- a/README
+++ b/README
@@ -14,12 +14,7 @@ ecj : Manage the ecj implementations.
Documentation
-------------
-Please visit http://www.gentoo.org/proj/en/eselect/
-
-Install
--------
-
-Please see the INSTALL file.
+Please visit https://wiki.gentoo.org/wiki/Project:Eselect.
News / Changes
--------------
@@ -39,7 +34,7 @@ Please see the AUTHORS file.
Copyright
---------
-Copyright (c) 2005-2013 Gentoo Foundation.
+Copyright (c) 2005-2016 Gentoo Foundation.
eselect-java is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License version 2, as published by the
diff --git a/configure.ac b/configure.ac
index b38fc94..250f43a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([eselect-java],[0.1.0],[java@gentoo.org],[eselect-java],[https://bugs.gentoo.org/])
+AC_INIT([eselect-java],[0.2.0],[java@gentoo.org],[eselect-java],[https://bugs.gentoo.org/])
AC_PREREQ([2.68])
AC_CONFIG_SRCDIR([src/modules/java-vm.eselect.in])
AM_INIT_AUTOMAKE([1.11])
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/eselect-java:master commit in: /
@ 2016-11-28 22:19 Austin English
0 siblings, 0 replies; 9+ messages in thread
From: Austin English @ 2016-11-28 22:19 UTC (permalink / raw
To: gentoo-commits
commit: 2f5555d46b9f78c07b46deae293b2ff896a9676a
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 19:30:47 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 19:30:47 2016 +0000
URL: https://gitweb.gentoo.org/proj/eselect-java.git/commit/?id=2f5555d4
Prepare 0.3.0 release
AUTHORS | 1 +
NEWS | 5 +++++
configure.ac | 2 +-
3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/AUTHORS b/AUTHORS
index a654eb7..723b20e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,3 @@
James Le Cuirot <chewi@gentoo.org>
Ralph Sennhauser <sera@gentoo.org>
+Austin English <wizardedit@gentoo.org>
diff --git a/NEWS b/NEWS
index 96a0ffb..cb1a799 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.3.0:
+
+ * run-java-tool.bash.in: fix shellcheck issues
+ * run-java-tool.bash.in: replace `which` with `command -v`
+
0.2.0:
* Make run-java-tool POSIX-compliant
diff --git a/configure.ac b/configure.ac
index 250f43a..08eaf14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([eselect-java],[0.2.0],[java@gentoo.org],[eselect-java],[https://bugs.gentoo.org/])
+AC_INIT([eselect-java],[0.3.0],[java@gentoo.org],[eselect-java],[https://bugs.gentoo.org/])
AC_PREREQ([2.68])
AC_CONFIG_SRCDIR([src/modules/java-vm.eselect.in])
AM_INIT_AUTOMAKE([1.11])
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/eselect-java:master commit in: /
@ 2018-01-03 22:51 James Le Cuirot
0 siblings, 0 replies; 9+ messages in thread
From: James Le Cuirot @ 2018-01-03 22:51 UTC (permalink / raw
To: gentoo-commits
commit: fc52e9b5cff605b1f94cce305b2dcae5da49e238
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 22:53:01 2017 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Jan 2 22:54:55 2018 +0000
URL: https://gitweb.gentoo.org/proj/eselect-java.git/commit/?id=fc52e9b5
Bump to version 0.4.0
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 08eaf14..a555184 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([eselect-java],[0.3.0],[java@gentoo.org],[eselect-java],[https://bugs.gentoo.org/])
+AC_INIT([eselect-java],[0.4.0],[java@gentoo.org],[eselect-java],[https://bugs.gentoo.org/])
AC_PREREQ([2.68])
AC_CONFIG_SRCDIR([src/modules/java-vm.eselect.in])
AM_INIT_AUTOMAKE([1.11])
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/eselect-java:master commit in: /
@ 2020-09-17 6:57 Georgy Yakovlev
0 siblings, 0 replies; 9+ messages in thread
From: Georgy Yakovlev @ 2020-09-17 6:57 UTC (permalink / raw
To: gentoo-commits
commit: ea7f6ed4005091ce0d87bfb38724f930b205f195
Author: Georgy Yakovlev <ya <AT> sysdump <DOT> net>
AuthorDate: Thu Sep 17 06:56:28 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 06:56:28 2020 +0000
URL: https://gitweb.gentoo.org/proj/eselect-java.git/commit/?id=ea7f6ed4
Makefile.am: install more tool symlinks
Bug: https://bugs.gentoo.org/742335
Signed-off-by: Georgy Yakovlev <ya <AT> sysdump.net>
Makefile.am | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index bbfc415..fb38d91 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,15 +66,25 @@ tools = \
javah \
javap \
javaws \
+ jcmd \
jconsole \
jcontrol \
jdb \
+ jdeprscan \
+ jdeps \
+ jfr \
jhat \
+ jhsdb \
+ jimage \
jinfo \
+ jjs \
+ jlink \
jmap \
+ jmod \
jps \
jrunscript \
jsadebugd \
+ jshell \
jstack \
jstat \
jstatd \
@@ -91,6 +101,7 @@ tools = \
serialver \
servertool \
tnameserv \
+ unpack200 \
wsgen \
wsimport \
xjc
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/eselect-java:master commit in: /
@ 2020-09-17 8:08 Georgy Yakovlev
0 siblings, 0 replies; 9+ messages in thread
From: Georgy Yakovlev @ 2020-09-17 8:08 UTC (permalink / raw
To: gentoo-commits
commit: 538f6d19410606a0c70e9bc418318f28b549c084
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 08:07:28 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 08:07:28 2020 +0000
URL: https://gitweb.gentoo.org/proj/eselect-java.git/commit/?id=538f6d19
Makefile.am: install more tool symlinks
Bug: https://bugs.gentoo.org/742335
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
Makefile.am | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index bbfc415..fb38d91 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,15 +66,25 @@ tools = \
javah \
javap \
javaws \
+ jcmd \
jconsole \
jcontrol \
jdb \
+ jdeprscan \
+ jdeps \
+ jfr \
jhat \
+ jhsdb \
+ jimage \
jinfo \
+ jjs \
+ jlink \
jmap \
+ jmod \
jps \
jrunscript \
jsadebugd \
+ jshell \
jstack \
jstat \
jstatd \
@@ -91,6 +101,7 @@ tools = \
serialver \
servertool \
tnameserv \
+ unpack200 \
wsgen \
wsimport \
xjc
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/eselect-java:master commit in: /
@ 2020-09-17 8:31 Georgy Yakovlev
0 siblings, 0 replies; 9+ messages in thread
From: Georgy Yakovlev @ 2020-09-17 8:31 UTC (permalink / raw
To: gentoo-commits
commit: c60df122475e7fa6b70deac800aecd182a80ad15
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 08:29:51 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 08:31:03 2020 +0000
URL: https://gitweb.gentoo.org/proj/eselect-java.git/commit/?id=c60df122
NEWS: update
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
NEWS | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/NEWS b/NEWS
index 6895cbc..a8e33f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+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)
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/eselect-java:master commit in: /
@ 2021-10-16 18:02 Georgy Yakovlev
0 siblings, 0 replies; 9+ messages in thread
From: Georgy Yakovlev @ 2021-10-16 18:02 UTC (permalink / raw
To: gentoo-commits
commit: 8c20c6a9efeb1de08559d5c17fc6d54e89a32113
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 18:01:14 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> 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 <gyakovlev <AT> 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)
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/eselect-java:master commit in: /
@ 2022-06-24 10:33 Florian Schmaus
0 siblings, 0 replies; 9+ messages in thread
From: Florian Schmaus @ 2022-06-24 10:33 UTC (permalink / raw
To: gentoo-commits
commit: 2b8d122a4051621689802ee9078f1eb2c99da1cd
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 10:32:35 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 10:33:20 2022 +0000
URL: https://gitweb.gentoo.org/proj/eselect-java.git/commit/?id=2b8d122a
eselect-java 0.5.0
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
NEWS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 52fbfe5..2e09dee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-NEXT:
+0.5.0:
* Add "eselect java-vm update" (#853928)
* Decide on UID if system or user VM should be set
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/eselect-java:master commit in: /
@ 2024-04-20 11:28 Florian Schmaus
0 siblings, 0 replies; 9+ messages in thread
From: Florian Schmaus @ 2024-04-20 11:28 UTC (permalink / raw
To: gentoo-commits
commit: 3110c21030737aeb56743ac0d789f0f4a7901189
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 11:27:19 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 11:28:28 2024 +0000
URL: https://gitweb.gentoo.org/proj/eselect-java.git/commit/?id=3110c210
eselect-java 0.5.1
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
NEWS | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/NEWS b/NEWS
index 2e09dee..aee7372 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.5.1:
+ * Fix double slash when running "eselect java-vm set"
+ * Fix parameter description for "eselect java-vm set"
+ * Fix symlink target when ROOT is not / (#793965)
+
0.5.0:
* Add "eselect java-vm update" (#853928)
* Decide on UID if system or user VM should be set
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-04-20 11:28 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-17 8:31 [gentoo-commits] proj/eselect-java:master commit in: / Georgy Yakovlev
-- strict thread matches above, loose matches on Subject: below --
2024-04-20 11:28 Florian Schmaus
2022-06-24 10:33 Florian Schmaus
2021-10-16 18:02 Georgy Yakovlev
2020-09-17 8:08 Georgy Yakovlev
2020-09-17 6:57 Georgy Yakovlev
2018-01-03 22:51 James Le Cuirot
2016-11-28 22:19 Austin English
2016-01-01 0:03 James Le Cuirot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox