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 E2D2B1388E5 for ; Tue, 28 Oct 2014 18:50:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB38CE0ABC; Tue, 28 Oct 2014 18:50:40 +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 8F800E0ABC for ; Tue, 28 Oct 2014 18:50:40 +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 605A4340348 for ; Tue, 28 Oct 2014 18:50:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2A1E8F34 for ; Tue, 28 Oct 2014 18:50:37 +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: <1414521806.6c9331075f5cfd2cdca6c979d97dcaf81fc4e710.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:eselect-emacs commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog ctags.eselect emacs.eselect gnuclient.eselect X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6c9331075f5cfd2cdca6c979d97dcaf81fc4e710 X-VCS-Branch: eselect-emacs Date: Tue, 28 Oct 2014 18:50:37 +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: 1f5d4426-377b-467c-bfb2-5c77f91f8aca X-Archives-Hash: 6c912bc3cd1b8ae2cd6d59ffa76ee1ae commit: 6c9331075f5cfd2cdca6c979d97dcaf81fc4e710 Author: Ulrich Müller gentoo org> AuthorDate: Tue Oct 28 18:43:26 2014 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Oct 28 18:43:26 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=6c933107 Version 1.17 released. --- ChangeLog | 4 ++++ ctags.eselect | 2 +- emacs.eselect | 2 +- gnuclient.eselect | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a5ffff7..71547e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-10-28 Ulrich Müller + + * Version 1.17 released. + 2014-04-08 Ulrich Müller * emacs.eselect (set_man_symlinks): Omit emacs-${target}.1 from diff --git a/ctags.eselect b/ctags.eselect index 9d32fe4..fd6f9b7 100644 --- a/ctags.eselect +++ b/ctags.eselect @@ -26,7 +26,7 @@ CTAGS=ctags DESCRIPTION="Manage /usr/bin/${CTAGS} implementations" MAINTAINER="emacs@gentoo.org" -VERSION="1.16" +VERSION="1.17" find_targets() { # Return the list of available ctags implementations diff --git a/emacs.eselect b/emacs.eselect index aad1587..4b3a8e9 100644 --- a/emacs.eselect +++ b/emacs.eselect @@ -22,7 +22,7 @@ DESCRIPTION="Manage /usr/bin/emacs version" MAINTAINER="emacs@gentoo.org" -VERSION="1.16" +VERSION="1.17" # ctags and etags are handled in their own module BINARYLIST="emacsclient b2m ebrowse rcs-checkin grep-changelog" diff --git a/gnuclient.eselect b/gnuclient.eselect index 59d02ae..cc0a7e0 100644 --- a/gnuclient.eselect +++ b/gnuclient.eselect @@ -21,7 +21,7 @@ DESCRIPTION="Manage /usr/bin/gnuclient implementations" MAINTAINER="emacs@gentoo.org" -VERSION="1.16" +VERSION="1.17" BINARYLIST="gnuclient gnudoit gnuattach" MANPAGELIST="gnuclient gnudoit gnuattach gnuserv"