diff options
author | 2008-02-17 01:52:17 +0000 | |
---|---|---|
committer | 2008-02-17 01:52:17 +0000 | |
commit | 540bd9fc27dd3a915651bb308d9cae1351e9b28e (patch) | |
tree | 42f5c42da07953c49e923449603ec92fc71da967 /kde-base/kdepimlibs | |
parent | Spring cleaning. (diff) | |
download | gentoo-2-540bd9fc27dd3a915651bb308d9cae1351e9b28e.tar.gz gentoo-2-540bd9fc27dd3a915651bb308d9cae1351e9b28e.tar.bz2 gentoo-2-540bd9fc27dd3a915651bb308d9cae1351e9b28e.zip |
Spring cleaning.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kdepimlibs')
-rw-r--r-- | kde-base/kdepimlibs/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kdepimlibs/kdepimlibs-4.0.0.ebuild | 30 |
2 files changed, 5 insertions, 31 deletions
diff --git a/kde-base/kdepimlibs/ChangeLog b/kde-base/kdepimlibs/ChangeLog index f4c913e8d9d3..5357a412ca62 100644 --- a/kde-base/kdepimlibs/ChangeLog +++ b/kde-base/kdepimlibs/ChangeLog @@ -1,6 +1,10 @@ # 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.4 2008/02/07 00:12:43 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.5 2008/02/17 01:52:17 ingmar Exp $ + + 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> + -kdepimlibs-4.0.0.ebuild: + Spring cleaning *kdepimlibs-4.0.1 (06 Feb 2008) diff --git a/kde-base/kdepimlibs/kdepimlibs-4.0.0.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.0.0.ebuild deleted file mode 100644 index 574a512229e3..000000000000 --- a/kde-base/kdepimlibs/kdepimlibs-4.0.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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.0.ebuild,v 1.3 2008/01/20 17:09:43 ingmar Exp $ - -EAPI="1" - -inherit kde4-base - -DESCRIPTION="Common library for KDE PIM apps." -HOMEPAGE="http://www.kde.org/" - -KEYWORDS="~amd64 ~x86" -IUSE="debug htmlhandbook ldap sasl test" -LICENSE="GPL-2 LGPL-2" -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 -} |