#!/bin/sh # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 . /etc/init.d/functions.sh 2>/dev/null esyslog() { echo &> /dev/null ; } for ebuild in $( ls *.ebuild ) ; do ebegin "Processing $ebuild" ebuild $ebuild fetch eend $? done