diff options
author | 2008-05-15 23:23:00 +0000 | |
---|---|---|
committer | 2008-05-15 23:23:00 +0000 | |
commit | b1f81a545fe3f09ad1d14e4a4fd84920fbb62680 (patch) | |
tree | 95c06b40e7575f10fbfa51c67f0fed03a565fafa /kde-base/kdepimlibs | |
parent | Added KDE 4.0.4 version of kdepasswd. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | historical-b1f81a545fe3f09ad1d14e4a4fd84920fbb62680.tar.gz historical-b1f81a545fe3f09ad1d14e4a4fd84920fbb62680.tar.bz2 historical-b1f81a545fe3f09ad1d14e4a4fd84920fbb62680.zip |
Added KDE 4.0.4 version of kdepimlibs. Thanks to Jorge Manuel B. S. Vicetto.
Package-Manager: portage-2.1.5
Diffstat (limited to 'kde-base/kdepimlibs')
-rw-r--r-- | kde-base/kdepimlibs/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kdepimlibs/kdepimlibs-4.0.4.ebuild | 33 |
2 files changed, 41 insertions, 1 deletions
diff --git a/kde-base/kdepimlibs/ChangeLog b/kde-base/kdepimlibs/ChangeLog index 1fb36f24ebb2..50e56b0f8d41 100644 --- a/kde-base/kdepimlibs/ChangeLog +++ b/kde-base/kdepimlibs/ChangeLog @@ -1,6 +1,13 @@ # 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.9 2008/04/03 20:59:18 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.10 2008/05/15 23:23:00 ingmar Exp $ + +*kdepimlibs-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> + +kdepimlibs-4.0.4.ebuild: + Added KDE 4.0.4 version of kdepimlibs. Thanks to Jorge Manuel B. S. + Vicetto. *kdepimlibs-4.0.3 (03 Apr 2008) diff --git a/kde-base/kdepimlibs/kdepimlibs-4.0.4.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.0.4.ebuild new file mode 100644 index 000000000000..8427ee4c1c7a --- /dev/null +++ b/kde-base/kdepimlibs/kdepimlibs-4.0.4.ebuild @@ -0,0 +1,33 @@ +# 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.0.4.ebuild,v 1.1 2008/05/15 23:23:00 ingmar Exp $ + +EAPI="1" + +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="GPL-2 LGPL-2" + +# Tests last checked in 4.0.3. Over 50% fails. A lot hang. +RESTRICT="test" + +DEPEND=" + >=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_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with ldap Ldap) + $(cmake-utils_use_with sasl Sasl2)" + kde4-base_src_compile +} |