diff options
author | 2006-01-09 23:15:50 +0000 | |
---|---|---|
committer | 2006-01-09 23:15:50 +0000 | |
commit | 93d9d2d1d611b5998abe482bd0dc088c7c18339b (patch) | |
tree | c736da3871bcd575e2d8f055dadb610a4945b5a9 /games-arcade/ceferino | |
parent | Added eutils to inherit line and moved games to the end of the line. (diff) | |
download | gentoo-2-93d9d2d1d611b5998abe482bd0dc088c7c18339b.tar.gz gentoo-2-93d9d2d1d611b5998abe482bd0dc088c7c18339b.tar.bz2 gentoo-2-93d9d2d1d611b5998abe482bd0dc088c7c18339b.zip |
Cleaning older versions.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-arcade/ceferino')
-rw-r--r-- | games-arcade/ceferino/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/ceferino/ceferino-0.95.ebuild | 55 | ||||
-rw-r--r-- | games-arcade/ceferino/files/digest-ceferino-0.95 | 1 |
3 files changed, 5 insertions, 58 deletions
diff --git a/games-arcade/ceferino/ChangeLog b/games-arcade/ceferino/ChangeLog index d445583383b1..e1ddd8e6fb1b 100644 --- a/games-arcade/ceferino/ChangeLog +++ b/games-arcade/ceferino/ChangeLog @@ -1,6 +1,9 @@ # 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.6 2005/08/29 06:24:03 mr_bones_ Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ceferino/ChangeLog,v 1.7 2006/01/09 23:15:50 wolf31o2 Exp $ + + 09 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> -ceferino-0.95.ebuild: + Cleaning older versions. *ceferino-0.96 (29 Aug 2005) diff --git a/games-arcade/ceferino/ceferino-0.95.ebuild b/games-arcade/ceferino/ceferino-0.95.ebuild deleted file mode 100644 index b63766c6e6c7..000000000000 --- a/games-arcade/ceferino/ceferino-0.95.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.95.ebuild,v 1.3 2005/06/15 18:06:21 wolf31o2 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="~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.95 b/games-arcade/ceferino/files/digest-ceferino-0.95 deleted file mode 100644 index 4588197c6563..000000000000 --- a/games-arcade/ceferino/files/digest-ceferino-0.95 +++ /dev/null @@ -1 +0,0 @@ -MD5 1502c1235424a258177e53b2d3fea603 ceferino-0.95.tar.gz 1666122 |