ChangeLog

# ChangeLog for games-arcade/ceferino
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/ceferino/ChangeLog,v 1.12 2007/08/16 00:51:36 mr_bones_ Exp $

*ceferino-0.97.8 (16 Aug 2007)

16 Aug 2007; Michael Sterrett
+ceferino-0.97.8.ebuild:
version bump

27 May 2007; Peter Weller ceferino-0.97.5.ebuild:
Stable on amd64 wrt bug 178386

05 Oct 2006; Tristan Heaven ceferino-0.97.5.ebuild:
Fix gettext dependency

*ceferino-0.97.5 (31 Jan 2006)

31 Jan 2006; Michael Sterrett
+ceferino-0.97.5.ebuild:
version bump

09 Jan 2006; Chris Gianelloni -ceferino-0.95.ebuild:
Cleaning older versions.

*ceferino-0.96 (29 Aug 2005)

29 Aug 2005; Michael Sterrett
+ceferino-0.96.ebuild:
version bump

15 Jun 2005; Chris Gianelloni ceferino-0.95.ebuild:
Removed INSTALL file.

30 May 2005; Simon Stelling ceferino-0.95.ebuild:
added ~amd64 keyword

*ceferino-0.95 (30 May 2005)

30 May 2005; Michael Sterrett
+ceferino-0.95.ebuild:
version bump

10 May 2005; Tobias Scherbaum
ceferino-0.94.ebuild:
Added ~ppc keyword, #92129

*ceferino-0.94 (09 May 2005)

09 May 2005; Michael Sterrett +metadata.xml,
+ceferino-0.94.ebuild:
initial commit - ebuild submitted by TGL via bug #90888

Manifest

DIST ceferino-0.97.5.tar.gz 2367074 RMD160 88b17a0ddeb9db81acb75ca1ecc5f3cef6729157 SHA1 3a35e01446ae81eed7adf447e4b7bc9c4ef641ab SHA256 50b79ccbb251751ed169b5b854681c7c8c65523205ce2abc2bcd1f19b63b1d80
DIST ceferino-0.97.8.tar.gz 2380632 RMD160 137eaf55d13d8bcce4a32dc90142d0664773334d SHA1 59d0a6d889bf916a6c546df05bb0d34a05e02f84 SHA256 6f0f2674a8a968950498570b89123e341dca50499d255e7bcdf3703a85aa3074
EBUILD ceferino-0.97.5.ebuild 1490 RMD160 fdf887b4645fe91f3d3a70f0af07b4f813a70640 SHA1 1bd060aafd7252bb7a2022b53153edb827db1260 SHA256 93099bc71e3bb80866f6eb6644a190f7b96b1b0913f3798ddab79789c27b8497
EBUILD ceferino-0.97.8.ebuild 1497 RMD160 ced2e19d40d84cab47bd6475010d1cc5fe898580 SHA1 3655b235ce312d5964406485544475ed9e39ca0f SHA256 2b8563433de612e10de55151a1790d8eec63a7f0301c6d67f52c39bdef86a7b7
MISC ChangeLog 1528 RMD160 a75747a68cceef63d96e3fa7b64af4e7e4c6a2cf SHA1 61f021058528967ebefb88ec276bd202df695bba SHA256 169411a18402177d0e40e7a53c1448a70e3963e1e0af2c4149f03960bde0d2f9
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3

ceferino-0.97.5.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/ceferino/ceferino-0.97.5.ebuild,v 1.3 2007/05/27 21:23:43 welp Exp $

inherit eutils games

DESCRIPTION="Super-Pang clone (destroy bouncing balloons with your grapnel)"
HOMEPAGE="http://www.loosersjuegos.com.ar/juegos/ceferino/ceferino.php"
SRC_URI="http://www.loosersjuegos.com.ar/juegos/ceferino/descargas/${P}.tar.gz"

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

RDEPEND=">=media-libs/libsdl-1.2
>=media-libs/sdl-image-1.2
>=media-libs/sdl-mixer-1.2
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"

src_unpack() {
unpack ${A}
cd "${S}"
sed -i '/^\(gnu\)\?localedir /s:= .*:= /usr/share/locale:' \
po/Makefile.in.in || die "sed failed"
sed -i '/^INCLUDES/s:\$(datadir)/locale:/usr/share/locale:' \
src/Makefile.in || die "sed failed"
}

src_compile() {
egamesconf $(use_enable nls) || die
emake || die "emake failed"
}

src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog README TODO
newicon data/ima/icono.png ${PN}.png
make_desktop_entry ceferino "Don Ceferino Hazaña"
prepgamesdirs
}

pkg_postinst() {
games_pkg_postinst
if ! built_with_use media-libs/sdl-mixer mikmod ; then
ewarn
ewarn "To hear music, you will have to rebuild media-libs/sdl-mixer"
ewarn "with the \"mikmod\" USE flag turned on."
ewarn
fi
}

ceferino-0.97.8.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/ceferino/ceferino-0.97.8.ebuild,v 1.1 2007/08/16 00:51:36 mr_bones_ Exp $

inherit eutils games

DESCRIPTION="Super-Pang clone (destroy bouncing balloons with your grapnel)"
HOMEPAGE="http://www.loosersjuegos.com.ar/juegos/ceferino/ceferino.php"
SRC_URI="http://www.loosersjuegos.com.ar/juegos/ceferino/descargas/${P}.tar.gz"

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

RDEPEND=">=media-libs/libsdl-1.2
>=media-libs/sdl-image-1.2
>=media-libs/sdl-mixer-1.2
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"

src_unpack() {
unpack ${A}
cd "${S}"
sed -i '/^\(gnu\)\?localedir /s:= .*:= /usr/share/locale:' \
po/Makefile.in.in || die "sed failed"
sed -i '/^INCLUDES/s:\$(datadir)/locale:/usr/share/locale:' \
src/Makefile.in || die "sed failed"
}

src_compile() {
egamesconf $(use_enable nls) || die
emake || die "emake failed"
}

src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog README TODO
newicon data/ima/icono.png ${PN}.png
make_desktop_entry ceferino "Don Ceferino Hazaña"
prepgamesdirs
}

pkg_postinst() {
games_pkg_postinst
if ! built_with_use media-libs/sdl-mixer mikmod ; then
ewarn
ewarn "To hear music, you will have to rebuild media-libs/sdl-mixer"
ewarn "with the \"mikmod\" USE flag turned on."
ewarn
fi
}

metadata.xml




games