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 1SR4CH-0006ph-Rb for garchives@archives.gentoo.org; Sun, 06 May 2012 16:20:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC5E0E0829; Sun, 6 May 2012 16:13:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DBB3AE09BE for ; Sun, 6 May 2012 16:07:21 +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 816491B4072 for ; Sun, 6 May 2012 16:07:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 44886E542D for ; Sun, 6 May 2012 16:07:20 +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: <1237751437.a700c73edec63d8d12cb4e2ed1e82654767a33dc.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: a700c73edec63d8d12cb4e2ed1e82654767a33dc X-VCS-Branch: backups/emacs-updater@1480 Date: Sun, 6 May 2012 16:07:20 +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: df4877f8-c7ea-4051-b288-982838d3eae1 X-Archives-Hash: 09a851700000c36fa0fc73ad30e68a65 commit: a700c73edec63d8d12cb4e2ed1e82654767a33dc Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Sun Mar 22 19:50:37 2009 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Mar 22 19:50:37 2009 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3Da700c73e 00site-gentoo.el should not exist anymore. Treat it like a normal file. svn path=3D/emacs-updater/; revision=3D1241 --- ChangeLog | 5 +++++ emacs-updater | 1 - 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index b3cca7d..e8cdb99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-22 Ulrich Mueller + + * emacs-updater (action_sitedir): 00site-gentoo.el should not + exist anymore. Treat it like a normal file. + 2009-01-18 Ulrich Mueller =20 * Version 1.3 released. diff --git a/emacs-updater b/emacs-updater index 364481f..f6c002e 100755 --- a/emacs-updater +++ b/emacs-updater @@ -153,7 +153,6 @@ action_sitedir() { =20 for sf in "${ROOT}${SITELISP}"/[0-9][0-9]*-gentoo.el do - [ "${sf##*/}" =3D 00site-gentoo.el ] && continue echo "Found ${sf##*/}" echo "${sf}" >> "${TMPFILE}" done