diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-03-07 21:45:58 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-03-07 21:45:58 +0000 |
commit | e1edffecb839731b9fede98b77bbff87dbbfe89f (patch) | |
tree | f29ccb6da1c5123a296d260c667317bac91d6751 /games-simulation | |
parent | EAPI 5 (diff) | |
download | gentoo-2-e1edffecb839731b9fede98b77bbff87dbbfe89f.tar.gz gentoo-2-e1edffecb839731b9fede98b77bbff87dbbfe89f.tar.bz2 gentoo-2-e1edffecb839731b9fede98b77bbff87dbbfe89f.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/planets/ChangeLog | 7 | ||||
-rw-r--r-- | games-simulation/planets/planets-0.1.13.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-simulation/planets/ChangeLog b/games-simulation/planets/ChangeLog index 154dfe923e79..6ad850c80ad7 100644 --- a/games-simulation/planets/ChangeLog +++ b/games-simulation/planets/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/planets -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/ChangeLog,v 1.17 2009/01/19 23:56:42 mr_bones_ Exp $ +# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/ChangeLog,v 1.18 2015/03/07 21:45:58 tupone Exp $ + + 07 Mar 2015; Tupone Alfredo <tupone@gentoo.org> planets-0.1.13.ebuild: + EAPI 5 19 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> planets-0.1.13.ebuild: diff --git a/games-simulation/planets/planets-0.1.13.ebuild b/games-simulation/planets/planets-0.1.13.ebuild index ee3b75d203a7..9b239dd2c87e 100644 --- a/games-simulation/planets/planets-0.1.13.ebuild +++ b/games-simulation/planets/planets-0.1.13.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/planets-0.1.13.ebuild,v 1.7 2009/01/19 23:56:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/planets-0.1.13.ebuild,v 1.8 2015/03/07 21:45:58 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="a simple interactive planetary system simulator" @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} dev-lang/ocaml[tk]" src_install() { - dogamesbin planets || die "dogamesbin failed" + dogamesbin planets doicon ${PN}.png domenu ${PN}.desktop doman ${PN}.1 |