diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-08 04:44:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-08 04:44:31 +0000 |
commit | a27f86ab2d46871cba9c40fba66bc5738e098767 (patch) | |
tree | 8faa974306d3a29f542b376240888cf8c9ea1dcd /games-arcade | |
parent | Stable on x86; bug #123038 (diff) | |
download | gentoo-2-a27f86ab2d46871cba9c40fba66bc5738e098767.tar.gz gentoo-2-a27f86ab2d46871cba9c40fba66bc5738e098767.tar.bz2 gentoo-2-a27f86ab2d46871cba9c40fba66bc5738e098767.zip |
old
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/ceferino/ceferino-0.96.ebuild | 55 | ||||
-rw-r--r-- | games-arcade/ceferino/files/digest-ceferino-0.96 | 1 |
2 files changed, 0 insertions, 56 deletions
diff --git a/games-arcade/ceferino/ceferino-0.96.ebuild b/games-arcade/ceferino/ceferino-0.96.ebuild deleted file mode 100644 index a0c390101d28..000000000000 --- a/games-arcade/ceferino/ceferino-0.96.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# 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.96.ebuild,v 1.1 2005/08/29 06:24:03 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" -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 '/^\(gnu\)\?localedir /s:= .*:= /usr/share/locale:' \ - po/Makefile.in.in 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 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.96 b/games-arcade/ceferino/files/digest-ceferino-0.96 deleted file mode 100644 index ab2e65154dc4..000000000000 --- a/games-arcade/ceferino/files/digest-ceferino-0.96 +++ /dev/null @@ -1 +0,0 @@ -MD5 7c1b797858e08e97d62b83b5b1e44981 ceferino-0.96.tar.gz 1671608 |