Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118145 - games-util/xqf wrong description
Summary: games-util/xqf wrong description
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Gentoo Games
URL: http://gentoo-portage.com/games-util/xqf
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-07 02:06 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2006-01-07 10:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2006-01-07 02:06:28 UTC
'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 Chris Gianelloni (RETIRED) gentoo-dev 2006-01-07 10:08:29 UTC
Fixed in CVS ... thanks for the bug report...