'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"