Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
DESCRIPTION="Database of the Italian cookies for the fortune program" HOMEPAGE="http://www.orson.it/~fedeliallalinea/" SRC_URI="http://www.orson.it/~fedeliallalinea/${P}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="games-misc/fortune-mod" REDEPEND="${DEPEND}" RESTRICT="nomirror" src_unpack() { unpack ${A} } src_compile() { strfile -s italia || die "strfile italia failed" strfile -s zozzital || die "strfile zozzital failed" } src_install() { insinto /usr/share/fortune doins italia* zozzital* }
Created an attachment (id=40102) [details] Ebuild for italian fortunes
(From update of attachment 40102 [details]) Ebuild for italian fortunes
(From update of attachment 40102 [details]) >DESCRIPTION="Database of the Italian cookies for the fortune program" >HOMEPAGE="http://www.orson.it/~fedeliallalinea/" >SRC_URI="http://www.orson.it/~fedeliallalinea/${P}.tar.gz" > >LICENSE="I don't know" >SLOT="0" >KEYWORDS="x86" >IUSE="" > >DEPEND="games-misc/fortune-mod" >REDEPEND="${DEPEND}" >RESTRICT="nomirror" > >src_unpack() { > unpack ${A} >} > >src_compile() { > strfile -s italia || die "strfile italia failed" > strfile -s zozzital || die "strfile zozzital failed" >} > >src_install() { > insinto /usr/share/fortune > doins italia* zozzital* >}
needs lots of work: Make the header the same as header.txt fix the LICENSE to be something. It can't go into portage without one. Take out the RDEPEND and RESTRICT lines Take out the src_unpack function Stop editing the attachment and just attach new ones please.
Created an attachment (id=40169) [details] fortune-mod-it-1.51-r1.ebuild
Sorry for problems with the edit of attachment, It's the first time I submit an ebuild :-) The ebuild wasn't written by me. The author is fedeliallalinea form the italian gentoo forum. This is the discussion about this ebuild http://forums.gentoo.org/viewtopic.php?t=225439&sid=16548436d2be4adb2b09d4a104c81d0e Bye
Added to portage. Not added to fortune-mod-all since it's not universally desired.