mr_bones_ 14/11/28 17:18:34 Modified: qstat-2.11.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.11 games-util/qstat/qstat-2.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qstat/qstat-2.11.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qstat/qstat-2.11.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qstat/qstat-2.11.ebuild?r1=1.10&r2=1.11 Index: qstat-2.11.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.11.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- qstat-2.11.ebuild 6 Sep 2012 01:40:05 -0000 1.10 +++ qstat-2.11.ebuild 28 Nov 2014 17:18:34 -0000 1.11 @@ -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_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 } 1.29 games-util/qstat/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qstat/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qstat/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qstat/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 6 Sep 2012 01:40:05 -0000 1.28 +++ ChangeLog 28 Nov 2014 17:18:34 -0000 1.29 @@ -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 <[email protected]> qstat-2.11.ebuild: + EAPI=5 06 Sep 2012; Anthony G. Basile <[email protected]> qstat-2.11.ebuild: Keyword ~arm @@ -124,5 +127,3 @@ 29 Mar 2002; Bruce A. Locke <[email protected]> ChangeLog : Qstat updated to 24e and ebuild was revamped to make it more version independent - -
