summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-05-14 20:59:36 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-05-14 20:59:36 +0000
commit1a3c06fdcf8d41fafa3fadc42a20bdf0a6e3e949 (patch)
treecadb2c2d5e48b6b79fff55adfd84f3a1028e049a /games-arcade
parentRemove old. Fix phonon dep, bug 269622. (diff)
downloadhistorical-1a3c06fdcf8d41fafa3fadc42a20bdf0a6e3e949.tar.gz
historical-1a3c06fdcf8d41fafa3fadc42a20bdf0a6e3e949.tar.bz2
historical-1a3c06fdcf8d41fafa3fadc42a20bdf0a6e3e949.zip
old
Package-Manager: portage-2.1.6.11/cvs/Linux i686
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/ceferino/Manifest12
-rw-r--r--games-arcade/ceferino/ceferino-0.97.5.ebuild53
2 files changed, 0 insertions, 65 deletions
diff --git a/games-arcade/ceferino/Manifest b/games-arcade/ceferino/Manifest
index 4d9b59016083..3649ce39277d 100644
--- a/games-arcade/ceferino/Manifest
+++ b/games-arcade/ceferino/Manifest
@@ -1,17 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
AUX ceferino-0.97.8-gcc44.patch 368 RMD160 cb66ea2f6d48758b1532642cf6d77ad4de628a63 SHA1 99f7ba77cffec93ae7513a523f845c20f0eb9e6b SHA256 00b465cc1ff59b470dbbd7e78009dd4ac0ee90d62e1e6c56c9f69bae743cbfee
-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 1505 RMD160 417a765f39506919ab5881a612b894b382cfdd8b SHA1 28bd1b8fdff9ec46304112f0faaa694d3a4a7202 SHA256 f77d987f8da6391aa6eb040fd1f8d358074ac46246730c07f0ed56fbd417e6c7
MISC ChangeLog 1816 RMD160 46862a75622bc71cdeabaa387dacb94d9d3b4fd5 SHA1 94bf2e4a80798fe17d7e1aac4c3e2579f091351f SHA256 d6dd828f1170fe9c1d98282ba9a1c79e825a439c0631b93665d8d7aa46c07fe5
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.11 (GNU/Linux)
-
-iEYEARECAAYFAkoMfuAACgkQkKaRLQcq0GKoYQCgqE+646N98i955yJ3nvCi7Ght
-su0AoJs8RKbx6pXLfxfN9eZlvUzqPNLm
-=eVg+
------END PGP SIGNATURE-----
diff --git a/games-arcade/ceferino/ceferino-0.97.5.ebuild b/games-arcade/ceferino/ceferino-0.97.5.ebuild
deleted file mode 100644
index 576a4f2bf317..000000000000
--- a/games-arcade/ceferino/ceferino-0.97.5.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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
-}