diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-10 22:04:41 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-10 22:04:41 +0000 |
commit | 2c4bf0a39233832e367a8a1555964b27eb045aef (patch) | |
tree | 3501e671cf4a1d91d6a3affb6b86db6249a13d19 /app-office/kchart | |
parent | Fix by R. Bosch to use strsignal as needed by uClibc systems #103189 by Chan ... (diff) | |
download | gentoo-2-2c4bf0a39233832e367a8a1555964b27eb045aef.tar.gz gentoo-2-2c4bf0a39233832e367a8a1555964b27eb045aef.tar.bz2 gentoo-2-2c4bf0a39233832e367a8a1555964b27eb045aef.zip |
New version.
(Portage version: 2.0.51.22-r3)
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.2 | 1 | ||||
-rw-r--r-- | app-office/kchart/kchart-1.4.2.ebuild | 39 |
3 files changed, 46 insertions, 1 deletions
diff --git a/app-office/kchart/ChangeLog b/app-office/kchart/ChangeLog index 4e82e400a6c0..e3238db26d35 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.15 2005/09/11 17:30:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.16 2005/10/10 22:03:38 greg_g Exp $ + +*kchart-1.4.2 (10 Oct 2005) + + 10 Oct 2005; Gregorio Guidi <greg_g@gentoo.org> +kchart-1.4.2.ebuild: + New version. 11 Sep 2005; Aron Griffis <agriffis@gentoo.org> kchart-1.4.1.ebuild: Mark 1.4.1 stable on alpha diff --git a/app-office/kchart/files/digest-kchart-1.4.2 b/app-office/kchart/files/digest-kchart-1.4.2 new file mode 100644 index 000000000000..a054824ae545 --- /dev/null +++ b/app-office/kchart/files/digest-kchart-1.4.2 @@ -0,0 +1 @@ +MD5 6b456fb7d54c84b11396b27a96ae0cf8 koffice-1.4.2.tar.bz2 19486852 diff --git a/app-office/kchart/kchart-1.4.2.ebuild b/app-office/kchart/kchart-1.4.2.ebuild new file mode 100644 index 000000000000..a75f74327317 --- /dev/null +++ b/app-office/kchart/kchart-1.4.2.ebuild @@ -0,0 +1,39 @@ +# 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.2.ebuild,v 1.1 2005/10/10 22:03:38 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="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~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 |