diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-06-03 15:21:47 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-06-03 15:21:47 +0000 |
commit | 5b43d2de8cf9d6bb02b8c85e5b36c0e86c08765a (patch) | |
tree | c44b6471fac8be78234511dd1f61a360c3f2aafa /app-office/kchart | |
parent | Add mask for KOffice release candidate. (diff) | |
download | historical-5b43d2de8cf9d6bb02b8c85e5b36c0e86c08765a.tar.gz historical-5b43d2de8cf9d6bb02b8c85e5b36c0e86c08765a.tar.bz2 historical-5b43d2de8cf9d6bb02b8c85e5b36c0e86c08765a.zip |
Release candidate for new version of KOffice.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-office/kchart')
-rw-r--r-- | app-office/kchart/ChangeLog | 7 | ||||
-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 | 40 |
3 files changed, 47 insertions, 1 deletions
diff --git a/app-office/kchart/ChangeLog b/app-office/kchart/ChangeLog index fef9126fab5c..f582500db0e4 100644 --- a/app-office/kchart/ChangeLog +++ b/app-office/kchart/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kchart # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.4 2005/05/03 13:28:58 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.5 2005/06/03 15:19:07 greg_g Exp $ + +*kchart-1.4.0_rc1 (03 Jun 2005) + + 03 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> +kchart-1.4.0_rc1.ebuild: + Release candidate for new version of KOffice. 03 May 2005; Herbie Hopkins <herbs@gentoo.org> kchart-1.3.5.ebuild: Marked ~amd64. diff --git a/app-office/kchart/files/digest-kchart-1.4.0_rc1 b/app-office/kchart/files/digest-kchart-1.4.0_rc1 new file mode 100644 index 000000000000..2484c3fac237 --- /dev/null +++ b/app-office/kchart/files/digest-kchart-1.4.0_rc1 @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..b04123f91ac7 --- /dev/null +++ b/app-office/kchart/kchart-1.4.0_rc1.ebuild @@ -0,0 +1,40 @@ +# 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.1 2005/06/03 15:19:07 greg_g 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="~x86 ~ppc ~amd64" +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 + libkospell lib/kospell + libkotext lib/kotext + libkwmf lib/kwmf + libkowmf lib/kwmf + libkstore lib/store + libkochart interfaces" + +KMEXTRACTONLY="lib/ + interfaces/" + +KMEXTRA="filters/kchart" + +need-kde 3.3 |