summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-01-22 15:07:25 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-01-22 15:07:25 +0000
commit69d15a4a059075a417ee322861fba6646ff46ee9 (patch)
tree9007dd317b533ad3e6ac1a7e3b6122ad76580965 /net-p2p/qtella/qtella-0.7.0.ebuild
parentStable on IA64. (diff)
downloadgentoo-2-69d15a4a059075a417ee322861fba6646ff46ee9.tar.gz
gentoo-2-69d15a4a059075a417ee322861fba6646ff46ee9.tar.bz2
gentoo-2-69d15a4a059075a417ee322861fba6646ff46ee9.zip
drop old
(Portage version: 2.1.2-r2)
Diffstat (limited to 'net-p2p/qtella/qtella-0.7.0.ebuild')
-rw-r--r--net-p2p/qtella/qtella-0.7.0.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-p2p/qtella/qtella-0.7.0.ebuild b/net-p2p/qtella/qtella-0.7.0.ebuild
deleted file mode 100644
index 12f134fd758c..000000000000
--- a/net-p2p/qtella/qtella-0.7.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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
-}