From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Si6Ar-000293-Tt for garchives@archives.gentoo.org; Fri, 22 Jun 2012 15:53:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1E25E0C70; Fri, 22 Jun 2012 15:53:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B8017E0C70 for ; Fri, 22 Jun 2012 15:53:07 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25EE91B402F for ; Fri, 22 Jun 2012 15:53:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DBA5FE5437 for ; Fri, 22 Jun 2012 15:53:05 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1340380680.d1e9046c4fb23043c7f553dacc863f8653a40165.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 X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: d1e9046c4fb23043c7f553dacc863f8653a40165 X-VCS-Branch: eselect-emacs Date: Fri, 22 Jun 2012 15:53:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8143ad6d-f690-4af2-b077-0d395b5ec952 X-Archives-Hash: a3a36eb31d01679c8ad95aa6641bcf1e commit: d1e9046c4fb23043c7f553dacc863f8653a40165 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Fri Jun 22 15:58:00 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Fri Jun 22 15:58:00 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3Dd1e9046c Version 1.14 released. --- ChangeLog | 2 ++ ctags.eselect | 2 +- emacs.eselect | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a8b41fd..8c2313a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-06-22 Ulrich M=C3=BCller =20 + * Version 1.14 released. + * Makefile (PV): Extract version number from emacs.eselect. =20 2012-05-06 Ulrich M=C3=BCller diff --git a/ctags.eselect b/ctags.eselect index 291f724..2fbd087 100644 --- a/ctags.eselect +++ b/ctags.eselect @@ -27,7 +27,7 @@ CTAGS=3Dctags =20 DESCRIPTION=3D"Manage /usr/bin/${CTAGS} implementations" MAINTAINER=3D"emacs@gentoo.org" -VERSION=3D"1.13" +VERSION=3D"1.14" =20 find_targets() { # Return the list of available ctags implementations diff --git a/emacs.eselect b/emacs.eselect index fd640fc..6ac68d2 100644 --- a/emacs.eselect +++ b/emacs.eselect @@ -22,7 +22,7 @@ =20 DESCRIPTION=3D"Manage /usr/bin/emacs version" MAINTAINER=3D"emacs@gentoo.org" -VERSION=3D"1.13" +VERSION=3D"1.14" =20 # ctags and etags are handled in their own module BINARYLIST=3D"emacsclient b2m ebrowse rcs-checkin grep-changelog"