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 <[email protected]>
+James Le Cuirot <[email protected]>
+Ralph Sennhauser <[email protected]>

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)/[email protected] >$@
 
-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],[[email protected]],[eselect-java],[https://bugs.gentoo.org/])
+AC_INIT([eselect-java],[0.2.0],[[email protected]],[eselect-java],[https://bugs.gentoo.org/])
 AC_PREREQ([2.68])
 AC_CONFIG_SRCDIR([src/modules/java-vm.eselect.in])
 AM_INIT_AUTOMAKE([1.11])

Reply via email to