diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-06-22 13:39:39 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-06-22 13:39:39 +0000 |
commit | 1217bb37adbe8fe09be9d279f6b3054295c551ff (patch) | |
tree | d098b86b04053715d2e27358c72279af8f56ab1e /app-office/kchart | |
parent | Remove old ebuilds. (diff) | |
download | gentoo-2-1217bb37adbe8fe09be9d279f6b3054295c551ff.tar.gz gentoo-2-1217bb37adbe8fe09be9d279f6b3054295c551ff.tar.bz2 gentoo-2-1217bb37adbe8fe09be9d279f6b3054295c551ff.zip |
Remove old ebuilds.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-office/kchart')
-rw-r--r-- | app-office/kchart/files/digest-kchart-1.4.0_rc1 | 1 | ||||
-rw-r--r-- | app-office/kchart/kchart-1.4.0_rc1.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/app-office/kchart/files/digest-kchart-1.4.0_rc1 b/app-office/kchart/files/digest-kchart-1.4.0_rc1 deleted file mode 100644 index 2484c3fac237..000000000000 --- a/app-office/kchart/files/digest-kchart-1.4.0_rc1 +++ /dev/null @@ -1 +0,0 @@ -MD5 754e565383783f5e22f7b7483123868e koffice-1.3.98.tar.bz2 19716209 diff --git a/app-office/kchart/kchart-1.4.0_rc1.ebuild b/app-office/kchart/kchart-1.4.0_rc1.ebuild deleted file mode 100644 index 3e132a4c259a..000000000000 --- a/app-office/kchart/kchart-1.4.0_rc1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/kchart-1.4.0_rc1.ebuild,v 1.3 2005/06/11 09:28:46 corsair Exp $ - -MAXKOFFICEVER=${PV} -KMNAME=koffice -inherit kde-meta eutils - -DESCRIPTION="KOffice integrated graph and chart drawing tool." -HOMEPAGE="http://www.koffice.org/" -LICENSE="GPL-2 LGPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -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 - libkoscript lib/koscript - libkotext lib/kotext - libkwmf lib/kwmf - libkowmf lib/kwmf - libkstore lib/store - libkochart interfaces" - -KMEXTRACTONLY="lib/ - interfaces/" - -KMEXTRA="filters/kchart" - -need-kde 3.3 |