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 1SR48W-000694-Gk for garchives@archives.gentoo.org; Sun, 06 May 2012 16:16:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A717E089E; Sun, 6 May 2012 16:06:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EBFD8E085D for ; Sun, 6 May 2012 16:06:12 +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 8D4741B4081 for ; Sun, 6 May 2012 16:06:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 191E8E543E for ; Sun, 6 May 2012 16:06:11 +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: <1294428067.2f0961902ee8da70f8d2678a20f08f606aa85c56.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-updater 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: 2f0961902ee8da70f8d2678a20f08f606aa85c56 X-VCS-Branch: emacs-updater Date: Sun, 6 May 2012 16:06:11 +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: 0ddef5eb-363e-4d4b-8d36-3f7a76ff67c8 X-Archives-Hash: b1ac55570a2ad4d0c7e7fe9074037ee7 commit: 2f0961902ee8da70f8d2678a20f08f606aa85c56 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Fri Jan 7 19:21:07 2011 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Fri Jan 7 19:21:07 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D2f096190 Version 1.8 released. svn path=3D/emacs-updater/; revision=3D1642 --- ChangeLog | 2 ++ emacs-updater | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index a100b11..1f10605 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2011-01-05 Ulrich Mueller =20 + * Version 1.8 released. + * emacs-updater: Use wc instead of sed for line counting; the latter did not work for empty files. Postpone message that no packages have been found. diff --git a/emacs-updater b/emacs-updater index 59ac937..d369c2b 100755 --- a/emacs-updater +++ b/emacs-updater @@ -7,7 +7,7 @@ # Christian Faulhammer # Ulrich Mueller =20 -VERSION=3D1.7 +VERSION=3D1.8 EMACS=3D/usr/bin/emacs SITELISP=3D/usr/share/emacs/site-lisp =20