summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kaddressbook')
-rw-r--r--kde-base/kaddressbook/ChangeLog5
-rw-r--r--kde-base/kaddressbook/kaddressbook-3.5.9.ebuild57
2 files changed, 4 insertions, 58 deletions
diff --git a/kde-base/kaddressbook/ChangeLog b/kde-base/kaddressbook/ChangeLog
index 6bfbabb2d1e7..608d0c03800f 100644
--- a/kde-base/kaddressbook/ChangeLog
+++ b/kde-base/kaddressbook/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kaddressbook
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.127 2009/10/10 08:42:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.128 2009/10/13 00:15:36 abcd Exp $
+
+ 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -kaddressbook-3.5.9.ebuild:
+ KDE 3.5.9 removal
10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
kaddressbook-4.3.1.ebuild:
diff --git a/kde-base/kaddressbook/kaddressbook-3.5.9.ebuild b/kde-base/kaddressbook/kaddressbook-3.5.9.ebuild
deleted file mode 100644
index a06943d205d7..000000000000
--- a/kde-base/kaddressbook/kaddressbook-3.5.9.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-3.5.9.ebuild,v 1.8 2009/05/07 20:57:57 tampakrap Exp $
-
-KMNAME=kdepim
-EAPI="1"
-inherit kde-meta eutils
-
-DESCRIPTION="The KDE Address Book"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="gnokii"
-DEPEND=">=kde-base/libkdepim-${PV}:${SLOT}
->=kde-base/libkcal-${PV}:${SLOT}
->=kde-base/certmanager-${PV}:${SLOT}
->=kde-base/libkdenetwork-${PV}:${SLOT}
->=kde-base/kontact-${PV}:${SLOT}
-gnokii? ( app-mobilephone/gnokii )"
-
-RDEPEND="${DEPEND}"
-
-KMCOPYLIB="
- libkdepim libkdepim
- libkcal libkcal
- libkleopatra certmanager/lib/
- libqgpgme libkdenetwork/qgpgme/
- libkpinterfaces kontact/interfaces/"
-KMEXTRACTONLY="
- libkdepim/
- libkdenetwork/
- libkcal/
- libemailfunctions/
- certmanager/
- kontact/interfaces/
- akregator
- kmail/kmailIface.h"
-KMCOMPILEONLY="
- libkcal/libical/src/libical/
- libkcal/libical/src/libicalss/
- akregator/src/librss"
- # We add them here because they are standard plugins and programs related to kaddressbook but not a dep of any other kdepim program, so they will be lost if noone install them
-KMEXTRA="
- kabc/
- kfile-plugins/vcf
- kontact/plugins/kaddressbook"
-
-PATCHES=( "${FILESDIR}/kaddressbook-3.5-gnokii.patch" )
-
-src_compile() {
- myconf="$myconf $(use_with gnokii)"
- export DO_NOT_COMPILE="libical" && kde-meta_src_compile myconf configure
- # generate "ical.h"
- cd "${S}/libkcal/libical/src/libical" && make ical.h
- # generate "icalss.h"
- cd "${S}/libkcal/libical/src/libicalss" && make icalss.h
-
- kde-meta_src_compile "make"
-}