diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 12:42:51 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 12:42:51 +0000 |
commit | e1b769fb08a4ef97916612c9eb7255cc10c1f357 (patch) | |
tree | c88e1a03926e7c9158e36c4d64b7c2e428481cdf /kde-base/libkcal | |
parent | replaced the wrongly added single quotes with double quotes (diff) | |
download | gentoo-2-e1b769fb08a4ef97916612c9eb7255cc10c1f357.tar.gz gentoo-2-e1b769fb08a4ef97916612c9eb7255cc10c1f357.tar.bz2 gentoo-2-e1b769fb08a4ef97916612c9eb7255cc10c1f357.zip |
Removed old versions.
(Portage version: 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/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 -} |