diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-05-16 15:09:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-05-16 15:09:32 +0000 |
commit | 84373739137e4b87dfb67b1199122aa1710b53cc (patch) | |
tree | cb21ab7cc5a4358e85527ed55510702ad1bb6506 /games-fps | |
parent | Fixed startup of pure-ftpd with openrc when pure-uploadscript should be (diff) | |
download | gentoo-2-84373739137e4b87dfb67b1199122aa1710b53cc.tar.gz gentoo-2-84373739137e4b87dfb67b1199122aa1710b53cc.tar.bz2 gentoo-2-84373739137e4b87dfb67b1199122aa1710b53cc.zip |
tidy EAPI
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake3/quake3-1.36.ebuild | 5 | ||||
-rw-r--r-- | games-fps/quake3/quake3-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/games-fps/quake3/quake3-1.36.ebuild b/games-fps/quake3/quake3-1.36.ebuild index 6906af3be103..36aebab4741d 100644 --- a/games-fps/quake3/quake3-1.36.ebuild +++ b/games-fps/quake3/quake3-1.36.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.36.ebuild,v 1.4 2011/05/06 22:21:19 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.36.ebuild,v 1.5 2011/05/16 15:09:32 mr_bones_ Exp $ # quake3-9999 -> latest svn # quake3-9999.REV -> use svn REV # quake3-VER_alphaREV -> svn snapshot REV for version VER # quake3-VER -> normal quake release -EAPI="2" - +EAPI=2 inherit eutils flag-o-matic games toolchain-funcs [[ "${PV}" == 9999* ]] && inherit subversion diff --git a/games-fps/quake3/quake3-9999.ebuild b/games-fps/quake3/quake3-9999.ebuild index 1fafb6d4c9ca..0216082427ba 100644 --- a/games-fps/quake3/quake3-9999.ebuild +++ b/games-fps/quake3/quake3-9999.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.21 2011/05/14 22:38:11 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.22 2011/05/16 15:09:32 mr_bones_ Exp $ # quake3-9999 -> latest svn # quake3-9999.REV -> use svn REV # quake3-VER_alphaREV -> svn snapshot REV for version VER # quake3-VER -> normal quake release -EAPI="2" - +EAPI=2 inherit eutils flag-o-matic games toolchain-funcs [[ "${PV}" == 9999* ]] && inherit subversion |