summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 16:51:00 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 16:51:00 +0000
commitf84062c961b18b2367288e39144313f3efedb620 (patch)
tree4fca7d94d81e16e850398fa74106fb4f7ba09f91 /kde-base/kdepimlibs
parentOld. (diff)
downloadgentoo-2-f84062c961b18b2367288e39144313f3efedb620.tar.gz
gentoo-2-f84062c961b18b2367288e39144313f3efedb620.tar.bz2
gentoo-2-f84062c961b18b2367288e39144313f3efedb620.zip
Old.
(Portage version: 2.2_pre5)
Diffstat (limited to 'kde-base/kdepimlibs')
-rw-r--r--kde-base/kdepimlibs/ChangeLog6
-rw-r--r--kde-base/kdepimlibs/kdepimlibs-4.0.1.ebuild30
2 files changed, 5 insertions, 31 deletions
diff --git a/kde-base/kdepimlibs/ChangeLog b/kde-base/kdepimlibs/ChangeLog
index bf4bbb617d52..73e71d6da0ed 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.7 2008/03/10 23:34:44 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.8 2008/03/20 16:51:00 ingmar Exp $
+
+ 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ -kdepimlibs-4.0.1.ebuild:
+ Old.
*kdepimlibs-4.0.2 (10 Mar 2008)
diff --git a/kde-base/kdepimlibs/kdepimlibs-4.0.1.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.0.1.ebuild
deleted file mode 100644
index cb5ebe7ea0c7..000000000000
--- a/kde-base/kdepimlibs/kdepimlibs-4.0.1.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.1.ebuild,v 1.2 2008/03/05 19:04:13 jer Exp $
-
-EAPI="1"
-
-inherit kde4-base
-
-DESCRIPTION="Common library for KDE PIM apps."
-HOMEPAGE="http://www.kde.org/"
-
-KEYWORDS="~amd64 ~hppa ~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
-}