Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36152 - New ebuild: games-misc/rfksay-0.1
Summary: New ebuild: games-misc/rfksay-0.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-12-19 21:28 UTC by Ryan Finnie
Modified: 2004-01-03 15:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Finnie 2003-12-19 21:28:00 UTC
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
}
Comment 1 SpanKY gentoo-dev 2004-01-03 15:12:44 UTC
now in portage, thanks ;)