diff options
-rw-r--r-- | kde-base/libkcal/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/libkcal/libkcal-3.5.8.ebuild | 27 |
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 -} |