diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 08:07:21 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 08:07:21 +0000 |
commit | c021f498a15e99d04dcf98a4c0d7e2aebac74d1d (patch) | |
tree | 87893009b99c4f951dc5c8f66eae6accf142fd4a /kde-base/kdepimlibs | |
parent | Add kde-4.1.2 into the tree from the kde-testing overlay. (diff) | |
download | gentoo-2-c021f498a15e99d04dcf98a4c0d7e2aebac74d1d.tar.gz gentoo-2-c021f498a15e99d04dcf98a4c0d7e2aebac74d1d.tar.bz2 gentoo-2-c021f498a15e99d04dcf98a4c0d7e2aebac74d1d.zip |
Add kde-4.1.2 into the tree from the kde-testing overlay.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'kde-base/kdepimlibs')
-rw-r--r-- | kde-base/kdepimlibs/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kdepimlibs/kdepimlibs-4.1.2.ebuild | 32 |
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 +} |