diff options
author | 2015-01-31 06:55:25 +0000 | |
---|---|---|
committer | 2015-01-31 06:55:25 +0000 | |
commit | 11ed855f4fc43b480cf14df9f1ee42162022ec24 (patch) | |
tree | c3e070fa1d9b4ac729683ce41ef9329555929cfb /games-fps/quake1-rally | |
parent | EAPI 5 (diff) | |
download | gentoo-2-11ed855f4fc43b480cf14df9f1ee42162022ec24.tar.gz gentoo-2-11ed855f4fc43b480cf14df9f1ee42162022ec24.tar.bz2 gentoo-2-11ed855f4fc43b480cf14df9f1ee42162022ec24.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-fps/quake1-rally')
-rw-r--r-- | games-fps/quake1-rally/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake1-rally/quake1-rally-1.2.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-fps/quake1-rally/ChangeLog b/games-fps/quake1-rally/ChangeLog index 69b6eaebaf02..4f97616259da 100644 --- a/games-fps/quake1-rally/ChangeLog +++ b/games-fps/quake1-rally/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/quake1-rally -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-rally/ChangeLog,v 1.5 2014/05/10 19:53:43 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-rally/ChangeLog,v 1.6 2015/01/31 06:55:25 tupone Exp $ + + 31 Jan 2015; Tupone Alfredo <tupone@gentoo.org> quake1-rally-1.2.ebuild: + EAPI 5 10 May 2014; Ulrich Müller <ulm@gentoo.org> quake1-rally-1.2.ebuild: Fix LICENSE, add mirror and bindist restrictions, update SRC_URI, bug 506858. diff --git a/games-fps/quake1-rally/quake1-rally-1.2.ebuild b/games-fps/quake1-rally/quake1-rally-1.2.ebuild index 7f36c9b592af..c4779cb170cc 100644 --- a/games-fps/quake1-rally/quake1-rally-1.2.ebuild +++ b/games-fps/quake1-rally/quake1-rally-1.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-rally/quake1-rally-1.2.ebuild,v 1.7 2014/05/10 19:53:43 ulm Exp $ - +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-rally/quake1-rally-1.2.ebuild,v 1.8 2015/01/31 06:55:25 tupone Exp $ +EAPI=5 inherit eutils games DESCRIPTION="TC which turns Quake into a Rally racing game" @@ -33,6 +33,6 @@ src_unpack() { src_install() { insinto "${GAMES_DATADIR}/quake1" - doins -r * || die "doins" + doins -r * prepgamesdirs } |