summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-02-18 22:43:30 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-02-18 22:43:30 +0000
commite8aafa41facafc0dd7bab95cedbb9f28a401517e (patch)
tree5d3a5a4d6616d435d10b9aa8b0a23d1aa85432e5 /kde-misc
parentFix broken Manifest for libosip-3.1.0.ebuild, libosip2-3.1.0.tar.gz and Chang... (diff)
downloadgentoo-2-e8aafa41facafc0dd7bab95cedbb9f28a401517e.tar.gz
gentoo-2-e8aafa41facafc0dd7bab95cedbb9f28a401517e.tar.bz2
gentoo-2-e8aafa41facafc0dd7bab95cedbb9f28a401517e.zip
Update kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206571.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kgraphspace/ChangeLog8
-rw-r--r--kde-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild10
2 files changed, 11 insertions, 7 deletions
diff --git a/kde-misc/kgraphspace/ChangeLog b/kde-misc/kgraphspace/ChangeLog
index 169b771f5324..ca56c4af9cc2 100644
--- a/kde-misc/kgraphspace/ChangeLog
+++ b/kde-misc/kgraphspace/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-misc/kgraphspace
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kgraphspace/ChangeLog,v 1.8 2007/04/28 15:33:13 carlo Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kgraphspace/ChangeLog,v 1.9 2008/02/18 22:43:30 ingmar Exp $
+
+ 18 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ kgraphspace-0.3.0_pre1.ebuild:
+ Update kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206571.
28 Apr 2007; Carsten Lohrke <carlo@gentoo.org>
kgraphspace-0.3.0_pre1.ebuild:
diff --git a/kde-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild b/kde-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild
index 39954a172cd3..8a60ff1f35a7 100644
--- a/kde-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild
+++ b/kde-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild,v 1.6 2007/04/28 15:33:13 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild,v 1.7 2008/02/18 22:43:30 ingmar Exp $
inherit kde eutils
DESCRIPTION="A Disk space utility "
HOMEPAGE="http://kgraphspace.sourceforge.net"
-SRC_URI="mirror://sourceforge/kgraphspace/${P//_/-}.tar.bz2"
+SRC_URI="mirror://sourceforge/${PN}/${P//_/-}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -15,12 +15,12 @@ IUSE=""
S="$WORKDIR/${P//_/-}"
-DEPEND="|| ( kde-base/libkonq kde-base/kdebase )"
+DEPEND="|| ( =kde-base/kdebase-3.5* =kde-base/libkonq-3.5* )"
need-kde 3.5
src_unpack() {
kde_src_unpack
- use arts || epatch ${FILESDIR}/${P}-configure.patch
+ use arts || epatch "${FILESDIR}"/${P}-configure.patch
}