summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-08-16 00:51:36 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-08-16 00:51:36 +0000
commit7485264a1b4f341e212461644ec0a9ba7204316a (patch)
tree3111d32b9e013dd49987a2cb28183e40ac5eeaac /games-arcade
parentStable on amd64 wrt bug #188881 (diff)
downloadgentoo-2-7485264a1b4f341e212461644ec0a9ba7204316a.tar.gz
gentoo-2-7485264a1b4f341e212461644ec0a9ba7204316a.tar.bz2
gentoo-2-7485264a1b4f341e212461644ec0a9ba7204316a.zip
version bump
(Portage version: 2.1.2.11)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/ceferino/ChangeLog8
-rw-r--r--games-arcade/ceferino/ceferino-0.97.8.ebuild53
-rw-r--r--games-arcade/ceferino/files/digest-ceferino-0.97.83
3 files changed, 63 insertions, 1 deletions
diff --git a/games-arcade/ceferino/ChangeLog b/games-arcade/ceferino/ChangeLog
index 92bb3183baf9..c77b0b9305b3 100644
--- a/games-arcade/ceferino/ChangeLog
+++ b/games-arcade/ceferino/ChangeLog
@@ -1,6 +1,12 @@
# 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.11 2007/05/27 21:23:43 welp Exp $
+# $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 <mr_bones_@gentoo.org>
+ +ceferino-0.97.8.ebuild:
+ version bump
27 May 2007; Peter Weller <welp@gentoo.org> ceferino-0.97.5.ebuild:
Stable on amd64 wrt bug 178386
diff --git a/games-arcade/ceferino/ceferino-0.97.8.ebuild b/games-arcade/ceferino/ceferino-0.97.8.ebuild
new file mode 100644
index 000000000000..0ec80069b359
--- /dev/null
+++ b/games-arcade/ceferino/ceferino-0.97.8.ebuild
@@ -0,0 +1,53 @@
+# 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
+}
diff --git a/games-arcade/ceferino/files/digest-ceferino-0.97.8 b/games-arcade/ceferino/files/digest-ceferino-0.97.8
new file mode 100644
index 000000000000..dfae3ae2dd6e
--- /dev/null
+++ b/games-arcade/ceferino/files/digest-ceferino-0.97.8
@@ -0,0 +1,3 @@
+MD5 aa1bc928356c1231bb79e2f3a64251fe ceferino-0.97.8.tar.gz 2380632
+RMD160 137eaf55d13d8bcce4a32dc90142d0664773334d ceferino-0.97.8.tar.gz 2380632
+SHA256 6f0f2674a8a968950498570b89123e341dca50499d255e7bcdf3703a85aa3074 ceferino-0.97.8.tar.gz 2380632