summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-11-28 17:18:34 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-11-28 17:18:34 +0000
commit894c22d395bae688f4ee66dff36d468ba1208bf1 (patch)
treee2db6b303f378dce07fc064288571edfe868f805 /games-util
parentUpdate HOMEPAGE. (diff)
downloadgentoo-2-894c22d395bae688f4ee66dff36d468ba1208bf1.tar.gz
gentoo-2-894c22d395bae688f4ee66dff36d468ba1208bf1.tar.bz2
gentoo-2-894c22d395bae688f4ee66dff36d468ba1208bf1.zip
EAPI=5
(Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-util')
-rw-r--r--games-util/qstat/ChangeLog9
-rw-r--r--games-util/qstat/qstat-2.11.ebuild12
2 files changed, 10 insertions, 11 deletions
diff --git a/games-util/qstat/ChangeLog b/games-util/qstat/ChangeLog
index 0cb674bd8dab..960997ecaac0 100644
--- a/games-util/qstat/ChangeLog
+++ b/games-util/qstat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-util/qstat
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v 1.28 2012/09/06 01:40:05 blueness Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v 1.29 2014/11/28 17:18:34 mr_bones_ Exp $
+
+ 28 Nov 2014; Michael Sterrett <mr_bones_@gentoo.org> qstat-2.11.ebuild:
+ EAPI=5
06 Sep 2012; Anthony G. Basile <blueness@gentoo.org> qstat-2.11.ebuild:
Keyword ~arm
@@ -124,5 +127,3 @@
29 Mar 2002; Bruce A. Locke <blocke@shivan.org> ChangeLog :
Qstat updated to 24e and ebuild was revamped to make it more version
independent
-
-
diff --git a/games-util/qstat/qstat-2.11.ebuild b/games-util/qstat/qstat-2.11.ebuild
index 3e101a7911d2..f45421a4e125 100644
--- a/games-util/qstat/qstat-2.11.ebuild
+++ b/games-util/qstat/qstat-2.11.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 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.10 2012/09/06 01:40:05 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.11.ebuild,v 1.11 2014/11/28 17:18:34 mr_bones_ Exp $
-EAPI=2
+EAPI=5
DESCRIPTION="Server statics collector supporting many FPS games"
-HOMEPAGE="http://www.qstat.org/"
+HOMEPAGE="http://sourceforge.net/projects/qstat/"
SRC_URI="mirror://sourceforge/qstat/${P}.tar.gz"
LICENSE="Artistic"
@@ -19,9 +19,7 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${D}" install || die
+ DOCS="CHANGES.txt COMPILE.txt template/README.txt" default
dosym qstat /usr/bin/quakestat
-
- dodoc CHANGES.txt COMPILE.txt template/README.txt
dohtml template/*.html qstatdoc.html
}