diff options
author | 2015-01-31 20:29:16 +0000 | |
---|---|---|
committer | 2015-01-31 20:29:16 +0000 | |
commit | 59f1b44e6893cb4cbbfbeb298cb87e920f9b249f (patch) | |
tree | 820678d434986cedf9f5f89ab5f5798f4b2df13f | |
parent | dev-haskell/tasty-kat: inital layout (diff) | |
download | gentoo-2-59f1b44e6893cb4cbbfbeb298cb87e920f9b249f.tar.gz gentoo-2-59f1b44e6893cb4cbbfbeb298cb87e920f9b249f.tar.bz2 gentoo-2-59f1b44e6893cb4cbbfbeb298cb87e920f9b249f.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
-rw-r--r-- | games-fps/quake3-teamarena/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/games-fps/quake3-teamarena/ChangeLog b/games-fps/quake3-teamarena/ChangeLog index 253aa642ec07..14a84e626c6f 100644 --- a/games-fps/quake3-teamarena/ChangeLog +++ b/games-fps/quake3-teamarena/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake3-teamarena -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-teamarena/ChangeLog,v 1.11 2014/08/12 12:00:40 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-teamarena/ChangeLog,v 1.12 2015/01/31 20:29:16 tupone Exp $ + + 31 Jan 2015; Tupone Alfredo <tupone@gentoo.org> + quake3-teamarena-1.32b.ebuild: + EAPI 5 12 Aug 2014; Mike Frysinger <vapier@gentoo.org> quake3-teamarena-1.32b.ebuild: Add ia64 love #509216 by Émeric Maschino. diff --git a/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild b/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild index ec991a4e73ac..48b2ab200c13 100644 --- a/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild +++ b/games-fps/quake3-teamarena/quake3-teamarena-1.32b.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/quake3-teamarena/quake3-teamarena-1.32b.ebuild,v 1.12 2014/08/12 12:00:40 vapier Exp $ - +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild,v 1.13 2015/01/31 20:29:16 tupone Exp $ +EAPI=5 CDROM_OPTIONAL="yes" inherit eutils unpacker cdrom games @@ -17,6 +17,7 @@ IUSE="" RDEPEND="|| ( games-fps/quake3 games-fps/quake3-bin )" +DEPEND="" S=${WORKDIR} @@ -28,12 +29,11 @@ src_unpack() { src_install() { einfo "Copying Team Arena files from linux client ..." insinto "${GAMES_DATADIR}"/quake3/missionpack - doins missionpack/*.pk3 || die "missionpack" + doins missionpack/*.pk3 if use cdinstall ; then einfo "Copying files from CD ..." - newins "${CDROM_ROOT}/Setup/missionpack/PAK0.PK3" pak0.pk3 \ - || die "pak0" + newins "${CDROM_ROOT}/Setup/missionpack/PAK0.PK3" pak0.pk3 eend 0 fi |