diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-02-20 20:35:31 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-02-20 20:35:31 +0000 |
commit | 1b5747511ddffc358c4599143a890903af8da0ec (patch) | |
tree | 7f4f1a11b8c488d904caf0bad175ad712801b29e /games-puzzle/galaxis | |
parent | sci-physics/lammps: Adding new version. (diff) | |
download | gentoo-2-1b5747511ddffc358c4599143a890903af8da0ec.tar.gz gentoo-2-1b5747511ddffc358c4599143a890903af8da0ec.tar.bz2 gentoo-2-1b5747511ddffc358c4599143a890903af8da0ec.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-puzzle/galaxis')
-rw-r--r-- | games-puzzle/galaxis/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/galaxis/galaxis-1.8.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-puzzle/galaxis/ChangeLog b/games-puzzle/galaxis/ChangeLog index d1faea54ba44..4c17a7552bf5 100644 --- a/games-puzzle/galaxis/ChangeLog +++ b/games-puzzle/galaxis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/galaxis -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v 1.14 2010/11/30 21:07:55 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v 1.15 2015/02/20 20:35:31 tupone Exp $ + + 20 Feb 2015; Tupone Alfredo <tupone@gentoo.org> galaxis-1.8.ebuild: + EAPI 5 30 Nov 2010; Markus Meier <maekke@gentoo.org> galaxis-1.8.ebuild: amd64/x86 stable, bug #347123 diff --git a/games-puzzle/galaxis/galaxis-1.8.ebuild b/games-puzzle/galaxis/galaxis-1.8.ebuild index 40d0df65a74b..7e1a1d1fc6a5 100644 --- a/games-puzzle/galaxis/galaxis-1.8.ebuild +++ b/games-puzzle/galaxis/galaxis-1.8.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-puzzle/galaxis/galaxis-1.8.ebuild,v 1.2 2010/11/30 21:07:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/galaxis-1.8.ebuild,v 1.3 2015/02/20 20:35:31 tupone Exp $ -EAPI=2 +EAPI=5 inherit games DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh freeware game Galaxis" @@ -15,11 +15,12 @@ KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" DEPEND=">=sys-libs/ncurses-5.3" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) src_install() { - dogamesbin galaxis || die "dogamesbin failed" + dogamesbin galaxis doman galaxis.6 dodoc README prepgamesdirs |