First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 36152
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ryan Finnie <ryan@finnie.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 36152 depends on: Show dependency tree
Bug 36152 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-12-19 21:28 0000
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 From SpanKY 2004-01-03 15:12:44 0000 -------
now in portage, thanks ;)

First Last Prev Next    No search results available      Search page      Enter new bug