From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: ** X-Spam-Status: No, score=2.3 required=5.0 tests=DATE_IN_PAST_06_12, DMARC_REJECT,INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from client125178.atl.mediaone.net ([24.31.125.178] helo=jomama.huneycuttfamily.org) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15X2Nh-00087L-00 for gentoo-dev@cvs.gentoo.org; Wed, 15 Aug 2001 09:14:54 -0600 Received: from acm.org (telula.mojo.org [192.168.1.2]) by jomama.huneycuttfamily.org (Postfix) with ESMTP id 378381C92B; Wed, 15 Aug 2001 07:21:46 -0400 (EDT) Message-ID: <3B7A9126.80302@acm.org> From: "Chad M. Huneycutt" <chad.huneycutt@acm.org> Organization: Georgia Tech College of Computing User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801 X-Accept-Language: en-us MIME-Version: 1.0 To: gentoo-dev@cvs.gentoo.org Subject: Re: [gentoo-dev] Script to make list of ebuilds without $Header$ References: <01081516491803.00655@desktop.dan.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org X-Reply-To: chadh@cc.gatech.edu List-Help: <mailto:gentoo-dev-request@cvs.gentoo.org?subject=help> List-Post: <mailto:gentoo-dev@cvs.gentoo.org> List-Subscribe: <http://cvs.gentoo.org/mailman/listinfo/gentoo-dev>, <mailto:gentoo-dev-request@cvs.gentoo.org?subject=subscribe> List-Id: Gentoo Linux development list <gentoo-dev.cvs.gentoo.org> List-Unsubscribe: <http://cvs.gentoo.org/mailman/listinfo/gentoo-dev>, <mailto:gentoo-dev-request@cvs.gentoo.org?subject=unsubscribe> List-Archive: <http://cvs.gentoo.org/pipermail/gentoo-dev/> Date: Wed Aug 15 09:15:02 2001 X-Original-Date: Wed, 15 Aug 2001 11:11:34 -0400 X-Archives-Salt: bbe5884a-7078-424d-a020-47c5439ed4e3 X-Archives-Hash: b1bd9bd36ae37a2f251a7e5f3c24163e Dan Armak wrote: >Hi all, > >The following construct: > >#! /bin/sh >for X in `find /usr/portage/ -name *.ebuild | sort`; >do > > grep "\$Header" ${X} > /dev/null || echo ${X} > >done > Why don't we add two lines as the 4th and fifth line: # $Header$ # ****** DELETE ANY BROKEN HEADER LINES, PLEASE ***** That way developers can clean up the headers as they modify an ebuild. Chad