diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-11-01 18:12:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-11-01 18:12:49 +0000 |
commit | c6ab9cb4ba80f058805eb46b23ee108e1de71244 (patch) | |
tree | f8fc3cac35037b1c14b913ac58d02778af368f1a /games-util/qstat | |
parent | Sort KEYWORDS (diff) | |
download | historical-c6ab9cb4ba80f058805eb46b23ee108e1de71244.tar.gz historical-c6ab9cb4ba80f058805eb46b23ee108e1de71244.tar.bz2 historical-c6ab9cb4ba80f058805eb46b23ee108e1de71244.zip |
EAPI=2
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'games-util/qstat')
-rw-r--r-- | games-util/qstat/ChangeLog | 7 | ||||
-rw-r--r-- | games-util/qstat/qstat-2.11.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/games-util/qstat/ChangeLog b/games-util/qstat/ChangeLog index c594590a87f9..1ab26e83e916 100644 --- a/games-util/qstat/ChangeLog +++ b/games-util/qstat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/qstat -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v 1.26 2008/10/04 14:51:42 ranger Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v 1.27 2010/11/01 18:08:53 mr_bones_ Exp $ + + 01 Nov 2010; Michael Sterrett <mr_bones_@gentoo.org> qstat-2.11.ebuild: + EAPI=2 04 Oct 2008; Brent Baude <ranger@gentoo.org> qstat-2.11.ebuild: stable ppc64, bug 236389 diff --git a/games-util/qstat/qstat-2.11.ebuild b/games-util/qstat/qstat-2.11.ebuild index 9a9fea72af21..5ae056e50daa 100644 --- a/games-util/qstat/qstat-2.11.ebuild +++ b/games-util/qstat/qstat-2.11.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.11.ebuild,v 1.8 2008/10/04 14:51:42 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.11.ebuild,v 1.9 2010/11/01 18:08:53 mr_bones_ Exp $ +EAPI=2 DESCRIPTION="Server statics collector supporting many FPS games" HOMEPAGE="http://www.qstat.org/" SRC_URI="mirror://sourceforge/qstat/${P}.tar.gz" @@ -13,13 +14,12 @@ IUSE="debug" DEPEND="!sys-cluster/torque" -src_compile() { - econf $(use_enable debug) || die - emake || die "emake failed" +src_configure() { + econf $(use_enable debug) } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" install || die dosym qstat /usr/bin/quakestat dodoc CHANGES.txt COMPILE.txt template/README.txt |