diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-30 22:52:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-30 22:52:40 +0000 |
commit | bb2273bd1f60728291e7d7d7ea6c2903cc55a597 (patch) | |
tree | e248e7db6f4e28457b119f4ad9bdc0e0e6d5cdd6 /games-arcade | |
parent | old (diff) | |
download | gentoo-2-bb2273bd1f60728291e7d7d7ea6c2903cc55a597.tar.gz gentoo-2-bb2273bd1f60728291e7d7d7ea6c2903cc55a597.tar.bz2 gentoo-2-bb2273bd1f60728291e7d7d7ea6c2903cc55a597.zip |
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/cosmosmash/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild | 36 |
2 files changed, 5 insertions, 38 deletions
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 <mr_bones_@gentoo.org> -cosmosmash-1.4.5.ebuild: + old 27 Dec 2012; Jeff Horelick <jdhore@gentoo.org> 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 -} |