ChangeLog

# ChangeLog for games-board/gnono
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/ChangeLog,v 1.10 2008/03/22 10:25:00 remi Exp $

22 Mar 2008; Rémi Cardona gnono-1.9.1.ebuild:
update ebuild to new gnome2 eclass (see bug #155993)

12 Jun 2007; Tristan Heaven gnono-1.9.1.ebuild:
Add ~x86 keyword

*gnono-1.9.1 (30 May 2007)

30 May 2007; Tupone Alfredo
+files/gnono-1.9.1-gentoo.patch, +metadata.xml, +gnono-1.9.1.ebuild:
Version bump to 1.9.1 Bug #158261 by Serkan Kaba

24 Apr 2005; Michael Hanselmann gnono-0.0.3.ebuild:
Stable on ppc.

31 Dec 2004; Joseph Jezak gnono-0.0.3.ebuild:
Marked ~ppc.

11 Nov 2004; Chris Gianelloni gnono-0.0.3.ebuild:
Added ~amd64 KEYWORD and closing bug #69770.

*gnono-0.0.3 (12 Dec 2002)

12 Dec 2002; Mike Frysinger :
Initial import. Ebuild submitted by Rigo Ketelings .

Manifest

AUX gnono-1.9.1-gentoo.patch 1264 RMD160 0f4799646bcbabdb1fbeed12bccdfdecfbb5ddea SHA1 e5c9ce20ad2f397efc9cd775f8a807e65d8dd11a SHA256 8dd26b6351cf34d58896458a324acfb2d3039ce051c5114918b67e5a0acaec51
DIST gnono-1.9.1.tar.bz2 421461 RMD160 2e86cf671e409f5c96cd5df904b3ea795d363547 SHA1 367a73e70182c1b4f0807353d7ba1aae8d8943d7 SHA256 1fd8ddcd2da5333210046ae1d6e710b597193c6f550ae1c82f729a0473bde60c
EBUILD gnono-1.9.1.ebuild 973 RMD160 7ff2f03e9a930350cd1d0d057b3792cc2b227380 SHA1 f45adca94bce11f3251dc658481f3682e33f0e71 SHA256 8a9e3f849b366a1f84b602e81f64fdb8801aa06e153fc225af6346ceda3cf4bc
MISC ChangeLog 1066 RMD160 a8902e8e7cb320f96c73d6544ba7d7bad04844b0 SHA1 31c43d8698253d8e550851fd6a4aaee8e23c51f1 SHA256 9f6ae6fe8a9560473e67d680c78336f32fe6969e1685504e69ccde4dd3c72b36
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3

files

gnono-1.9.1.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/gnono-1.9.1.ebuild,v 1.3 2008/03/22 10:25:00 remi Exp $

inherit autotools eutils gnome2-utils games

DESCRIPTION="A rewrite for GNOME of the Windows card game WUNO"
HOMEPAGE="http://sourceforge.net/projects/gnono/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="gnome-base/libgnomeui
virtual/libintl"
DEPEND="${RDEPEND}
sys-devel/gettext"

src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-gentoo.patch
eautoreconf
}

src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README TODO
prepgamesdirs
}

pkg_preinst() {
games_pkg_preinst
gnome2_icon_savelist
}

pkg_postinst() {
games_pkg_postinst
gnome2_icon_cache_update
}

pkg_postrm() {
gnome2_icon_cache_update
}

metadata.xml




games