summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-10-02 11:25:43 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-10-02 11:25:43 +0000
commit6d39a1a7e36eb5b6227cc3385ebe0693ab363d66 (patch)
treec7b9c4bba3cbee84e92c0f66aab6ee2d28504842 /kde-base/kdepimlibs
parentalpha/ia64 stable wrt #170220 (diff)
downloadhistorical-6d39a1a7e36eb5b6227cc3385ebe0693ab363d66.tar.gz
historical-6d39a1a7e36eb5b6227cc3385ebe0693ab363d66.tar.bz2
historical-6d39a1a7e36eb5b6227cc3385ebe0693ab363d66.zip
Add kde-4.1.2 into the tree from the kde-testing overlay.
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64
Diffstat (limited to 'kde-base/kdepimlibs')
-rw-r--r--kde-base/kdepimlibs/ChangeLog8
-rw-r--r--kde-base/kdepimlibs/kdepimlibs-4.1.2.ebuild32
2 files changed, 39 insertions, 1 deletions
diff --git a/kde-base/kdepimlibs/ChangeLog b/kde-base/kdepimlibs/ChangeLog
index 501a2213824a..5074e6331d63 100644
--- a/kde-base/kdepimlibs/ChangeLog
+++ b/kde-base/kdepimlibs/ChangeLog
@@ -1,6 +1,12 @@
# 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.12 2008/06/09 15:02:43 keytoaster Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.13 2008/10/02 08:07:21 jmbsvicetto Exp $
+
+*kdepimlibs-4.1.2 (02 Oct 2008)
+
+ 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ +kdepimlibs-4.1.2.ebuild:
+ Add kde-4.1.2 into the tree from the kde-testing overlay.
09 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org>
-kdepimlibs-4.0.2.ebuild, -kdepimlibs-4.0.3.ebuild:
diff --git a/kde-base/kdepimlibs/kdepimlibs-4.1.2.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.1.2.ebuild
new file mode 100644
index 000000000000..21adceb0fddd
--- /dev/null
+++ b/kde-base/kdepimlibs/kdepimlibs-4.1.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/kdepimlibs-4.1.2.ebuild,v 1.1 2008/10/02 08:07:21 jmbsvicetto Exp $
+
+EAPI="2"
+
+CPPUNIT_REQUIRED="optional"
+inherit kde4-base
+
+DESCRIPTION="Common library for KDE PIM apps."
+HOMEPAGE="http://www.kde.org/"
+
+KEYWORDS="~amd64 ~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
+}