diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-03-29 15:10:09 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-03-29 15:10:09 +0000 |
commit | c58075d90f3a6bf7dce18c3602480580d09b7d49 (patch) | |
tree | 74b33d0188b91ed85a52f04692720ed10b83edb1 /app-office | |
parent | Version bump. (diff) | |
download | gentoo-2-c58075d90f3a6bf7dce18c3602480580d09b7d49.tar.gz gentoo-2-c58075d90f3a6bf7dce18c3602480580d09b7d49.tar.bz2 gentoo-2-c58075d90f3a6bf7dce18c3602480580d09b7d49.zip |
Version bump.
(Portage version: 2.0.54)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/koshell/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/koshell/Manifest | 4 | ||||
-rw-r--r-- | app-office/koshell/files/digest-koshell-1.5_rc1 | 1 | ||||
-rw-r--r-- | app-office/koshell/koshell-1.5_rc1.ebuild | 34 |
4 files changed, 44 insertions, 2 deletions
diff --git a/app-office/koshell/ChangeLog b/app-office/koshell/ChangeLog index 27ccca0fc029..0dd3449b4816 100644 --- a/app-office/koshell/ChangeLog +++ b/app-office/koshell/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/koshell # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.30 2006/03/11 15:49:58 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.31 2006/03/29 15:10:09 carlo Exp $ + +*koshell-1.5_rc1 (29 Mar 2006) + + 29 Mar 2006; Carsten Lohrke <carlo@gentoo.org> +koshell-1.5_rc1.ebuild: + Version bump. *koshell-1.5_beta2 (11 Mar 2006) diff --git a/app-office/koshell/Manifest b/app-office/koshell/Manifest index c65c57ee82b5..6905ebc53ff3 100644 --- a/app-office/koshell/Manifest +++ b/app-office/koshell/Manifest @@ -1,8 +1,10 @@ -MD5 bdffcc968b2688e424ecf7545980d7eb ChangeLog 3384 +MD5 6d1c8c580f64abcc67bf32f70d542468 ChangeLog 3507 MD5 902823ac54984271d00a3e72454440b1 files/digest-koshell-1.4.2 250 MD5 82af01b67d83c02945f1e26ae9529232 files/digest-koshell-1.5_beta1 253 MD5 a08e04910037e4b3b9e9cbfb92eda61e files/digest-koshell-1.5_beta2 69 +MD5 f01ddda79b7e0afa602b27c09ae05217 files/digest-koshell-1.5_rc1 72 MD5 46e5b89e805b6905c235eb8a840ed7a3 koshell-1.4.2.ebuild 818 MD5 4c1ab0dd28c5545a446cec5d0ad4d7da koshell-1.5_beta1.ebuild 782 MD5 16a6f488bdd5347ea2d310066d91476d koshell-1.5_beta2.ebuild 782 +MD5 4c1ab0dd28c5545a446cec5d0ad4d7da koshell-1.5_rc1.ebuild 782 MD5 02039d51ca4a42817775fd436dfaa956 metadata.xml 157 diff --git a/app-office/koshell/files/digest-koshell-1.5_rc1 b/app-office/koshell/files/digest-koshell-1.5_rc1 new file mode 100644 index 000000000000..cf4d6b4f0ae2 --- /dev/null +++ b/app-office/koshell/files/digest-koshell-1.5_rc1 @@ -0,0 +1 @@ +MD5 e9346977d18c67185d5b50f49ee8225b koffice-1.5.0-rc1.tar.bz2 35965316 diff --git a/app-office/koshell/koshell-1.5_rc1.ebuild b/app-office/koshell/koshell-1.5_rc1.ebuild new file mode 100644 index 000000000000..5f9233222010 --- /dev/null +++ b/app-office/koshell/koshell-1.5_rc1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/koshell-1.5_rc1.ebuild,v 1.1 2006/03/29 15:10:09 carlo Exp $ + +MAXKOFFICEVER=${PV} +KMNAME=koffice +inherit kde-meta eutils + +DESCRIPTION="KOffice workspace." +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/" + +need-kde 3.4 |