From bb2273bd1f60728291e7d7d7ea6c2903cc55a597 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Wed, 30 Jan 2013 22:52:40 +0000 Subject: old (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit) --- games-arcade/cosmosmash/ChangeLog | 7 +++-- games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild | 36 ------------------------- 2 files changed, 5 insertions(+), 38 deletions(-) delete mode 100644 games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild (limited to 'games-arcade') diff --git a/games-arcade/cosmosmash/ChangeLog b/games-arcade/cosmosmash/ChangeLog index 4b85b148ec15..e1bbe99e0200 100644 --- a/games-arcade/cosmosmash/ChangeLog +++ b/games-arcade/cosmosmash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/cosmosmash -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.8 2012/12/27 01:47:29 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.9 2013/01/30 22:52:40 mr_bones_ Exp $ + + 30 Jan 2013; Michael Sterrett -cosmosmash-1.4.5.ebuild: + old 27 Dec 2012; Jeff Horelick cosmosmash-1.4.6.ebuild: marked x86 per bug 436936 diff --git a/games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild b/games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild deleted file mode 100644 index 9d37d3ec3f51..000000000000 --- a/games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild,v 1.4 2012/05/04 04:22:28 jdhore Exp $ - -EAPI=2 -inherit autotools games - -DESCRIPTION="A space rock shooting video game" -HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/cosmosmash.html" -SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="" - -RDEPEND=">=dev-games/flatzebra-0.1.5" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - sed -i \ - -e "/^pkgsounddir/ s:sounds.*:\$(PACKAGE)/sounds:" \ - -e "/^desktopentrydir/ s:=.*:=/usr/share/applications:" \ - -e "/^pixmapdir/ s:=.*:=/usr/share/pixmaps:" \ - src/Makefile.am \ - || die "sed failed" - eautoreconf -} - -src_install() { - emake -C src DESTDIR="${D}" install || die "emake install failed" - doman doc/${PN}.6 - dodoc AUTHORS NEWS README THANKS - prepgamesdirs -} -- cgit v1.2.3-65-gdbad