summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2005-01-17 08:49:53 +0000
committerDan Armak <danarmak@gentoo.org>2005-01-17 08:49:53 +0000
commitc06dc5c938e176c8b3b0705eca08ec7bcd556e8d (patch)
tree0d043069cdca880d470abaa0b36e334b8d5677d6 /net-im/universalkopete
parentMarking 6629 stable across archs (diff)
downloadhistorical-c06dc5c938e176c8b3b0705eca08ec7bcd556e8d.tar.gz
historical-c06dc5c938e176c8b3b0705eca08ec7bcd556e8d.tar.bz2
historical-c06dc5c938e176c8b3b0705eca08ec7bcd556e8d.zip
change dep on kdenetwork to accept kdenetwork-meta; this shold be refined to kde-base/kopete + whatever else it may need (the universal sidebar itself)
Package-Manager: portage-2.0.51-r12
Diffstat (limited to 'net-im/universalkopete')
-rw-r--r--net-im/universalkopete/ChangeLog9
-rw-r--r--net-im/universalkopete/Manifest4
-rw-r--r--net-im/universalkopete/universalkopete-0.1.ebuild6
3 files changed, 12 insertions, 7 deletions
diff --git a/net-im/universalkopete/ChangeLog b/net-im/universalkopete/ChangeLog
index 314192d74f7e..b90dbcc4a557 100644
--- a/net-im/universalkopete/ChangeLog
+++ b/net-im/universalkopete/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/universalkopete
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/universalkopete/ChangeLog,v 1.4 2004/07/03 21:10:43 carlo Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/universalkopete/ChangeLog,v 1.5 2005/01/17 08:49:53 danarmak Exp $
+
+ 17 Jan 2005; Dan Armak <danarmak@gentoo.org> universalkopete-0.1.ebuild:
+ Changed dep on kde-base/kdenetwork to allow for kde-base/kdenetwork-meta of
+ the new split ebuilds. Someone should take the time to determine what
+ exactly (other than kde-base/kopete) is needed and refine this dep further.
03 Jul 2004; Carsten Lohrke <carlo@gentoo.org> universalkopete-0.1.ebuild:
QA: need-kde after R/DEPEND
diff --git a/net-im/universalkopete/Manifest b/net-im/universalkopete/Manifest
index d7a0c38b981f..73f5540bee82 100644
--- a/net-im/universalkopete/Manifest
+++ b/net-im/universalkopete/Manifest
@@ -1,4 +1,4 @@
-MD5 67ce5dfd80420aa629309cbe78225622 ChangeLog 647
-MD5 8239f2075f69114324f5fa36b02e490b universalkopete-0.1.ebuild 676
+MD5 6cbf741e5b41fb2bc8226d3eb81d0af5 ChangeLog 954
+MD5 397450b312e01a7cd6f2a282a859756c universalkopete-0.1.ebuild 702
MD5 777dd6192cc0e6ca0bc051ab9f92a54a metadata.xml 221
MD5 c084d724beaae042e949b1fafddbc305 files/digest-universalkopete-0.1 73
diff --git a/net-im/universalkopete/universalkopete-0.1.ebuild b/net-im/universalkopete/universalkopete-0.1.ebuild
index 584cf3d3f92c..54c5dda5f28f 100644
--- a/net-im/universalkopete/universalkopete-0.1.ebuild
+++ b/net-im/universalkopete/universalkopete-0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/universalkopete/universalkopete-0.1.ebuild,v 1.3 2004/07/03 21:10:43 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/universalkopete/universalkopete-0.1.ebuild,v 1.4 2005/01/17 08:49:53 danarmak Exp $
inherit kde
@@ -17,5 +17,5 @@ LICENSE="GPL-2"
KEYWORDS="~x86"
IUSE=""
-DEPEND=">=kde-base/kdenetwork-3.2"
+DEPEND="|| ( kde-base/kopete >=kde-base/kdenetwork-3.2 )"
need-kde 3.2 \ No newline at end of file