From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62BE4139337 for ; Mon, 2 Aug 2021 08:05:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8EC0E092C; Mon, 2 Aug 2021 08:05:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09FCCE092C for ; Mon, 2 Aug 2021 08:05:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0926340D36 for ; Mon, 2 Aug 2021 08:05:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9D4778A for ; Mon, 2 Aug 2021 08:05:36 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1627889332.7de39e6e66f747261d24932397ba7db553f100b9.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:eselect-emacs commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog ctags.eselect ctags.eselect.5 emacs.eselect emacs.eselect.5 gnuclient.eselect gnuclient.eselect.5 X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7de39e6e66f747261d24932397ba7db553f100b9 X-VCS-Branch: eselect-emacs Date: Mon, 2 Aug 2021 08:05:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7be63e05-540d-41c7-b811-e38b26ee8eda X-Archives-Hash: bb095a3b871b608450566146040ef571 commit: 7de39e6e66f747261d24932397ba7db553f100b9 Author: Ulrich Müller gentoo org> AuthorDate: Mon Aug 2 07:28:52 2021 +0000 Commit: Ulrich Müller gentoo 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 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 + + * Version 1.19 released. + 2021-07-31 Ulrich Müller * 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="emacs@gentoo.org" -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="emacs@gentoo.org" -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="emacs@gentoo.org" -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