summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-10-12 20:53:13 +0000
committerJonathan Callen <abcd@gentoo.org>2009-10-12 20:53:13 +0000
commit5e0ecf211fd49761dd54af09e7f79fc98f0b40b7 (patch)
tree0c1538087c2108c7287a448bcaa87e8e3d52cffd /kde-base/kdepim-kresources
parentRestore ~keywords that was present in 4.3.1 but missing accidently in 4.3.2 (diff)
downloadgentoo-2-5e0ecf211fd49761dd54af09e7f79fc98f0b40b7.tar.gz
gentoo-2-5e0ecf211fd49761dd54af09e7f79fc98f0b40b7.tar.bz2
gentoo-2-5e0ecf211fd49761dd54af09e7f79fc98f0b40b7.zip
KDE 3.5.9 removal
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/kdepim-kresources')
-rw-r--r--kde-base/kdepim-kresources/ChangeLog6
-rw-r--r--kde-base/kdepim-kresources/kdepim-kresources-3.5.9.ebuild59
2 files changed, 5 insertions, 60 deletions
diff --git a/kde-base/kdepim-kresources/ChangeLog b/kde-base/kdepim-kresources/ChangeLog
index 930879a932ed..830587c2abd1 100644
--- a/kde-base/kdepim-kresources/ChangeLog
+++ b/kde-base/kdepim-kresources/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdepim-kresources
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-kresources/ChangeLog,v 1.133 2009/10/12 05:37:45 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-kresources/ChangeLog,v 1.134 2009/10/12 20:53:13 abcd Exp $
+
+ 12 Oct 2009; Jonathan Callen <abcd@gentoo.org>
+ -kdepim-kresources-3.5.9.ebuild:
+ KDE 3.5.9 removal
12 Oct 2009; Jonathan Callen <abcd@gentoo.org>
kdepim-kresources-3.5.9.ebuild, kdepim-kresources-3.5.10.ebuild:
diff --git a/kde-base/kdepim-kresources/kdepim-kresources-3.5.9.ebuild b/kde-base/kdepim-kresources/kdepim-kresources-3.5.9.ebuild
deleted file mode 100644
index 7b68373f865a..000000000000
--- a/kde-base/kdepim-kresources/kdepim-kresources-3.5.9.ebuild
+++ /dev/null
@@ -1,59 +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/kdepim-kresources/kdepim-kresources-3.5.9.ebuild,v 1.8 2009/10/12 05:37:45 abcd Exp $
-
-KMNAME=kdepim
-KMMODULE=kresources
-EAPI="1"
-inherit kde-meta eutils
-
-SRC_URI="${SRC_URI}
- mirror://gentoo/kdepim-3.5-patchset-04.tar.bz2"
-
-DESCRIPTION="KDE PIM groupware plugin collection"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-DEPEND=">=kde-base/libkcal-${PV}:${SLOT}
->=kde-base/libkpimexchange-${PV}:${SLOT}
->=kde-base/libkdepim-${PV}:${SLOT}
->=kde-base/kaddressbook-${PV}:${SLOT}
->=kde-base/kode-${PV}:${SLOT}
- dev-libs/libical
- >=app-crypt/gpgme-1.0.2"
-RDEPEND="${DEPEND}"
-
-# Tests fail due to a missing file (kde-features_parser.custom.h) which
-# is not in the kdepim tarball.
-RESTRICT="test"
-
-KMCOPYLIB="
- libkcal libkcal
- libkpimexchange libkpimexchange
- libkdepim libkdepim
- libkabinterfaces kaddressbook/interfaces/"
-
-KMEXTRACTONLY="
- korganizer/
- libkpimexchange/configure.in.in
- libkdepim/
- kmail/kmailicalIface.h
- libkpimexchange/
- libemailfunctions/"
-
-KMCOMPILEONLY="
- knotes/
- libkcal/
- kaddressbook/common/"
-
-PATCHES=( "${WORKDIR}/patches/kdepim-kresources-3.5_use-installed-kode.diff" )
-
-src_compile() {
- export DO_NOT_COMPILE="knotes libkcal"
-
- kde-meta_src_compile myconf configure
-
- cd knotes/; make libknotesresources.la
- cd "${S}"/libkcal/libical/src/libical ; emake ical.h
-
- kde-meta_src_compile make
-}