Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 73461
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Silian Della Ragione <silian87@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
fortune-mod-it-1.99.ebuild fortune-mod-it-1.99.ebuild text/plain Silian Della Ragione 2004-12-05 10:02 0000 745 bytes Details
fortune-mod-it-1.99.ebuild fortune-mod-it-1.99.ebuild text/plain Silian Della Ragione 2004-12-05 11:47 0000 739 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 73461 depends on: Show dependency tree
Bug 73461 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: 2004-12-05 10:01 0000
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 From Silian Della Ragione 2004-12-05 10:02:44 0000 -------
Created an attachment (id=45331) [details]
The fortune-mod-it-1.99 ebuild

------- Comment #2 From Silian Della Ragione 2004-12-05 11:47:07 0000 -------
Created an attachment (id=45339) [details]
fortune-mod-it-1.99.ebuild

Some syntax changes

------- Comment #3 From Silian Della Ragione 2004-12-05 11:48:56 0000 -------
In attachment you can get the new version with best syntax

------- Comment #4 From SpanKY 2004-12-27 18:45:54 0000 -------
now in portage, thanks :)

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug