diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-03-11 15:58:55 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-03-11 15:58:55 +0000 |
commit | 6509cd654896ba499be1edcefcd97b04e91cc461 (patch) | |
tree | 8aa36f38c774de3d5cf25028723d924c6cadd64c /app-office | |
parent | Version bump. (diff) | |
download | gentoo-2-6509cd654896ba499be1edcefcd97b04e91cc461.tar.gz gentoo-2-6509cd654896ba499be1edcefcd97b04e91cc461.tar.bz2 gentoo-2-6509cd654896ba499be1edcefcd97b04e91cc461.zip |
Version bump.
(Portage version: 2.0.54)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/kformula/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/kformula/Manifest | 14 | ||||
-rw-r--r-- | app-office/kformula/files/digest-kformula-1.5_beta2 | 1 | ||||
-rw-r--r-- | app-office/kformula/kformula-1.5_beta2.ebuild | 38 |
4 files changed, 48 insertions, 12 deletions
diff --git a/app-office/kformula/ChangeLog b/app-office/kformula/ChangeLog index d5cb85a1ffec..02c167c39c2e 100644 --- a/app-office/kformula/ChangeLog +++ b/app-office/kformula/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kformula # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.29 2006/02/23 03:17:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.30 2006/03/11 15:58:55 carlo Exp $ + +*kformula-1.5_beta2 (11 Mar 2006) + + 11 Mar 2006; Carsten Lohrke <carlo@gentoo.org> +kformula-1.5_beta2.ebuild: + Version bump. 23 Feb 2006; Aron Griffis <agriffis@gentoo.org> kformula-1.4.2.ebuild: Mark 1.4.2 stable on ia64 diff --git a/app-office/kformula/Manifest b/app-office/kformula/Manifest index 9d79d331b188..4d5cdda0f771 100644 --- a/app-office/kformula/Manifest +++ b/app-office/kformula/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 fd21f5454da34ba21654e02c7b50d64d ChangeLog 3300 +MD5 3a3e9002083aa6652656b9e3478cc979 ChangeLog 3429 MD5 cf5b314fdf4094ea845edfddf2cf39b5 files/digest-kformula-1.4.2 68 MD5 82af01b67d83c02945f1e26ae9529232 files/digest-kformula-1.5_beta1 253 +MD5 a08e04910037e4b3b9e9cbfb92eda61e files/digest-kformula-1.5_beta2 69 MD5 ec5d94a086bb22c0d0aafe11953da0ca kformula-1.4.2.ebuild 855 MD5 02af812cdd0a56074c984a968c8994b3 kformula-1.5_beta1.ebuild 819 +MD5 02af812cdd0a56074c984a968c8994b3 kformula-1.5_beta2.ebuild 819 MD5 02039d51ca4a42817775fd436dfaa956 metadata.xml 157 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFD/SlwJrHF4yAQTrARAtt2AKDL5zsTJA1MtUoT9iF1VX4vmzqu/QCfTlZm -M0Y0zB9vU9VQYo5m69KI2mI= -=LplO ------END PGP SIGNATURE----- diff --git a/app-office/kformula/files/digest-kformula-1.5_beta2 b/app-office/kformula/files/digest-kformula-1.5_beta2 new file mode 100644 index 000000000000..00714a77907c --- /dev/null +++ b/app-office/kformula/files/digest-kformula-1.5_beta2 @@ -0,0 +1 @@ +MD5 ddeca5c989e892baf4871a443fd2daea koffice-1.4.95.tar.bz2 36891017 diff --git a/app-office/kformula/kformula-1.5_beta2.ebuild b/app-office/kformula/kformula-1.5_beta2.ebuild new file mode 100644 index 000000000000..ee62b64a683d --- /dev/null +++ b/app-office/kformula/kformula-1.5_beta2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/kformula-1.5_beta2.ebuild,v 1.1 2006/03/11 15:58:55 carlo Exp $ + +MAXKOFFICEVER=${PV} +KMNAME=koffice +inherit kde-meta eutils + +DESCRIPTION="KOffice formula editor." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~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" + +KMEXTRACTONLY="lib/" + +KMEXTRA="filters/kformula" + +need-kde 3.4 + + |