# ChangeLog for net-p2p/qtella
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtella/ChangeLog,v 1.28 2006/08/30 04:57:44 tsunam Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtella/ChangeLog,v 1.29 2007/01/22 15:07:25 armin76 Exp $
+
+ 22 Jan 2007; Raúl Porcel <armin76@gentoo.org> -qtella-0.6.4.ebuild,
+ -qtella-0.6.5.ebuild, -qtella-0.7.0.ebuild:
+ drop old
30 Aug 2006; Joshua Jackson <tsunam@gentoo.org> qtella-0.7.0-r1.ebuild:
Stable x86 bug #144368
+++ /dev/null
-MD5 64504b71f8aa73e0f868f092d0656fdc qtella-0.6.4.tar.gz 512207
+++ /dev/null
-MD5 210e5f014e348815d5b32cd26b605d9c qtella-0.6.5.tar.gz 545660
+++ /dev/null
-MD5 43f59fcf6366db64f8b6b3fc3d6b0fa3 qtella-0.7.0.tar.gz 672916
-RMD160 e642e0974891e6e96b89d53a117326530116b0c6 qtella-0.7.0.tar.gz 672916
-SHA256 d985e3ee9749016c3bbc8bd90c4c01af6533bff5c88407068b25fbe3107d597c qtella-0.7.0.tar.gz 672916
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtella/qtella-0.6.4.ebuild,v 1.9 2005/07/07 05:01:32 caleb Exp $
-
-inherit kde
-
-IUSE="kde"
-
-DEPEND="=x11-libs/qt-3*
- kde? ( >=kde-base/kdelibs-3 )"
-
-SRC_URI="mirror://sourceforge/qtella/${P}.tar.gz"
-HOMEPAGE="http://www.qtella.net"
-DESCRIPTION="Excellent QT/KDE Gnutella Client"
-
-SLOT="3" # why??
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-export MAKEOPTS="$MAKEOPTS -j1"
-
-src_compile() {
- kde_src_compile myconf
- use kde || myconf="$myconf --with-kde=no"
- kde_src_compile configure make
-}
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtella/qtella-0.6.5.ebuild,v 1.5 2005/07/07 05:01:32 caleb Exp $
-
-inherit kde
-
-IUSE="kde"
-
-DEPEND="=x11-libs/qt-3*
- kde? ( >=kde-base/kdelibs-3 )"
-
-SRC_URI="mirror://sourceforge/qtella/${P}.tar.gz"
-HOMEPAGE="http://www.qtella.net"
-DESCRIPTION="Excellent QT/KDE Gnutella Client"
-
-SLOT="3" # why??
-LICENSE="GPL-2"
-KEYWORDS="~x86 ppc"
-export MAKEOPTS="$MAKEOPTS -j1"
-
-src_compile() {
- kde_src_compile myconf
- use kde || myconf="$myconf --with-kde=no"
- kde_src_compile configure make
-}
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtella/qtella-0.7.0.ebuild,v 1.10 2005/09/12 17:31:55 mkay Exp $
-
-inherit kde eutils
-
-IUSE="kde"
-
-DEPEND="=x11-libs/qt-3*
- kde? ( >=kde-base/kdelibs-3 )"
-
-SRC_URI="mirror://sourceforge/qtella/${P}.tar.gz"
-HOMEPAGE="http://www.qtella.net"
-DESCRIPTION="Excellent QT/KDE Gnutella Client"
-
-SLOT="3" # why??
-LICENSE="GPL-2"
-#masking by keywords as there are known bugs and I don't want to put up with the reports yet
-KEYWORDS="~x86 ppc"
-export MAKEOPTS="$MAKEOPTS -j1"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- if ! use kde; then
- epatch ${FILESDIR}/${PV}-nokde.patch
- fi
- epatch ${FILESDIR}/${P}-errno.patch
-}
-
-src_compile() {
- kde_src_compile myconf
- use kde || myconf="$myconf --with-kde=no"
- kde_src_compile configure make
-}