summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-13 23:36:28 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-13 23:36:28 +0000
commit6cac8b80a2d8d85a92864c0c44537333611931a1 (patch)
treedb480a0a136c10bbb9f02e950afe497f211e3ae8 /kde-base/kdepimlibs
parentgnome-base/gnome-applets: bump to 2.24.3 (small bugfixes and translation upda... (diff)
downloadhistorical-6cac8b80a2d8d85a92864c0c44537333611931a1.tar.gz
historical-6cac8b80a2d8d85a92864c0c44537333611931a1.tar.bz2
historical-6cac8b80a2d8d85a92864c0c44537333611931a1.zip
Bump kde to 4.1.4
Package-Manager: portage-2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64
Diffstat (limited to 'kde-base/kdepimlibs')
-rw-r--r--kde-base/kdepimlibs/ChangeLog9
-rw-r--r--kde-base/kdepimlibs/kdepimlibs-4.1.4.ebuild32
2 files changed, 39 insertions, 2 deletions
diff --git a/kde-base/kdepimlibs/ChangeLog b/kde-base/kdepimlibs/ChangeLog
index fb7eef36a6b1..06856ceeb49c 100644
--- a/kde-base/kdepimlibs/ChangeLog
+++ b/kde-base/kdepimlibs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdepimlibs
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.17 2008/11/16 10:22:23 patrick Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.18 2009/01/13 21:46:44 alexxy Exp $
+
+*kdepimlibs-4.1.4 (13 Jan 2009)
+
+ 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kdepimlibs-4.1.4.ebuild:
+ Bump to 4.1.4
16 Nov 2008; Patrick Lauer <patrick@gentoo.org> Manifest:
Digest fix
diff --git a/kde-base/kdepimlibs/kdepimlibs-4.1.4.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.1.4.ebuild
new file mode 100644
index 000000000000..00bb59c5ee6c
--- /dev/null
+++ b/kde-base/kdepimlibs/kdepimlibs-4.1.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/kdepimlibs-4.1.4.ebuild,v 1.1 2009/01/13 21:46:44 alexxy Exp $
+
+EAPI="2"
+
+CPPUNIT_REQUIRED="optional"
+inherit kde4-base
+
+DESCRIPTION="Common library for KDE PIM apps."
+HOMEPAGE="http://www.kde.org/"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="debug htmlhandbook ldap +sasl"
+LICENSE="LGPL-2.1"
+RESTRICT="test"
+
+DEPEND="
+ app-office/akonadi-server
+ >=app-crypt/gpgme-1.1.6
+ dev-libs/boost
+ dev-libs/libgpg-error
+ ldap? ( >=net-nds/openldap-2 )
+ sasl? ( >=dev-libs/cyrus-sasl-2 )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ mycmakeargs="${mycmakeargs}
+ $(cmake-utils_use_with ldap Ldap)
+ $(cmake-utils_use_with sasl Sasl2)"
+ kde4-base_src_configure
+}