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 1SR4Da-00076E-PP for garchives@archives.gentoo.org; Sun, 06 May 2012 16:22:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 851BAE081B; Sun, 6 May 2012 16:12:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6C3E1E09CC for ; Sun, 6 May 2012 16:07:18 +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 0A6CE1B4032 for ; Sun, 6 May 2012 16:07:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B957BE542D for ; Sun, 6 May 2012 16:07:16 +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: <1198921773.6d75f5bd43817a856daa854fe3e534320318e25e.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:backups/emacs-updater@1030 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: 6d75f5bd43817a856daa854fe3e534320318e25e X-VCS-Branch: backups/emacs-updater@1030 Date: Sun, 6 May 2012 16:07:16 +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: 0c6dc70a-505e-439c-8fe3-28deee4dd696 X-Archives-Hash: d6392a3345fb148cdcb29e2a32a9e438 commit: 6d75f5bd43817a856daa854fe3e534320318e25e Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Sat Dec 29 09:49:33 2007 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Dec 29 09:49:33 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D6d75f5bd Remove warning; the eclasses are official now. svn path=3D/emacs-extra/emacs-updater/; revision=3D896 --- ChangeLog | 4 ++++ emacs-updater | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index bc8967e..8705e5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-29 Ulrich Mueller + + * emacs-updater: Remove warning; the eclasses are official now. + 2007-12-14 Ulrich Mueller =20 * emacs-updater: Use long options for emerge. diff --git a/emacs-updater b/emacs-updater index 5d582ea..bf5859a 100755 --- a/emacs-updater +++ b/emacs-updater @@ -44,10 +44,6 @@ Find packages that are installed in the wrong location =20 EOF =20 -warning "Note, you must use the eclasses from the Emacs Overlay" -warning "for proper operation!" -echo - if ! [ -x /usr/bin/qfile ]; then echo failure "Please emerge app-portage/portage-utils to use this tool"