Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 2814

Summary: qtella package wrong dependencies
Product: Gentoo Linux Reporter: joris.beugnies <joris.beugnies>
Component: New packagesAssignee: Bart Verwilst <bart>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description joris.beugnies 2002-05-17 18:27:01 UTC
Hi,

I noticed the net-misc/qtella is described as an 'execelent KDE Gnutella client'
and requires kde and thus an enourmous amount of things to be compiled and
installed which really aren't needed !

qtella is like the word says a Qt gnutella client and doesn't need kde at all
(it just supports kde if wanted.. and as a gnome user i really don't like
compiling for 2 days kde an wastingeven more of my poor disk :-) )

example ebuild without kde (note a qt dependency is missing here):

# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author Bart Verwilst <verwilst@gentoo.org>
# /space/gentoo/cvsroot/gentoo-x86/net-misc/qtella/qtella-0.5.2.ebuild,v 1.1 200
2/05/01 11:34:22 verwilst Exp
. /usr/portage/eclass/inherit.eclass || die

S=${WORKDIR}/${P}

SRC_URI="http://prdownloads.sourceforge.net/qtella/${P}.tar.gz"
HOMEPAGE="http://www.qtella.net"
DESCRIPTION="Excellent Qt Gnutella Client"

src_compile() {

	cd ${S}
	./configure ${myconf} --with-kde=no --prefix=/usr || die
	emake || die
}

src_install() { 
	into /usr
	dobin src/qtella
}
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-05-19 19:04:30 UTC
I notices you were updating this ebuild Bart...