From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9AE9C1384B4 for ; Fri, 1 Jan 2016 00:03:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C12321C029; Fri, 1 Jan 2016 00:03:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA8DD21C029 for ; Fri, 1 Jan 2016 00:03:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED4E834094F for ; Fri, 1 Jan 2016 00:03:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69789CFA for ; Fri, 1 Jan 2016 00:03:39 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1451606412.5f70eb311cff9a86c8180951c2becc44916d77b6.chewi@gentoo> Subject: [gentoo-commits] proj/eselect-java:master commit in: / X-VCS-Repository: proj/eselect-java X-VCS-Files: AUTHORS ChangeLog Makefile.am NEWS README configure.ac X-VCS-Directories: / X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 5f70eb311cff9a86c8180951c2becc44916d77b6 X-VCS-Branch: master Date: Fri, 1 Jan 2016 00:03:39 +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-Archives-Salt: 7bc0b052-7dc1-473c-bfbc-2a5175354d70 X-Archives-Hash: 2572ae24642573a9c02ea827b60a42dc commit: 5f70eb311cff9a86c8180951c2becc44916d77b6 Author: James Le Cuirot gentoo org> AuthorDate: Thu Dec 31 23:34:57 2015 +0000 Commit: James Le Cuirot gentoo 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 +James Le Cuirot +Ralph Sennhauser 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])