summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2005-01-15 00:16:08 +0000
committerDan Armak <danarmak@gentoo.org>2005-01-15 00:16:08 +0000
commitea2e033062ea54f8a75452742fc33f0b25db0de2 (patch)
tree53a6586d9ffe30c1e03e381b60b36b9f7262a315 /sci-chemistry
parentAdded support for net-analyzer/net-snmp (for a ksim plugin). Should also fix ... (diff)
downloadgentoo-2-ea2e033062ea54f8a75452742fc33f0b25db0de2.tar.gz
gentoo-2-ea2e033062ea54f8a75452742fc33f0b25db0de2.tar.bz2
gentoo-2-ea2e033062ea54f8a75452742fc33f0b25db0de2.zip
made dep on a monolithic kde-base package accept the equivalent -meta package from the split ebuilds as an alternative
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/kemistry/ChangeLog11
-rw-r--r--sci-chemistry/kemistry/kemistry-0.6.ebuild6
-rw-r--r--sci-chemistry/kemistry/kemistry-0.7.ebuild6
3 files changed, 15 insertions, 8 deletions
diff --git a/sci-chemistry/kemistry/ChangeLog b/sci-chemistry/kemistry/ChangeLog
index 0f6713e7f7de..992792642d4a 100644
--- a/sci-chemistry/kemistry/ChangeLog
+++ b/sci-chemistry/kemistry/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sci-chemistry/kemistry
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/kemistry/ChangeLog,v 1.2 2004/12/24 20:15:02 swegener Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/kemistry/ChangeLog,v 1.3 2005/01/15 00:14:49 danarmak Exp $
+
+ 15 Jan 2005; Dan Armak <danarmak@gentoo.org> kemistry-0.6.ebuild,
+ kemistry-0.7.ebuild:
+ Changed dep on a kde-base monolithic package to accept the equivalent split
+ or -meta package. KDE 3.4 has 'split' packages as well as monolithic, and
+ either alternative may provide the same files. This dep may have to be
+ narrowed down in the future to the precise split packages required.
*kemistry-0.6 (24 Dec 2004)
diff --git a/sci-chemistry/kemistry/kemistry-0.6.ebuild b/sci-chemistry/kemistry/kemistry-0.6.ebuild
index 2af057ddd1d9..b90ac23a3ed8 100644
--- a/sci-chemistry/kemistry/kemistry-0.6.ebuild
+++ b/sci-chemistry/kemistry/kemistry-0.6.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/sci-chemistry/kemistry/kemistry-0.6.ebuild,v 1.1 2004/12/24 16:43:45 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/kemistry/kemistry-0.6.ebuild,v 1.2 2005/01/15 00:14:49 danarmak Exp $
inherit kde
@@ -15,7 +15,7 @@ LICENSE="GPL-2"
KEYWORDS="x86"
IUSE=""
-DEPEND="kde-base/kdesdk"
+DEPEND="|| ( kde-base/kdesdk-meta kde-base/kdesdk )"
need-kde 3
PATCHES="${FILESDIR}/${P}-gcc3.2.patch" \ No newline at end of file
diff --git a/sci-chemistry/kemistry/kemistry-0.7.ebuild b/sci-chemistry/kemistry/kemistry-0.7.ebuild
index bf114c48da49..4925525259ea 100644
--- a/sci-chemistry/kemistry/kemistry-0.7.ebuild
+++ b/sci-chemistry/kemistry/kemistry-0.7.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/sci-chemistry/kemistry/kemistry-0.7.ebuild,v 1.1 2004/12/24 16:43:45 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/kemistry/kemistry-0.7.ebuild,v 1.2 2005/01/15 00:14:49 danarmak Exp $
inherit kde eutils
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
KEYWORDS="x86 sparc ~amd64"
IUSE=""
-DEPEND="kde-base/kdesdk"
+DEPEND="|| ( kde-base/kdesdk-meta kde-base/kdesdk )"
need-kde 3
src_unpack() {