Bug 118145 - games-util/xqf wrong description
Bug#: 118145 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: trivial Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: phajdan.jr@gmail.com
Component: Games
URL:  http://gentoo-portage.com/games-util/xqf
Summary: games-util/xqf wrong description
Keywords:  
Status Whiteboard: 
Opened: 2006-01-07 02:06 0000
Description:   Opened: 2006-01-07 02:06 0000
'inherit ...' should be before 'DESCRIPTION=', because otherwise eclass
overwrites description ('Based on the eutils eclass')

--- xqf-1.0.4-r1.ebuild.old     2006-01-07 11:03:47.000000000 +0100
+++ xqf-1.0.4-r1.ebuild 2006-01-07 11:04:01.000000000 +0100
@@ -2,12 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.4-r1.ebuild,v 1.2
2006/01/06 20:09:42 wolf31o2 Exp $

+inherit eutils
+
 DESCRIPTION="A server browser for many FPS games (frontend for qstat)"
 HOMEPAGE="http://www.linuxgames.com/xqf/"
 SRC_URI="mirror://sourceforge/xqf/${P}.tar.gz"

-inherit eutils
-
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 hppa ppc x86"

------- Comment #1 From Chris Gianelloni (RETIRED) 2006-01-07 10:08:29 0000 -------
Fixed in CVS ... thanks for the bug report...