Like cowsay, but different because it involves robots and kittens
I didn't think an ebuild could get this simple...
Reproducible: Always
Steps to Reproduce:
So small I'll just paste:
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Like cowsay, but different because it involves robots and kittens"
HOMEPAGE="http://www.redhotlunix.com/"
SRC_URI="http://www.redhotlunix.com/${PN}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc amd64"
DEPEND=">=dev-lang/perl-5"
src_install() {
exeinto /usr/bin
doexe ${WORKDIR}/rfksay
doexe ${WORKDIR}/robotsay
doexe ${WORKDIR}/kittensay
}