Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2814 - qtella package wrong dependencies
Summary: qtella package wrong dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Bart Verwilst
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-17 18:27 UTC by joris.beugnies
Modified: 2003-02-04 19:42 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 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...