diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2007-07-18 00:40:36 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2007-07-18 00:40:36 +0000 |
commit | 3afbc764d24a765af1db33463e5c99d6a5ab3895 (patch) | |
tree | bc6a53cd551aa3bc3969fa401cc2a317f6f25a0b /app-office/koshell | |
parent | Cleaned out old versions. (diff) | |
download | gentoo-2-3afbc764d24a765af1db33463e5c99d6a5ab3895.tar.gz gentoo-2-3afbc764d24a765af1db33463e5c99d6a5ab3895.tar.bz2 gentoo-2-3afbc764d24a765af1db33463e5c99d6a5ab3895.zip |
Cleaned out old version.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-office/koshell')
-rw-r--r-- | app-office/koshell/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/koshell/files/digest-koshell-1.5.2 | 3 | ||||
-rw-r--r-- | app-office/koshell/koshell-1.5.2.ebuild | 34 |
3 files changed, 4 insertions, 38 deletions
diff --git a/app-office/koshell/ChangeLog b/app-office/koshell/ChangeLog index 1cbf62a7a220..9826ee4c6acf 100644 --- a/app-office/koshell/ChangeLog +++ b/app-office/koshell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/koshell # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.66 2007/07/18 00:08:50 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.67 2007/07/18 00:40:36 cryos Exp $ + + 18 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> -koshell-1.5.2.ebuild: + Cleaned out old version. 18 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> koshell-1.6.2.ebuild: Marked stable on amd64, bug 178697. diff --git a/app-office/koshell/files/digest-koshell-1.5.2 b/app-office/koshell/files/digest-koshell-1.5.2 deleted file mode 100644 index d1ae4451f5cb..000000000000 --- a/app-office/koshell/files/digest-koshell-1.5.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 cbe9deeb7c811a6bb5a954989b25c1f2 koffice-1.5.2.tar.bz2 35878218 -RMD160 eb33d9e74adec0fc3409d38c2bfe84b5dfdd5546 koffice-1.5.2.tar.bz2 35878218 -SHA256 d57d8a7611337f2678a7e28b100b9ab64148bf5483c01dbd204529f07b148611 koffice-1.5.2.tar.bz2 35878218 diff --git a/app-office/koshell/koshell-1.5.2.ebuild b/app-office/koshell/koshell-1.5.2.ebuild deleted file mode 100644 index e6714fb4baee..000000000000 --- a/app-office/koshell/koshell-1.5.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/koshell-1.5.2.ebuild,v 1.9 2006/10/24 15:22:07 blubb Exp $ - -MAXKOFFICEVER=${PV} -KMNAME=koffice -inherit kde-meta eutils - -DESCRIPTION="KOffice workspace." -HOMEPAGE="http://www.koffice.org/" -LICENSE="GPL-2 LGPL-2" - -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs)" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -KMCOPYLIB=" - libkformula lib/kformula - libkofficecore lib/kofficecore - libkofficeui lib/kofficeui - libkopainter lib/kopainter - libkotext lib/kotext - libkwmf lib/kwmf - libkowmf lib/kwmf - libkstore lib/store" - -KMEXTRACTONLY="lib/" - -need-kde 3.4 |