summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2011-07-31 20:33:33 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2011-07-31 20:33:33 +0000
commit4d1392aee9169434527ad5af8495bbf6067927c1 (patch)
tree2f1be94db25c03a49f95eb2153b358ae20aac68f /kde-base
parentFix building of tests, but restrict them anyway, see bug 366505 (diff)
downloadhistorical-4d1392aee9169434527ad5af8495bbf6067927c1.tar.gz
historical-4d1392aee9169434527ad5af8495bbf6067927c1.tar.bz2
historical-4d1392aee9169434527ad5af8495bbf6067927c1.zip
Boost is only DEPEND, bug 368787
Package-Manager: portage-2.1.10.8/cvs/Linux x86_64
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kdepim-runtime/ChangeLog6
-rw-r--r--kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild10
-rw-r--r--kde-base/kdepimlibs/ChangeLog6
-rw-r--r--kde-base/kdepimlibs/kdepimlibs-4.7.0.ebuild10
4 files changed, 22 insertions, 10 deletions
diff --git a/kde-base/kdepim-runtime/ChangeLog b/kde-base/kdepim-runtime/ChangeLog
index 824a3b07d647..1a22b0de54e3 100644
--- a/kde-base/kdepim-runtime/ChangeLog
+++ b/kde-base/kdepim-runtime/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdepim-runtime
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v 1.44 2011/07/27 14:04:38 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v 1.45 2011/07/31 20:28:37 dilfridge Exp $
+
+ 31 Jul 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ kdepim-runtime-4.4.11.1.ebuild:
+ Boost is only DEPEND, bug 368787
*kdepim-runtime-4.7.0 (27 Jul 2011)
diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild
index f5844f90b1c4..82b591c7084d 100644
--- a/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild
+++ b/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild,v 1.5 2011/06/01 19:39:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild,v 1.6 2011/07/31 20:28:37 dilfridge Exp $
EAPI=4
@@ -19,10 +19,9 @@ IUSE="debug"
RESTRICT="test"
# Would need test programs _testrunner and akonaditest from kdepimlibs
-DEPEND="
+COMMON_DEPEND="
app-misc/strigi
>=app-office/akonadi-server-1.3.1
- dev-libs/boost
dev-libs/libxml2:2
dev-libs/libxslt
$(add_kdebase_dep kdelibs 'semantic-desktop' 4.6)
@@ -30,7 +29,10 @@ DEPEND="
$(add_kdebase_dep libkdepim)
x11-misc/shared-mime-info
"
-RDEPEND="${DEPEND}
+DEPEND="${COMMON_DEPEND}
+ dev-libs/boost
+"
+RDEPEND="${COMMON_DEPEND}
$(add_kdebase_dep kdepim-icons)
"
diff --git a/kde-base/kdepimlibs/ChangeLog b/kde-base/kdepimlibs/ChangeLog
index be8b4989a13c..b0c6118179d9 100644
--- a/kde-base/kdepimlibs/ChangeLog
+++ b/kde-base/kdepimlibs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdepimlibs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.106 2011/07/27 14:04:34 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.107 2011/07/31 20:33:33 dilfridge Exp $
+
+ 31 Jul 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ kdepimlibs-4.7.0.ebuild:
+ Boost is only DEPEND, bug 368787
*kdepimlibs-4.7.0 (27 Jul 2011)
diff --git a/kde-base/kdepimlibs/kdepimlibs-4.7.0.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.7.0.ebuild
index f2b6d1477962..c63f69a1eaba 100644
--- a/kde-base/kdepimlibs/kdepimlibs-4.7.0.ebuild
+++ b/kde-base/kdepimlibs/kdepimlibs-4.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/kdepimlibs-4.7.0.ebuild,v 1.1 2011/07/27 14:04:34 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/kdepimlibs-4.7.0.ebuild,v 1.2 2011/07/31 20:33:33 dilfridge Exp $
EAPI=4
@@ -19,9 +19,8 @@ IUSE="debug ldap semantic-desktop"
# some akonadi tests timeout, that probaly needs more work as its ~700 tests
RESTRICT="test"
-DEPEND="
+COMMON_DEPEND="
>=app-crypt/gpgme-1.1.6
- >=dev-libs/boost-1.35.0-r5
dev-libs/libgpg-error
>=dev-libs/libical-0.43
dev-libs/cyrus-sasl
@@ -33,7 +32,10 @@ DEPEND="
)
ldap? ( net-nds/openldap )
"
-RDEPEND="${DEPEND}"
+DEPEND="${COMMON_DEPEND}
+ >=dev-libs/boost-1.35.0-r5
+"
+RDEPEND="${COMMON_DEPEND}"
# libakonadi-kcal moved here from akonadi in 4.3.86
add_blocker akonadi '<4.3.86'