aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2015-12-31 23:34:57 +0000
committerJames Le Cuirot <chewi@gentoo.org>2016-01-01 00:00:12 +0000
commit5f70eb311cff9a86c8180951c2becc44916d77b6 (patch)
tree2353ebb7a556a3ecb9feca828485bfabeb5f8609
parentCorrect some outdated URLs (diff)
downloadeselect-java-5f70eb311cff9a86c8180951c2becc44916d77b6.tar.gz
eselect-java-5f70eb311cff9a86c8180951c2becc44916d77b6.tar.bz2
eselect-java-5f70eb311cff9a86c8180951c2becc44916d77b6.zip
Prepare 0.2.0 release0.2.0
-rw-r--r--AUTHORS3
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.am9
-rw-r--r--NEWS7
-rw-r--r--README9
-rw-r--r--configure.ac2
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])