diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2013-02-04 09:44:00 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2013-02-04 09:44:00 +0000 |
commit | 134af517f5c7cb78538d586baf1358b4cd3dbe95 (patch) | |
tree | 975e7d7e219ac4d693b51738ed41bec03538dedc /games-fps | |
parent | Keyworded ~arm, wrt bug #453782 (diff) | |
download | gentoo-2-134af517f5c7cb78538d586baf1358b4cd3dbe95.tar.gz gentoo-2-134af517f5c7cb78538d586baf1358b4cd3dbe95.tar.bz2 gentoo-2-134af517f5c7cb78538d586baf1358b4cd3dbe95.zip |
Use QA_PREBUILT. Bug #453996
(Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/glxquake-bin/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/glxquake-bin/glxquake-bin-0-r1.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/games-fps/glxquake-bin/ChangeLog b/games-fps/glxquake-bin/ChangeLog index a07fec848263..849dc54493ff 100644 --- a/games-fps/glxquake-bin/ChangeLog +++ b/games-fps/glxquake-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/glxquake-bin -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/ChangeLog,v 1.8 2007/03/12 14:42:34 genone Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/ChangeLog,v 1.9 2013/02/04 09:44:00 tupone Exp $ + + 04 Feb 2013; Tupone Alfredo <tupone@gentoo.org> glxquake-bin-0-r1.ebuild: + Use QA_PREBUILT. Bug #453996 by Diego 12 Mar 2007; Marius Mauch <genone@gentoo.org> glxquake-bin-0-r1.ebuild: Replacing einfo with elog diff --git a/games-fps/glxquake-bin/glxquake-bin-0-r1.ebuild b/games-fps/glxquake-bin/glxquake-bin-0-r1.ebuild index 6e3c3f854c39..bec4a56cb4ec 100644 --- a/games-fps/glxquake-bin/glxquake-bin-0-r1.ebuild +++ b/games-fps/glxquake-bin/glxquake-bin-0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/glxquake-bin-0-r1.ebuild,v 1.4 2007/03/12 14:42:34 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/glxquake-bin-0-r1.ebuild,v 1.5 2013/02/04 09:44:00 tupone Exp $ inherit games @@ -27,6 +27,8 @@ RDEPEND="sys-libs/glibc S=${WORKDIR}/glxquake +QA_PREBUILT="${GAMES_BINDIR:1}/glquake" + src_install() { dogamesbin glquake || die "dogamesbin failed" dodoc README |