diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-01-05 20:31:56 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-01-05 20:31:56 +0000 |
commit | e8bb70c615e084c4b020a25d6e445df8d7468e95 (patch) | |
tree | cabee3d4f113b321f2e7b7e399339a2cb90e964e /games-arcade | |
parent | Mark stable (diff) | |
download | gentoo-2-e8bb70c615e084c4b020a25d6e445df8d7468e95.tar.gz gentoo-2-e8bb70c615e084c4b020a25d6e445df8d7468e95.tar.bz2 gentoo-2-e8bb70c615e084c4b020a25d6e445df8d7468e95.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/xgalaga/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/games-arcade/xgalaga/ChangeLog b/games-arcade/xgalaga/ChangeLog index eb2ebe0dd835..39e61220d25d 100644 --- a/games-arcade/xgalaga/ChangeLog +++ b/games-arcade/xgalaga/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/xgalaga -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xgalaga/ChangeLog,v 1.19 2010/01/06 14:01:20 josejx Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xgalaga/ChangeLog,v 1.20 2015/01/05 20:31:56 tupone Exp $ + + 05 Jan 2015; Tupone Alfredo <tupone@gentoo.org> xgalaga-2.1.1.0.ebuild: + EAPI 5 06 Jan 2010; Joseph Jezak <josejx@gentoo.org> xgalaga-2.1.1.0.ebuild: Marked ppc stable for bug #289092. diff --git a/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild b/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild index 29f0ce0fb7a1..d93dbfdfa607 100644 --- a/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild +++ b/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild,v 1.6 2010/01/06 14:01:20 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild,v 1.7 2015/01/05 20:31:56 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="A clone of the classic game Galaga for the X Window System" @@ -36,15 +36,15 @@ src_prepare() { } src_install() { - dogamesbin xgalaga xgal.sndsrv.oss xgalaga-hyperspace || die "dogamesbin failed" + dogamesbin xgalaga xgal.sndsrv.oss xgalaga-hyperspace dodoc README README.SOUND CHANGES newman xgalaga.6x xgalaga.6 insinto "${GAMES_DATADIR}/${PN}/sounds" - doins sounds/*.raw || die "doins failed" + doins sounds/*.raw insinto "${GAMES_DATADIR}/${PN}/levels" - doins levels/*.xgl || die "doins failed" + doins levels/*.xgl make_desktop_entry ${PN} XGalaga |