summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2013-06-15 13:13:20 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2013-06-15 13:13:20 +0000
commit2605d2c52d32a84846fdf0d3c78f2d8135bccf92 (patch)
tree2d6a9fb03178f3728b2c2a60904269a2c9f54265 /kde-misc/akonadi-google
parentWe do not need the oldpim useflag since the interface is part of kdepimlibs (diff)
downloadgentoo-2-2605d2c52d32a84846fdf0d3c78f2d8135bccf92.tar.gz
gentoo-2-2605d2c52d32a84846fdf0d3c78f2d8135bccf92.tar.bz2
gentoo-2-2605d2c52d32a84846fdf0d3c78f2d8135bccf92.zip
We do not need the oldpim useflag since the interface is part of kdepimlibs
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'kde-misc/akonadi-google')
-rw-r--r--kde-misc/akonadi-google/ChangeLog6
-rw-r--r--kde-misc/akonadi-google/akonadi-google-20120619.ebuild8
2 files changed, 8 insertions, 6 deletions
diff --git a/kde-misc/akonadi-google/ChangeLog b/kde-misc/akonadi-google/ChangeLog
index 9a7fc1e58a32..1e41037882e0 100644
--- a/kde-misc/akonadi-google/ChangeLog
+++ b/kde-misc/akonadi-google/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-misc/akonadi-google
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v 1.14 2013/05/30 11:43:53 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v 1.15 2013/06/15 13:13:20 dilfridge Exp $
+
+ 15 Jun 2013; Andreas K. Huettel <dilfridge@gentoo.org>
+ akonadi-google-20120619.ebuild:
+ We do not need the oldpim useflag since the interface is part of kdepimlibs
30 May 2013; Michael Palimaka <kensington@gentoo.org>
akonadi-google-0.3.1.ebuild, akonadi-google-20120619.ebuild:
diff --git a/kde-misc/akonadi-google/akonadi-google-20120619.ebuild b/kde-misc/akonadi-google/akonadi-google-20120619.ebuild
index bf36e1eecf7c..fcfe2ab193d3 100644
--- a/kde-misc/akonadi-google/akonadi-google-20120619.ebuild
+++ b/kde-misc/akonadi-google/akonadi-google-20120619.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/akonadi-google-20120619.ebuild,v 1.2 2013/05/30 11:43:53 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/akonadi-google-20120619.ebuild,v 1.3 2013/06/15 13:13:20 dilfridge Exp $
EAPI=4
@@ -15,22 +15,20 @@ LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
-IUSE="oldpim"
+IUSE=""
DEPEND="
$(add_kdebase_dep kdepimlibs 'semantic-desktop(+)')
dev-libs/libxslt
dev-libs/qjson
net-libs/libkgapi
- oldpim? ( dev-libs/boost )
- !oldpim? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop(+)' 4.6.0) )
!>=kde-base/kdepim-runtime-4.8.50
"
RDEPEND=${DEPEND}
src_configure() {
mycmakeargs=(
- $(cmake-utils_use oldpim KCAL)
+ -DKCAL=OFF
)
kde4-base_src_configure
}