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 1SR4EU-0007HU-MS for garchives@archives.gentoo.org; Sun, 06 May 2012 16:22:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77545E0839; Sun, 6 May 2012 16:13:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 296EAE09BE for ; Sun, 6 May 2012 16:07:17 +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 BE7BB1B4080 for ; Sun, 6 May 2012 16:07:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8898AE5433 for ; Sun, 6 May 2012 16:07:15 +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: <1197447877.9ad2576f16cb6c98d6947e51c7a36a831bdbba00.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:backups/emacs-updater@1030 commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: emacs-updater.sh X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 9ad2576f16cb6c98d6947e51c7a36a831bdbba00 X-VCS-Branch: backups/emacs-updater@1030 Date: Sun, 6 May 2012 16:07:15 +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: d0b6fc12-71c5-413c-b9fc-bad9da86d0ec X-Archives-Hash: 14a95ffabc31e3f0f5be4c74b9f32ad8 commit: 9ad2576f16cb6c98d6947e51c7a36a831bdbba00 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Wed Dec 12 08:24:37 2007 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Dec 12 08:24:37 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D9ad2576f Handle ROOT in qfile command svn path=3D/emacs-extra/eselect-emacs/; revision=3D847 --- emacs-updater.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs-updater.sh b/emacs-updater.sh index 3d3c26f..590c1be 100755 --- a/emacs-updater.sh +++ b/emacs-updater.sh @@ -52,11 +52,11 @@ if ! [ -x /usr/bin/qfile ]; then exit 1 fi =20 -for sf in "${ROOT}/${SITELISP}"/[0-9][0-9]*-gentoo.el +for sf in "${ROOT}${SITELISP}"/[0-9][0-9]*-gentoo.el do [ "${sf##*/}" =3D 00site-gentoo.el ] && continue message "Processing ${sf##*/} ..." - qfile -qC "${sf}" >> "${TMPFILE}" + qfile -qCR "${sf}" >> "${TMPFILE}" done echo =20 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 1SR4Hc-0007xe-Le for garchives@archives.gentoo.org; Sun, 06 May 2012 16:26:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9004FE08C2; Sun, 6 May 2012 16:19:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E208AE09CC for ; Sun, 6 May 2012 16:07:29 +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 85CEC1B407B for ; Sun, 6 May 2012 16:07:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 52C5FE4C22 for ; Sun, 6 May 2012 16:07:28 +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: <1197447877.9ad2576f16cb6c98d6947e51c7a36a831bdbba00.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:backups/eselect-emacs@1030 commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: emacs-updater.sh X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 9ad2576f16cb6c98d6947e51c7a36a831bdbba00 X-VCS-Branch: backups/eselect-emacs@1030 Date: Sun, 6 May 2012 16:07:28 +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: cd0597f1-a3cf-42a8-945f-13937dcc3cde X-Archives-Hash: 15db71790d9d24b62e3e3b132eb7110d Message-ID: <20120506160728.htCGVKUekreuHjqmXDsB1CTQAvrbtHkRvhXTazyjyOU@z> commit: 9ad2576f16cb6c98d6947e51c7a36a831bdbba00 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Wed Dec 12 08:24:37 2007 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Dec 12 08:24:37 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D9ad2576f Handle ROOT in qfile command svn path=3D/emacs-extra/eselect-emacs/; revision=3D847 --- emacs-updater.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs-updater.sh b/emacs-updater.sh index 3d3c26f..590c1be 100755 --- a/emacs-updater.sh +++ b/emacs-updater.sh @@ -52,11 +52,11 @@ if ! [ -x /usr/bin/qfile ]; then exit 1 fi =20 -for sf in "${ROOT}/${SITELISP}"/[0-9][0-9]*-gentoo.el +for sf in "${ROOT}${SITELISP}"/[0-9][0-9]*-gentoo.el do [ "${sf##*/}" =3D 00site-gentoo.el ] && continue message "Processing ${sf##*/} ..." - qfile -qC "${sf}" >> "${TMPFILE}" + qfile -qCR "${sf}" >> "${TMPFILE}" done echo =20