head	1.2;
access;
symbols
	RELEASE-1_4:1.1.0.2
	GENTOO_1_4_SNAP_2003010800:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.08.15.12.50.15;	author lanius;	state dead;
branches;
next	1.1;

1.1
date	2002.03.23.00.09.07;	author karltk;	state Exp;
branches;
next	;


desc
@@


1.2
log
@moved to app-portage
@
text
@#! /bin/sh

if [ -z "$1" ] ; then
	echo "Usage: $1 <author@@site.tld>"
	exit 1
fi

numebuilds=`find /usr/portage/ -name "*.ebuild" | wc -l`
numebuildsfor=`find /usr/portage/ -name "*.ebuild" | xargs grep "$1" | wc -l`

pct=`echo "scale=2 ; $numebuildsfor*100/$numebuilds" | bc`
printf "%25s: %-4d of %-4d (%-4.2f)\n" $1 $numebuildsfor $numebuilds $pct
@


1.1
log
@Major rework. #544, #1244
@
text
@@

