diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-09 18:32:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-09 18:32:34 +0000 |
commit | b3d9251ab8a20fed3defe5699436803a3294d459 (patch) | |
tree | 531b28c47c737bc2794cd11161f2334d628bedff /games-arcade/ceferino | |
parent | Readded to ~ppc (diff) | |
download | gentoo-2-b3d9251ab8a20fed3defe5699436803a3294d459.tar.gz gentoo-2-b3d9251ab8a20fed3defe5699436803a3294d459.tar.bz2 gentoo-2-b3d9251ab8a20fed3defe5699436803a3294d459.zip |
initial commit - ebuild submitted by TGL via bug #90888
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-arcade/ceferino')
-rw-r--r-- | games-arcade/ceferino/ChangeLog | 10 | ||||
-rw-r--r-- | games-arcade/ceferino/Manifest | 2 | ||||
-rw-r--r-- | games-arcade/ceferino/ceferino-0.94.ebuild | 54 | ||||
-rw-r--r-- | games-arcade/ceferino/files/digest-ceferino-0.94 | 1 | ||||
-rw-r--r-- | games-arcade/ceferino/metadata.xml | 5 |
5 files changed, 72 insertions, 0 deletions
diff --git a/games-arcade/ceferino/ChangeLog b/games-arcade/ceferino/ChangeLog new file mode 100644 index 000000000000..75dda3d75d25 --- /dev/null +++ b/games-arcade/ceferino/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-arcade/ceferino +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ceferino/ChangeLog,v 1.1 2005/05/09 18:32:34 mr_bones_ Exp $ + +*ceferino-0.94 (09 May 2005) + + 09 May 2005; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml, + +ceferino-0.94.ebuild: + initial commit - ebuild submitted by TGL via bug #90888 + diff --git a/games-arcade/ceferino/Manifest b/games-arcade/ceferino/Manifest new file mode 100644 index 000000000000..559083625fcf --- /dev/null +++ b/games-arcade/ceferino/Manifest @@ -0,0 +1,2 @@ +MD5 7cae732df9a0c306bf30f317f020d663 ceferino-0.94.ebuild 1347 +MD5 e745cf62a144dbef1eabe6a9000ed5c8 files/digest-ceferino-0.94 66 diff --git a/games-arcade/ceferino/ceferino-0.94.ebuild b/games-arcade/ceferino/ceferino-0.94.ebuild new file mode 100644 index 000000000000..c17b508266a8 --- /dev/null +++ b/games-arcade/ceferino/ceferino-0.94.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ceferino/ceferino-0.94.ebuild,v 1.1 2005/05/09 18:32:34 mr_bones_ Exp $ + +inherit eutils games + +DESCRIPTION="Super-Pang clone (destroy bouncing balloons with your grapnel)" +HOMEPAGE="http://www.loosersjuegos.com.ar/pagina.php?nombre=proyecto_don_ceferino" +SRC_URI="http://www.loosersjuegos.com.ar/descargas/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="nls" + +RDEPEND=">=media-libs/libsdl-1.2 + >=media-libs/sdl-image-1.2 + >=media-libs/sdl-mixer-1.2" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext )" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i \ + -e '/^install-data-am/s:install-docDATA::' Makefile.in \ + || die "sed failed" + sed -i \ + -e '/^datadir/ s:=.*:= /usr/share:' po/Makefile.in.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 INSTALL README README_ES TODO + newicon src/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.94 b/games-arcade/ceferino/files/digest-ceferino-0.94 new file mode 100644 index 000000000000..f5ed91d3ba2b --- /dev/null +++ b/games-arcade/ceferino/files/digest-ceferino-0.94 @@ -0,0 +1 @@ +MD5 9b8efef8e991f97886b1097c8838a090 ceferino-0.94.tar.gz 1440798 diff --git a/games-arcade/ceferino/metadata.xml b/games-arcade/ceferino/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-arcade/ceferino/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> |