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 1SR4GF-0007eE-G0 for garchives@archives.gentoo.org; Sun, 06 May 2012 16:24:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83614E0850; Sun, 6 May 2012 16:16:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 208D7E09BE for ; Sun, 6 May 2012 16:07:24 +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 B534B1B407D for ; Sun, 6 May 2012 16:07:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 77EAEE5431 for ; Sun, 6 May 2012 16:07:22 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1244178556.4aad3003c01e55b023a272bd19272ccfab672bd0.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:backups/emacs-updater@1480 commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog emacs-updater X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 4aad3003c01e55b023a272bd19272ccfab672bd0 X-VCS-Branch: backups/emacs-updater@1480 Date: Sun, 6 May 2012 16:07:22 +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: 8728c8ce-037f-4050-a0be-6aeadfb081f8 X-Archives-Hash: 2ebc23214be8e927f3bf34ad0c460810 commit: 4aad3003c01e55b023a272bd19272ccfab672bd0 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Fri Jun 5 05:09:16 2009 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Fri Jun 5 05:09:16 2009 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D4aad3003 Version 1.5 released. svn path=3D/emacs-updater/; revision=3D1282 --- ChangeLog | 2 ++ emacs-updater | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1e0661d..65ca57a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2009-06-04 Ulrich Mueller =20 + * Version 1.5 released. + * emacs-updater (pm_auto): Try to determine the package manager from the PACKAGE_MANAGER environment variable first. * emacs-updater.8: Document it. diff --git a/emacs-updater b/emacs-updater index 8d13b39..3fb7865 100755 --- a/emacs-updater +++ b/emacs-updater @@ -7,7 +7,7 @@ # Christian Faulhammer # Ulrich Mueller =20 -VERSION=3D1.4 +VERSION=3D1.5 EMACS=3D/usr/bin/emacs SITELISP=3D/usr/share/emacs/site-lisp =20