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=1.1 required=5.0 tests=DATE_IN_PAST_12_24,DMARC_NONE, INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from mailgw2.netvision.net.il ([194.90.1.9]) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15X12v-0007nU-00 for gentoo-dev@cvs.gentoo.org; Wed, 15 Aug 2001 07:49:21 -0600 Received: from desktop.dan.net (ras5-p26.rlz.netvision.net.il [62.0.86.26]) by mailgw2.netvision.net.il (8.9.3/8.9.3) with SMTP id QAA06871 for <gentoo-dev@cvs.gentoo.org>; Wed, 15 Aug 2001 16:52:16 +0300 (IDT) Content-Type: text/plain; charset="iso-8859-1" From: Dan Armak <danarmak@gentoo.org> To: gentoo-dev@cvs.gentoo.org X-Mailer: KMail [version 1.2] Organization: Gentoo Linux MIME-Version: 1.0 Message-Id: <01081516491803.00655@desktop.dan.net> Content-Transfer-Encoding: 8bit Subject: [gentoo-dev] Script to make list of ebuilds without $Header$ 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 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 07:50:02 2001 X-Original-Date: Wed, 15 Aug 2001 16:49:18 +0300 X-Archives-Salt: 590cdaa8-fd4c-4a2d-bc92-769eafc5476f X-Archives-Hash: 19234116ef5fad8d5262475c66ea5ef1 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 Gives a list of ebuilds without "$Header" in them, which is so long I don't want to post it here, run it yuorself and see. It has ~230 items listed, versus ~1020 items for a search of ebuilds that do have $Header lines (replace || with && in script). I think these should be fixed as a group, but don't have a good MDI text editor right now. If noone fixes these before I get one (Kate from kde-2.2 which I'll install tonight), I will fix them tomorrow. -- Dan Armak Gentoo Linux Developer, Desktop Team Matan, Israel