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.04.13.23.01.55;	author karltk;	state Exp;
branches;
next	;


desc
@@


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

pcnt=`find /usr/portage/ -type f -name "*.ebuild" | sed "s/-[0-9].*//" | sort | uniq | wc -l`
numebuilds=`find /usr/portage/ -type f -name "*.ebuild" | wc -l`
numcat=`find /usr/portage/ -type d -name "*-*" -maxdepth 1 | wc -l`

echo "Number of categories : $numcat"
echo "Number of ebuilds    : $numebuilds"
echo "Unique packages      : $pcnt"
@


1.1
log
@Added gentool-bump-revision
@
text
@@

