commit: 7de39e6e66f747261d24932397ba7db553f100b9 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Aug 2 07:28:52 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Aug 2 07:28:52 2021 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=7de39e6e
Version 1.19 released Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ChangeLog | 4 ++++ ctags.eselect | 4 ++-- ctags.eselect.5 | 4 ++-- emacs.eselect | 4 ++-- emacs.eselect.5 | 4 ++-- gnuclient.eselect | 4 ++-- gnuclient.eselect.5 | 4 ++-- 7 files changed, 16 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index b04b0fa..bdee010 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2021-08-02 Ulrich Müller <[email protected]> + + * Version 1.19 released. + 2021-07-31 Ulrich Müller <[email protected]> * emacs.eselect (set_header_symlinks): New function, set symbolic diff --git a/ctags.eselect b/ctags.eselect index 6cd3a88..72c95c9 100644 --- a/ctags.eselect +++ b/ctags.eselect @@ -1,5 +1,5 @@ # -*-eselect-*- -# Copyright 2005-2014 Gentoo Authors +# Copyright 2005-2021 Gentoo Authors # Distributed under the terms of the GNU GPL version 2 or later # # DOCUMENTATION @@ -26,7 +26,7 @@ CTAGS=ctags DESCRIPTION="Manage /usr/bin/${CTAGS} implementations" MAINTAINER="[email protected]" -VERSION="1.18" +VERSION="1.19" find_targets() { # Return the list of available ctags implementations diff --git a/ctags.eselect.5 b/ctags.eselect.5 index 82f62db..5032ca3 100644 --- a/ctags.eselect.5 +++ b/ctags.eselect.5 @@ -1,8 +1,8 @@ .\" -*- coding: utf-8 -*- -.\" Copyright 2007-2014 Gentoo Authors +.\" Copyright 2007-2021 Gentoo Authors .\" Distributed under the terms of the GNU GPL version 2 or later .\" -.TH ctags.eselect 5 "December 2014" "Gentoo Linux" eselect +.TH ctags.eselect 5 "August 2021" "Gentoo Linux" eselect .SH NAME ctags.eselect, etags.eselect \- The ctags and etags management module for Gentoo's eselect diff --git a/emacs.eselect b/emacs.eselect index 775fd49..f3880ed 100644 --- a/emacs.eselect +++ b/emacs.eselect @@ -1,5 +1,5 @@ # -*-eselect-*- -# Copyright 2005-2014 Gentoo Authors +# Copyright 2005-2021 Gentoo Authors # Distributed under the terms of the GNU GPL version 2 or later # # DOCUMENTATION @@ -22,7 +22,7 @@ DESCRIPTION="Manage /usr/bin/emacs version" MAINTAINER="[email protected]" -VERSION="1.18" +VERSION="1.19" # ctags and etags are handled in their own module BINARYLIST="emacsclient b2m ebrowse rcs-checkin grep-changelog" diff --git a/emacs.eselect.5 b/emacs.eselect.5 index fb2bea5..d1c1598 100644 --- a/emacs.eselect.5 +++ b/emacs.eselect.5 @@ -1,8 +1,8 @@ .\" -*- coding: utf-8 -*- -.\" Copyright 2007-2014 Gentoo Authors +.\" Copyright 2007-2021 Gentoo Authors .\" Distributed under the terms of the GNU GPL version 2 or later .\" -.TH emacs.eselect 5 "December 2014" "Gentoo Linux" eselect +.TH emacs.eselect 5 "August 2021" "Gentoo Linux" eselect .SH NAME emacs.eselect \- The Emacs management module for Gentoo's eselect .SH SYNOPSIS diff --git a/gnuclient.eselect b/gnuclient.eselect index 7094714..5dec28b 100644 --- a/gnuclient.eselect +++ b/gnuclient.eselect @@ -1,5 +1,5 @@ # -*-eselect-*- -# Copyright 2005-2014 Gentoo Authors +# Copyright 2005-2021 Gentoo Authors # Distributed under the terms of the GNU GPL version 2 or later # # DOCUMENTATION @@ -21,7 +21,7 @@ DESCRIPTION="Manage /usr/bin/gnuclient implementations" MAINTAINER="[email protected]" -VERSION="1.18" +VERSION="1.19" BINARYLIST="gnuclient gnudoit gnuattach" MANPAGELIST="gnuclient gnudoit gnuattach gnuserv" diff --git a/gnuclient.eselect.5 b/gnuclient.eselect.5 index 8d8314a..5991bce 100644 --- a/gnuclient.eselect.5 +++ b/gnuclient.eselect.5 @@ -1,8 +1,8 @@ .\" -*- coding: utf-8 -*- -.\" Copyright 2007-2014 Gentoo Authors +.\" Copyright 2007-2021 Gentoo Authors .\" Distributed under the terms of the GNU GPL version 2 or later .\" -.TH gnuclient.eselect 5 "February 2014" "Gentoo Linux" eselect +.TH gnuclient.eselect 5 "August 2021" "Gentoo Linux" eselect .SH NAME gnuclient.eselect \- The gnuserv/gnuclient module for Gentoo's eselect .SH SYNOPSIS
