Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73461 - Ebuild for new fortune-mod-it 1.99
Summary: Ebuild for new fortune-mod-it 1.99
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:
Depends on:
Blocks:
 
Reported: 2004-12-05 10:01 UTC by Silian Della Ragione
Modified: 2004-12-27 18:45 UTC (History)
0 users

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


Attachments
fortune-mod-it-1.99.ebuild (fortune-mod-it-1.99.ebuild,745 bytes, text/plain)
2004-12-05 10:02 UTC, Silian Della Ragione
Details
fortune-mod-it-1.99.ebuild (fortune-mod-it-1.99.ebuild,739 bytes, text/plain)
2004-12-05 11:47 UTC, Silian Della Ragione
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Silian Della Ragione 2004-12-05 10:01:51 UTC
DESCRIPTION="Database of the Italian cookies for the fortune program"
HOMEPAGE="http://www.fortune-it.net/main.html"
SRC_URI="http://www.fortune-it.net/download/fortune-it-1.99.tar.gz"

LICENSE="freedist"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE="offensive"

DEPEND="games-misc/fortune-mod"

S="${WORKDIR}/fortune-it-1.99"

src_unpack() {
	unpack ${A}
	use offensive || rm -f ${S}/testi/*-o
}

src_compile() {
	local f

	for f in `ls testi/`
	do
		strfile -s ${S}/testi/${f} || die "strfile ${S}/testi/${f} failed"
	done
}

src_install() {
	dodir /usr/share/fortune
	cp ${S}/testi/* "${D}/usr/share/fortune" || die "cp failed"
	dodoc README
}

Reproducible: Always
Steps to Reproduce:
Comment 1 Silian Della Ragione 2004-12-05 10:02:44 UTC
Created attachment 45331 [details]
fortune-mod-it-1.99.ebuild
Comment 2 Silian Della Ragione 2004-12-05 11:47:07 UTC
Created attachment 45339 [details]
fortune-mod-it-1.99.ebuild

Some syntax changes
Comment 3 Silian Della Ragione 2004-12-05 11:48:56 UTC
In attachment you can get the new version with best syntax
Comment 4 SpanKY gentoo-dev 2004-12-27 18:45:54 UTC
now in portage, thanks :)