From 6d39a1a7e36eb5b6227cc3385ebe0693ab363d66 Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto" Date: Thu, 2 Oct 2008 11:25:43 +0000 Subject: 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 --- kde-base/kdepimlibs/ChangeLog | 8 +++++++- kde-base/kdepimlibs/kdepimlibs-4.1.2.ebuild | 32 +++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 kde-base/kdepimlibs/kdepimlibs-4.1.2.ebuild (limited to 'kde-base/kdepimlibs') 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 + +kdepimlibs-4.1.2.ebuild: + Add kde-4.1.2 into the tree from the kde-testing overlay. 09 Jun 2008; Tobias Heinlein -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 +} -- cgit v1.2.3-65-gdbad