First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 118145
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Paweł Hajdan jr (ph) <phajdan.jr@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 118145 depends on: Show dependency tree
Show dependency graph
Bug 118145 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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...

First Last Prev Next    No search results available      Search page      Enter new bug