diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-05-20 15:39:28 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-05-20 15:39:28 +0000 |
commit | aaefe8f90aa6e37818bf337aff94f261ad049184 (patch) | |
tree | 0a07aad716f136ccd3e1869571f7bbb8994d9f8d /app-office | |
parent | Version bump. (diff) | |
download | gentoo-2-aaefe8f90aa6e37818bf337aff94f261ad049184.tar.gz gentoo-2-aaefe8f90aa6e37818bf337aff94f261ad049184.tar.bz2 gentoo-2-aaefe8f90aa6e37818bf337aff94f261ad049184.zip |
Version bump.
(Portage version: 2.0.54-r2)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/kchart/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/kchart/Manifest | 4 | ||||
-rw-r--r-- | app-office/kchart/files/digest-kchart-1.5.1 | 1 | ||||
-rw-r--r-- | app-office/kchart/kchart-1.5.1.ebuild | 48 |
4 files changed, 58 insertions, 2 deletions
diff --git a/app-office/kchart/ChangeLog b/app-office/kchart/ChangeLog index 4acbb95d94f0..f5b7af08861e 100644 --- a/app-office/kchart/ChangeLog +++ b/app-office/kchart/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kchart # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.35 2006/04/13 18:57:51 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.36 2006/05/20 15:39:28 carlo Exp $ + +*kchart-1.5.1 (20 May 2006) + + 20 May 2006; Carsten Lohrke <carlo@gentoo.org> +kchart-1.5.1.ebuild: + Version bump. 13 Apr 2006; Carsten Lohrke <carlo@gentoo.org> kchart-1.5.0.ebuild: Missing ~ppc keyword. diff --git a/app-office/kchart/Manifest b/app-office/kchart/Manifest index a682a264e1ab..36bc87252061 100644 --- a/app-office/kchart/Manifest +++ b/app-office/kchart/Manifest @@ -1,11 +1,13 @@ -MD5 ebd7b99f8152e13d16d73de45d49b3d1 ChangeLog 3947 +MD5 5970fb1e1d28f4b3e028af43c44019fe ChangeLog 4064 MD5 902823ac54984271d00a3e72454440b1 files/digest-kchart-1.4.2 250 MD5 b2c444dbd353b179d6f2f5a770240183 files/digest-kchart-1.5.0 68 +MD5 fe78a2b5bbdc967e525fd94c7a55e241 files/digest-kchart-1.5.1 68 MD5 82af01b67d83c02945f1e26ae9529232 files/digest-kchart-1.5_beta1 253 MD5 a08e04910037e4b3b9e9cbfb92eda61e files/digest-kchart-1.5_beta2 69 MD5 f01ddda79b7e0afa602b27c09ae05217 files/digest-kchart-1.5_rc1 72 MD5 b2be4f48d6c3a22f2b019b15f3901e52 kchart-1.4.2.ebuild 908 MD5 27b03a63d821190094a0af8c01741d9d kchart-1.5.0.ebuild 1097 +MD5 27b03a63d821190094a0af8c01741d9d kchart-1.5.1.ebuild 1097 MD5 ccd720eaac7e71e78e57335104c8a7ac kchart-1.5_beta1.ebuild 1096 MD5 3eb68f06d95c02b23d1a4c497fc89b5d kchart-1.5_beta2.ebuild 1096 MD5 b91fc610273349b8050d275714e73c0c kchart-1.5_rc1.ebuild 1100 diff --git a/app-office/kchart/files/digest-kchart-1.5.1 b/app-office/kchart/files/digest-kchart-1.5.1 new file mode 100644 index 000000000000..9a1f91a3503c --- /dev/null +++ b/app-office/kchart/files/digest-kchart-1.5.1 @@ -0,0 +1 @@ +MD5 50897bd5dfd4eba8a0d78a02003a6ec9 koffice-1.5.1.tar.bz2 36010120 diff --git a/app-office/kchart/kchart-1.5.1.ebuild b/app-office/kchart/kchart-1.5.1.ebuild new file mode 100644 index 000000000000..ca807323d3c7 --- /dev/null +++ b/app-office/kchart/kchart-1.5.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/kchart-1.5.1.ebuild,v 1.1 2006/05/20 15:39:28 carlo 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 ~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 + libkotext lib/kotext + libkwmf lib/kwmf + libkowmf lib/kwmf + libkstore lib/store + libkochart interfaces" + +KMEXTRACTONLY="lib/ + interfaces/" + +KMEXTRA="filters/kchart" + +KMCOMPILEONLY="filters/libdialogfilter" + +need-kde 3.4 + +src_unpack() { + kde-meta_src_unpack unpack + + # We need to compile liboofilter first + echo "SUBDIRS = libdialogfilter kchart" > $S/filters/Makefile.am + + kde-meta_src_unpack makefiles +} |