diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-25 20:29:47 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-25 20:29:47 +0000 |
commit | 484750b25572fbc4bba8251bb1869d5ff3717570 (patch) | |
tree | f0d4b346fcb6c276036ce2f3c0c20631c2b0c5a6 /app-office/koshell | |
parent | New version. (diff) | |
download | gentoo-2-484750b25572fbc4bba8251bb1869d5ff3717570.tar.gz gentoo-2-484750b25572fbc4bba8251bb1869d5ff3717570.tar.bz2 gentoo-2-484750b25572fbc4bba8251bb1869d5ff3717570.zip |
New version.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-office/koshell')
-rw-r--r-- | app-office/koshell/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/koshell/files/digest-koshell-1.4.1 | 1 | ||||
-rw-r--r-- | app-office/koshell/koshell-1.4.1.ebuild | 35 |
3 files changed, 42 insertions, 1 deletions
diff --git a/app-office/koshell/ChangeLog b/app-office/koshell/ChangeLog index 6183bc9d4b80..97d2843d11d4 100644 --- a/app-office/koshell/ChangeLog +++ b/app-office/koshell/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/koshell # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.10 2005/07/12 19:34:51 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.11 2005/07/25 20:25:52 greg_g Exp $ + +*koshell-1.4.1 (25 Jul 2005) + + 25 Jul 2005; Gregorio Guidi <greg_g@gentoo.org> +koshell-1.4.1.ebuild: + New version. 12 Jul 2005; Joseph Jezak <josejx@gentoo.org> koshell-1.3.5.ebuild: Marked ppc stable, thanks bambam. diff --git a/app-office/koshell/files/digest-koshell-1.4.1 b/app-office/koshell/files/digest-koshell-1.4.1 new file mode 100644 index 000000000000..47d9bab5c838 --- /dev/null +++ b/app-office/koshell/files/digest-koshell-1.4.1 @@ -0,0 +1 @@ +MD5 91a7b68757addc5934c5a8209a4926d5 koffice-1.4.1.tar.bz2 19364338 diff --git a/app-office/koshell/koshell-1.4.1.ebuild b/app-office/koshell/koshell-1.4.1.ebuild new file mode 100644 index 000000000000..a8a6c86fa8c2 --- /dev/null +++ b/app-office/koshell/koshell-1.4.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/koshell-1.4.1.ebuild,v 1.1 2005/07/25 20:25:52 greg_g 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 ~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 + libkoscript lib/koscript + libkotext lib/kotext + libkwmf lib/kwmf + libkowmf lib/kwmf + libkstore lib/store" + +KMEXTRACTONLY="lib/" + +need-kde 3.3 |