diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-02-09 03:25:14 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-02-09 03:25:14 +0000 |
commit | 1ef11e7a9c043b9bc6f1fb2595ea50771fc0e519 (patch) | |
tree | 79096013851963b54617577f54e44ec74949d3ab /app-office/kformula | |
parent | Initial ebuild. (diff) | |
download | historical-1ef11e7a9c043b9bc6f1fb2595ea50771fc0e519.tar.gz historical-1ef11e7a9c043b9bc6f1fb2595ea50771fc0e519.tar.bz2 historical-1ef11e7a9c043b9bc6f1fb2595ea50771fc0e519.zip |
version bump
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-office/kformula')
-rw-r--r-- | app-office/kformula/ChangeLog | 9 | ||||
-rw-r--r-- | app-office/kformula/Manifest | 4 | ||||
-rw-r--r-- | app-office/kformula/files/digest-kformula-1.5_beta1 | 1 | ||||
-rw-r--r-- | app-office/kformula/kformula-1.5_beta1.ebuild | 38 |
4 files changed, 49 insertions, 3 deletions
diff --git a/app-office/kformula/ChangeLog b/app-office/kformula/ChangeLog index f9cee636bb35..2d0d10cc8047 100644 --- a/app-office/kformula/ChangeLog +++ b/app-office/kformula/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kformula -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.24 2005/12/20 19:23:58 carlo Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.25 2006/02/09 03:16:00 carlo Exp $ + +*kformula-1.5_beta1 (09 Feb 2006) + + 09 Feb 2006; Carsten Lohrke <carlo@gentoo.org> +kformula-1.5_beta1.ebuild: + version bump 20 Dec 2005; Carsten Lohrke <carlo@gentoo.org> -kformula-1.3.5.ebuild, -kformula-1.4.1.ebuild: diff --git a/app-office/kformula/Manifest b/app-office/kformula/Manifest index 82d3fb68b24a..30b86833de27 100644 --- a/app-office/kformula/Manifest +++ b/app-office/kformula/Manifest @@ -1,4 +1,6 @@ -MD5 56e1a823cc95285bee6df05076390167 ChangeLog 2749 +MD5 71778858ff24c054d351aeacc9d7dd5b ChangeLog 2877 MD5 cf5b314fdf4094ea845edfddf2cf39b5 files/digest-kformula-1.4.2 68 +MD5 ec887471013626485519bfca72ab7281 files/digest-kformula-1.5_beta1 69 MD5 2d2f438b97a81b30aca78c6a3f9ece8c kformula-1.4.2.ebuild 855 +MD5 03966634b2f675450cd5cebe70e35fc2 kformula-1.5_beta1.ebuild 796 MD5 02039d51ca4a42817775fd436dfaa956 metadata.xml 157 diff --git a/app-office/kformula/files/digest-kformula-1.5_beta1 b/app-office/kformula/files/digest-kformula-1.5_beta1 new file mode 100644 index 000000000000..61ed3d6fc510 --- /dev/null +++ b/app-office/kformula/files/digest-kformula-1.5_beta1 @@ -0,0 +1 @@ +MD5 99a8de4e93b00e1c3148a5f96b67d966 koffice-1.4.90.tar.bz2 42444039 diff --git a/app-office/kformula/kformula-1.5_beta1.ebuild b/app-office/kformula/kformula-1.5_beta1.ebuild new file mode 100644 index 000000000000..3c34e2621cf4 --- /dev/null +++ b/app-office/kformula/kformula-1.5_beta1.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_beta1.ebuild,v 1.1 2006/02/09 03:16:00 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="~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 + + |