Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect-java:master commit in: /
Date: Fri, 01 Jan 2016 00:03:51
Message-Id: 1451606412.5f70eb311cff9a86c8180951c2becc44916d77b6.chewi@gentoo
1 commit: 5f70eb311cff9a86c8180951c2becc44916d77b6
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 23:34:57 2015 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 00:00:12 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect-java.git/commit/?id=5f70eb31
7
8 Prepare 0.2.0 release
9
10 AUTHORS | 3 ++-
11 ChangeLog | 2 +-
12 Makefile.am | 9 +--------
13 NEWS | 7 +++++++
14 README | 9 ++-------
15 configure.ac | 2 +-
16 6 files changed, 14 insertions(+), 18 deletions(-)
17
18 diff --git a/AUTHORS b/AUTHORS
19 index a78155c..a654eb7 100644
20 --- a/AUTHORS
21 +++ b/AUTHORS
22 @@ -1 +1,2 @@
23 -sera:Ralph Sennhauser <sera@g.o>
24 +James Le Cuirot <chewi@g.o>
25 +Ralph Sennhauser <sera@g.o>
26
27 diff --git a/ChangeLog b/ChangeLog
28 index c21c815..e601bd6 100644
29 --- a/ChangeLog
30 +++ b/ChangeLog
31 @@ -1 +1 @@
32 -The ChangeLog is generated using svn2cl on `make dist`, use "svn log" instead.
33 +See https://gitweb.gentoo.org/proj/eselect-java.git/log.
34
35 diff --git a/Makefile.am b/Makefile.am
36 index 30373cf..bbfc415 100644
37 --- a/Makefile.am
38 +++ b/Makefile.am
39 @@ -27,6 +27,7 @@ MAINTAINERCLEANFILES = \
40 INSTALL
41
42 EXTRA_DIST += \
43 + ChangeLog \
44 ChangeLog.old.eselect-ecj \
45 ChangeLog.old.eselect-java-nsplugin \
46 ChangeLog.old.eselect-java-vm \
47 @@ -48,14 +49,6 @@ create-modules-dir:
48 $(modules_DATA): | create-modules-dir
49 $(SED) "s|\@VERSION\@|@PACKAGE_VERSION@|g" $(top_srcdir)/$@.in >$@
50
51 -dist-hook:
52 - if svn info "$(srcdir)" >/dev/null 2>&1; then\
53 - echo "Generating ChangeLog ..." ; \
54 - ( cd "$(top_srcdir)" && svn2cl --authors AUTHORS -o "$(top_distdir)"/ChangeLog ) ; \
55 - else \
56 - echo "Needs a svn checkout to generate a ChangeLog" ; \
57 - fi
58 -
59 #------------------------------------------------------------------------------
60 # FIXME let eselect java-vm handle symlinks.
61 tools = \
62
63 diff --git a/NEWS b/NEWS
64 index 53c4221..96a0ffb 100644
65 --- a/NEWS
66 +++ b/NEWS
67 @@ -1,3 +1,10 @@
68 +0.2.0:
69 +
70 + * Make run-java-tool POSIX-compliant
71 + * Utilise the VM's PATH variable in run-java-tool
72 + * Treat javaws as a special case in run-java-tool
73 + * Remove the java-nsplugin eselect module
74 +
75 0.1.0:
76
77 * Support ROOT and Gentoo Prefix in java-vm and java-nsplugin
78
79 diff --git a/README b/README
80 index 2943d68..0554a40 100644
81 --- a/README
82 +++ b/README
83 @@ -14,12 +14,7 @@ ecj : Manage the ecj implementations.
84 Documentation
85 -------------
86
87 -Please visit http://www.gentoo.org/proj/en/eselect/
88 -
89 -Install
90 --------
91 -
92 -Please see the INSTALL file.
93 +Please visit https://wiki.gentoo.org/wiki/Project:Eselect.
94
95 News / Changes
96 --------------
97 @@ -39,7 +34,7 @@ Please see the AUTHORS file.
98 Copyright
99 ---------
100
101 -Copyright (c) 2005-2013 Gentoo Foundation.
102 +Copyright (c) 2005-2016 Gentoo Foundation.
103
104 eselect-java is free software; you can redistribute it and/or modify it under
105 the terms of the GNU General Public License version 2, as published by the
106
107 diff --git a/configure.ac b/configure.ac
108 index b38fc94..250f43a 100644
109 --- a/configure.ac
110 +++ b/configure.ac
111 @@ -1,4 +1,4 @@
112 -AC_INIT([eselect-java],[0.1.0],[java@g.o],[eselect-java],[https://bugs.gentoo.org/])
113 +AC_INIT([eselect-java],[0.2.0],[java@g.o],[eselect-java],[https://bugs.gentoo.org/])
114 AC_PREREQ([2.68])
115 AC_CONFIG_SRCDIR([src/modules/java-vm.eselect.in])
116 AM_INIT_AUTOMAKE([1.11])