summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Heinlein <keytoaster@gentoo.org>2008-06-07 12:43:42 +0000
committerTobias Heinlein <keytoaster@gentoo.org>2008-06-07 12:43:42 +0000
commitfe5b5768b82c56debddaf0078f72c75be57edf92 (patch)
tree401963dc44780f4958914aa7d008961a8f8ff99f /kde-base/libkcal
parentreplaced the wrongly added single quotes with double quotes (diff)
downloadhistorical-fe5b5768b82c56debddaf0078f72c75be57edf92.tar.gz
historical-fe5b5768b82c56debddaf0078f72c75be57edf92.tar.bz2
historical-fe5b5768b82c56debddaf0078f72c75be57edf92.zip
Removed old versions.
Package-Manager: portage-2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Diffstat (limited to 'kde-base/libkcal')
-rw-r--r--kde-base/libkcal/ChangeLog6
-rw-r--r--kde-base/libkcal/libkcal-3.5.8.ebuild27
2 files changed, 5 insertions, 28 deletions
diff --git a/kde-base/libkcal/ChangeLog b/kde-base/libkcal/ChangeLog
index af2d015be700..676d5ea958c3 100644
--- a/kde-base/libkcal/ChangeLog
+++ b/kde-base/libkcal/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/libkcal
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcal/ChangeLog,v 1.100 2008/05/18 18:47:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcal/ChangeLog,v 1.101 2008/06/07 12:42:51 keytoaster Exp $
+
+ 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org>
+ -libkcal-3.5.8.ebuild:
+ Removed old versions.
18 May 2008; Markus Meier <maekke@gentoo.org> libkcal-3.5.9.ebuild:
amd64/x86 stable, bug #221063
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
-}