diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-19 16:37:01 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-19 16:37:01 +0000 |
commit | 5381b54cb31149f5e38f0ac288531d8dc25b0126 (patch) | |
tree | b4094fa5cb606939adbf14ef691a935c47f4a5c9 /app-office/koshell | |
parent | Update to 1.6.0 final. (diff) | |
download | gentoo-2-5381b54cb31149f5e38f0ac288531d8dc25b0126.tar.gz gentoo-2-5381b54cb31149f5e38f0ac288531d8dc25b0126.tar.bz2 gentoo-2-5381b54cb31149f5e38f0ac288531d8dc25b0126.zip |
Update to 1.6.0 final.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'app-office/koshell')
-rw-r--r-- | app-office/koshell/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/koshell/files/digest-koshell-1.6.0 | 3 | ||||
-rw-r--r-- | app-office/koshell/koshell-1.6.0.ebuild | 34 |
3 files changed, 44 insertions, 1 deletions
diff --git a/app-office/koshell/ChangeLog b/app-office/koshell/ChangeLog index 742ddb4dbb45..360913dff607 100644 --- a/app-office/koshell/ChangeLog +++ b/app-office/koshell/ChangeLog @@ -1,6 +1,12 @@ # 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.50 2006/10/17 20:32:04 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.51 2006/10/19 16:37:01 flameeyes Exp $ + +*koshell-1.6.0 (19 Oct 2006) + + 19 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> + -koshell-1.6_beta1.ebuild, -koshell-1.6_rc1.ebuild, +koshell-1.6.0.ebuild: + Update to 1.6.0 final. 17 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> koshell-1.5.2.ebuild: Stable on Alpha. diff --git a/app-office/koshell/files/digest-koshell-1.6.0 b/app-office/koshell/files/digest-koshell-1.6.0 new file mode 100644 index 000000000000..2e01d4cedd36 --- /dev/null +++ b/app-office/koshell/files/digest-koshell-1.6.0 @@ -0,0 +1,3 @@ +MD5 e669cf19b2e1c7db7029c0772c527c0d koffice-1.6.0.tar.bz2 56718478 +RMD160 be09c18005eb33f6dc35ab0359cc97a8a658ce7c koffice-1.6.0.tar.bz2 56718478 +SHA256 9eddaae640ada9bd184f001e2489854daf7094b73e5f15b0b8deffb4cc654ae2 koffice-1.6.0.tar.bz2 56718478 diff --git a/app-office/koshell/koshell-1.6.0.ebuild b/app-office/koshell/koshell-1.6.0.ebuild new file mode 100644 index 000000000000..fe4a095121b2 --- /dev/null +++ b/app-office/koshell/koshell-1.6.0.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.6.0.ebuild,v 1.1 2006/10/19 16:37:01 flameeyes 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="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +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 |