summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-base/kalarm/ChangeLog5
-rw-r--r--kde-base/kalarm/kalarm-3.5.9.ebuild44
2 files changed, 4 insertions, 45 deletions
diff --git a/kde-base/kalarm/ChangeLog b/kde-base/kalarm/ChangeLog
index 58fe01e16abf..95257d7f6136 100644
--- a/kde-base/kalarm/ChangeLog
+++ b/kde-base/kalarm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kalarm
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/ChangeLog,v 1.121 2009/10/10 08:42:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/ChangeLog,v 1.122 2009/10/12 20:00:39 abcd Exp $
+
+ 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -kalarm-3.5.9.ebuild:
+ KDE 3.5.9 removal
10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> kalarm-4.3.1.ebuild:
amd64 stable wrt #287697
diff --git a/kde-base/kalarm/kalarm-3.5.9.ebuild b/kde-base/kalarm/kalarm-3.5.9.ebuild
deleted file mode 100644
index cf2e834ae644..000000000000
--- a/kde-base/kalarm/kalarm-3.5.9.ebuild
+++ /dev/null
@@ -1,44 +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/kalarm/kalarm-3.5.9.ebuild,v 1.7 2008/05/18 21:43:30 maekke Exp $
-
-KMNAME=kdepim
-EAPI="1"
-inherit kde-meta eutils
-
-DESCRIPTION="Personal alarm message, command and email scheduler for KDE"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-DEPEND=">=kde-base/libkdepim-${PV}:${SLOT}
->=kde-base/libkdenetwork-${PV}:${SLOT}
->=kde-base/libkmime-${PV}:${SLOT}
->=kde-base/libkpimidentities-${PV}:${SLOT}
->=kde-base/libkcal-${PV}:${SLOT}"
-
-RDEPEND="${DEPEND}"
-
-KMCOPYLIB="
- libkcal libkcal
- libkdepim libkdepim
- libkmime libkmime
- libkpimidentities libkpimidentities"
-KMEXTRACTONLY="
- libkcal/libical
- libkdepim/
- libkdenetwork/
- libkpimidentities/
- libkmime/
- libemailfunctions/"
-KMCOMPILEONLY="
- libkcal/libical/src/libical/
- libkcal/libical/src/libicalss/"
-
-src_compile() {
- export DO_NOT_COMPILE="libkcal" && 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
-}