summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/libkcal/libkcal-3.5.8.ebuild')
-rw-r--r--kde-base/libkcal/libkcal-3.5.8.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/kde-base/libkcal/libkcal-3.5.8.ebuild b/kde-base/libkcal/libkcal-3.5.8.ebuild
deleted file mode 100644
index 3c9b2e5cc1f8..000000000000
--- a/kde-base/libkcal/libkcal-3.5.8.ebuild
+++ /dev/null
@@ -1,27 +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/libkcal/libkcal-3.5.8.ebuild,v 1.7 2008/03/04 01:22:22 jer Exp $
-
-KMNAME=kdepim
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-SRC_URI="${SRC_URI}
- mirror://gentoo/kdepim-3.5-patchset-04.tar.bz2"
-
-DESCRIPTION="KDE kcal library for KOrganizer etc"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="$(deprange $PV $MAXKDEVER kde-base/ktnef)"
-RDEPEND="${DEPEND}"
-
-KMCOPYLIB="libktnef ktnef/lib"
-KMEXTRACTONLY="libkdepim/email.h"
-KMCOMPILEONLY="libemailfunctions/"
-
-src_unpack() {
- kde-meta_src_unpack
- sed -e "s:SUBDIRS = libical versit tests:SUBDIRS = libical versit:" -i libkcal/Makefile.am
-}