diff options
48 files changed, 936 insertions, 16 deletions
diff --git a/app-office/karbon/ChangeLog b/app-office/karbon/ChangeLog index bd29b3795a1b..c16abcf576a2 100644 --- a/app-office/karbon/ChangeLog +++ b/app-office/karbon/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/karbon # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.43 2006/09/07 14:08:41 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.44 2006/09/15 18:43:15 carlo Exp $ + +*karbon-1.6_beta1 (15 Sep 2006) + + 15 Sep 2006; Carsten Lohrke <carlo@gentoo.org> +karbon-1.6_beta1.ebuild: + Version bump. 07 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> karbon-1.5.1.ebuild: Stable on sparc diff --git a/app-office/karbon/files/digest-karbon-1.6_beta1 b/app-office/karbon/files/digest-karbon-1.6_beta1 new file mode 100644 index 000000000000..a68717744650 --- /dev/null +++ b/app-office/karbon/files/digest-karbon-1.6_beta1 @@ -0,0 +1,3 @@ +MD5 c7aeaf362210ff2e52d610bdbe2c91fd koffice-1.5.91.tar.bz2 54138646 +RMD160 8b412a4d6199cec32fd4a43660abb1352d675dd4 koffice-1.5.91.tar.bz2 54138646 +SHA256 2e1cbd20c8201a9d2d4c14fa4184b112d90a8f8bb089915f4d748eb9f8cef7aa koffice-1.5.91.tar.bz2 54138646 diff --git a/app-office/karbon/karbon-1.6_beta1.ebuild b/app-office/karbon/karbon-1.6_beta1.ebuild new file mode 100644 index 000000000000..4357a394acc0 --- /dev/null +++ b/app-office/karbon/karbon-1.6_beta1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/karbon-1.6_beta1.ebuild,v 1.1 2006/09/15 18:43:15 carlo Exp $ + +MAXKOFFICEVER=${PV} +KMNAME=koffice +inherit kde-meta eutils + +DESCRIPTION="KOffice vector drawing application." +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) + >=media-gfx/imagemagick-5.5.2 + >=media-libs/freetype-2 + media-libs/fontconfig + media-libs/libart_lgpl" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +KMCOPYLIB=" + libkformula lib/kformula + libkofficecore lib/kofficecore + libkofficeui lib/kofficeui + libkopainter lib/kopainter + libkopalette lib/kopalette + libkotext lib/kotext + libkwmf lib/kwmf + libkowmf lib/kwmf + libkstore lib/store" + +KMEXTRACTONLY="lib/" + +KMCOMPILEONLY="filters/liboofilter" + +KMEXTRA="filters/karbon" + +need-kde 3.4 + +src_unpack() { + kde-meta_src_unpack unpack + + # We need to compile liboofilter first + echo "SUBDIRS = liboofilter karbon" > $S/filters/Makefile.am + + kde-meta_src_unpack makefiles +} diff --git a/app-office/kchart/ChangeLog b/app-office/kchart/ChangeLog index 9d3e513f16db..5f50314cb9a1 100644 --- a/app-office/kchart/ChangeLog +++ b/app-office/kchart/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kchart # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.44 2006/09/07 14:09:42 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.45 2006/09/15 18:41:47 carlo Exp $ + +*kchart-1.6_beta1 (15 Sep 2006) + + 15 Sep 2006; Carsten Lohrke <carlo@gentoo.org> +kchart-1.6_beta1.ebuild: + Version bump. 07 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> kchart-1.5.1.ebuild: Stable on sparc diff --git a/app-office/kchart/files/digest-kchart-1.6_beta1 b/app-office/kchart/files/digest-kchart-1.6_beta1 new file mode 100644 index 000000000000..a68717744650 --- /dev/null +++ b/app-office/kchart/files/digest-kchart-1.6_beta1 @@ -0,0 +1,3 @@ +MD5 c7aeaf362210ff2e52d610bdbe2c91fd koffice-1.5.91.tar.bz2 54138646 +RMD160 8b412a4d6199cec32fd4a43660abb1352d675dd4 koffice-1.5.91.tar.bz2 54138646 +SHA256 2e1cbd20c8201a9d2d4c14fa4184b112d90a8f8bb089915f4d748eb9f8cef7aa koffice-1.5.91.tar.bz2 54138646 diff --git a/app-office/kchart/kchart-1.6_beta1.ebuild b/app-office/kchart/kchart-1.6_beta1.ebuild new file mode 100644 index 000000000000..354efa5113e6 --- /dev/null +++ b/app-office/kchart/kchart-1.6_beta1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/kchart-1.6_beta1.ebuild,v 1.1 2006/09/15 18:41:47 carlo Exp $ + +MAXKOFFICEVER=${PV} +KMNAME=koffice +inherit kde-meta eutils + +DESCRIPTION="KOffice integrated graph and chart drawing tool." +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 + libkochart interfaces" + +KMEXTRACTONLY="lib/ + interfaces/" + +KMEXTRA="filters/kchart" + +KMCOMPILEONLY="filters/libdialogfilter" + +need-kde 3.4 + +src_unpack() { + kde-meta_src_unpack unpack + + # We need to compile liboofilter first + echo "SUBDIRS = libdialogfilter kchart" > $S/filters/Makefile.am + + kde-meta_src_unpack makefiles +} diff --git a/app-office/kexi/ChangeLog b/app-office/kexi/ChangeLog index ee023aa6e205..5066869ca565 100644 --- a/app-office/kexi/ChangeLog +++ b/app-office/kexi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kexi # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/ChangeLog,v 1.44 2006/09/07 14:11:11 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/ChangeLog,v 1.45 2006/09/15 18:48:21 carlo Exp $ + +*kexi-1.6_beta1 (15 Sep 2006) + + 15 Sep 2006; Carsten Lohrke <carlo@gentoo.org> +kexi-1.6_beta1.ebuild: + Version bump. 07 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> kexi-1.5.1.ebuild: Stable on sparc diff --git a/app-office/kexi/files/digest-kexi-1.6_beta1 b/app-office/kexi/files/digest-kexi-1.6_beta1 new file mode 100644 index 000000000000..a68717744650 --- /dev/null +++ b/app-office/kexi/files/digest-kexi-1.6_beta1 @@ -0,0 +1,3 @@ +MD5 c7aeaf362210ff2e52d610bdbe2c91fd koffice-1.5.91.tar.bz2 54138646 +RMD160 8b412a4d6199cec32fd4a43660abb1352d675dd4 koffice-1.5.91.tar.bz2 54138646 +SHA256 2e1cbd20c8201a9d2d4c14fa4184b112d90a8f8bb089915f4d748eb9f8cef7aa koffice-1.5.91.tar.bz2 54138646 diff --git a/app-office/kexi/kexi-1.6_beta1.ebuild b/app-office/kexi/kexi-1.6_beta1.ebuild new file mode 100644 index 000000000000..a257c1a53e98 --- /dev/null +++ b/app-office/kexi/kexi-1.6_beta1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/kexi-1.6_beta1.ebuild,v 1.1 2006/09/15 18:48:21 carlo Exp $ + +MAXKOFFICEVER=${PV} +KMNAME=koffice +inherit kde-meta eutils + +DESCRIPTION="KOffice integrated environment for database management." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="mysql postgres" + +RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs) + sys-libs/readline + mysql? ( dev-db/mysql ) + postgres? ( dev-libs/libpqxx )" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +KMCOPYLIB=" + libkformula lib/kformula + libkofficecore lib/kofficecore + libkofficeui lib/kofficeui + libkopainter lib/kopainter + libkoproperty lib/koproperty + libkotext lib/kotext + libkwmf lib/kwmf + libkowmf lib/kwmf + libkstore lib/store + libkrossmain lib/kross/main/ + libkrossapi lib/kross/api/" + +KMEXTRACTONLY="lib/" + +need-kde 3.4 + +src_compile() { + local myconf="$(use_enable mysql) $(use_enable postgres pgsql) --enable-kexi-reports" + + kde-meta_src_compile +} diff --git a/app-office/kformula/ChangeLog b/app-office/kformula/ChangeLog index 7d8b853528cc..738ef2baee89 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.43 2006/09/07 14:12:21 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.44 2006/09/15 18:39:22 carlo Exp $ + +*kformula-1.6_beta1 (15 Sep 2006) + + 15 Sep 2006; Carsten Lohrke <carlo@gentoo.org> +kformula-1.6_beta1.ebuild: + Version bump. 07 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> kformula-1.5.1.ebuild: Stable on sparc diff --git a/app-office/kformula/files/digest-kformula-1.6_beta1 b/app-office/kformula/files/digest-kformula-1.6_beta1 new file mode 100644 index 000000000000..a68717744650 --- /dev/null +++ b/app-office/kformula/files/digest-kformula-1.6_beta1 @@ -0,0 +1,3 @@ +MD5 c7aeaf362210ff2e52d610bdbe2c91fd koffice-1.5.91.tar.bz2 54138646 +RMD160 8b412a4d6199cec32fd4a43660abb1352d675dd4 koffice-1.5.91.tar.bz2 54138646 +SHA256 2e1cbd20c8201a9d2d4c14fa4184b112d90a8f8bb089915f4d748eb9f8cef7aa koffice-1.5.91.tar.bz2 54138646 diff --git a/app-office/kformula/kformula-1.6_beta1.ebuild b/app-office/kformula/kformula-1.6_beta1.ebuild new file mode 100644 index 000000000000..34a50b71cbaa --- /dev/null +++ b/app-office/kformula/kformula-1.6_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.6_beta1.ebuild,v 1.1 2006/09/15 18:39:22 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="~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/" + +KMEXTRA="filters/kformula" + +need-kde 3.4 + + diff --git a/app-office/kivio/ChangeLog b/app-office/kivio/ChangeLog index c13c3607024f..e3abefe4b4ef 100644 --- a/app-office/kivio/ChangeLog +++ b/app-office/kivio/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kivio # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kivio/ChangeLog,v 1.43 2006/09/07 14:13:22 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kivio/ChangeLog,v 1.44 2006/09/15 18:53:16 carlo Exp $ + +*kivio-1.6_beta1 (15 Sep 2006) + + 15 Sep 2006; Carsten Lohrke <carlo@gentoo.org> +kivio-1.6_beta1.ebuild: + Version bump. 07 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> kivio-1.5.1.ebuild: Stable on sparc diff --git a/app-office/kivio/files/digest-kivio-1.6_beta1 b/app-office/kivio/files/digest-kivio-1.6_beta1 new file mode 100644 index 000000000000..a68717744650 --- /dev/null +++ b/app-office/kivio/files/digest-kivio-1.6_beta1 @@ -0,0 +1,3 @@ +MD5 c7aeaf362210ff2e52d610bdbe2c91fd koffice-1.5.91.tar.bz2 54138646 +RMD160 8b412a4d6199cec32fd4a43660abb1352d675dd4 koffice-1.5.91.tar.bz2 54138646 +SHA256 2e1cbd20c8201a9d2d4c14fa4184b112d90a8f8bb089915f4d748eb9f8cef7aa koffice-1.5.91.tar.bz2 54138646 diff --git a/app-office/kivio/kivio-1.6_beta1.ebuild b/app-office/kivio/kivio-1.6_beta1.ebuild new file mode 100644 index 000000000000..6f76db4ec462 --- /dev/null +++ b/app-office/kivio/kivio-1.6_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/kivio/kivio-1.6_beta1.ebuild,v 1.1 2006/09/15 18:53:16 carlo Exp $ + +MAXKOFFICEVER=${PV} +KMNAME=koffice +inherit kde-meta eutils + +DESCRIPTION="KOffice flowchart and diagram tool." +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) + dev-lang/python" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +KMCOPYLIB=" + libkformula lib/kformula + libkofficecore lib/kofficecore + libkofficeui lib/kofficeui + libkopainter lib/kopainter + libkopalette lib/kopalette + libkotext lib/kotext + libkwmf lib/kwmf + libkowmf lib/kwmf + libkstore lib/store" + +KMEXTRACTONLY="lib/" + +KMEXTRA="filters/kivio" + +need-kde 3.4 diff --git a/app-office/koffice-data/ChangeLog b/app-office/koffice-data/ChangeLog index eca29e563827..e88287c54288 100644 --- a/app-office/koffice-data/ChangeLog +++ b/app-office/koffice-data/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/koffice-data # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-data/ChangeLog,v 1.45 2006/09/07 14:06:28 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-data/ChangeLog,v 1.46 2006/09/15 18:37:03 carlo Exp $ + +*koffice-data-1.6_beta1 (15 Sep 2006) + + 15 Sep 2006; Carsten Lohrke <carlo@gentoo.org> + +koffice-data-1.6_beta1.ebuild: + Version bump. 07 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> koffice-data-1.5.1.ebuild: diff --git a/app-office/koffice-data/files/digest-koffice-data-1.6_beta1 b/app-office/koffice-data/files/digest-koffice-data-1.6_beta1 new file mode 100644 index 000000000000..a68717744650 --- /dev/null +++ b/app-office/koffice-data/files/digest-koffice-data-1.6_beta1 @@ -0,0 +1,3 @@ +MD5 c7aeaf362210ff2e52d610bdbe2c91fd koffice-1.5.91.tar.bz2 54138646 +RMD160 8b412a4d6199cec32fd4a43660abb1352d675dd4 koffice-1.5.91.tar.bz2 54138646 +SHA256 2e1cbd20c8201a9d2d4c14fa4184b112d90a8f8bb089915f4d748eb9f8cef7aa koffice-1.5.91.tar.bz2 54138646 diff --git a/app-office/koffice-data/koffice-data-1.6_beta1.ebuild b/app-office/koffice-data/koffice-data-1.6_beta1.ebuild new file mode 100644 index 000000000000..7f684c615cf2 --- /dev/null +++ b/app-office/koffice-data/koffice-data-1.6_beta1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-data/koffice-data-1.6_beta1.ebuild,v 1.1 2006/09/15 18:37:03 carlo Exp $ + +MAXKOFFICEVER=${PV} +KMNAME=koffice +KMMODULE= +inherit kde-meta eutils + +DESCRIPTION="Shared KOffice data files." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="" + +DEPEND="dev-util/pkgconfig" + +KMEXTRA=" + mimetypes/ + servicetypes/ + pics/ + templates/ + autocorrect/" + +need-kde 3.4 diff --git a/app-office/koffice-libs/ChangeLog b/app-office/koffice-libs/ChangeLog index bef87c19fb25..6dd4654df7af 100644 --- a/app-office/koffice-libs/ChangeLog +++ b/app-office/koffice-libs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/koffice-libs # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/ChangeLog,v 1.50 2006/09/07 14:07:30 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/ChangeLog,v 1.51 2006/09/15 18:38:14 carlo Exp $ + +*koffice-libs-1.6_beta1 (15 Sep 2006) + + 15 Sep 2006; Carsten Lohrke <carlo@gentoo.org> + +koffice-libs-1.6_beta1.ebuild: + Version bump. 07 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> koffice-libs-1.5.1.ebuild: diff --git a/app-office/koffice-libs/files/digest-koffice-libs-1.6_beta1 b/app-office/koffice-libs/files/digest-koffice-libs-1.6_beta1 new file mode 100644 index 000000000000..a68717744650 --- /dev/null +++ b/app-office/koffice-libs/files/digest-koffice-libs-1.6_beta1 @@ -0,0 +1,3 @@ +MD5 c7aeaf362210ff2e52d610bdbe2c91fd koffice-1.5.91.tar.bz2 54138646 +RMD160 8b412a4d6199cec32fd4a43660abb1352d675dd4 koffice-1.5.91.tar.bz2 54138646 +SHA256 2e1cbd20c8201a9d2d4c14fa4184b112d90a8f8bb089915f4d748eb9f8cef7aa koffice-1.5.91.tar.bz2 54138646 diff --git a/app-office/koffice-libs/koffice-libs-1.6_beta1.ebuild b/app-office/koffice-libs/koffice-libs-1.6_beta1.ebuild new file mode 100644 index 000000000000..fc7b5f752485 --- /dev/null +++ b/app-office/koffice-libs/koffice-libs-1.6_beta1.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/koffice-libs-1.6_beta1.ebuild,v 1.1 2006/09/15 18:38:14 carlo Exp $ + +MAXKOFFICEVER=${PV} +KMNAME=koffice +KMMODULE=lib +inherit kde-meta eutils + +DESCRIPTION="Shared KOffice libraries." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="doc" + +RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-data) + virtual/python + dev-lang/ruby" + +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen ) + dev-util/pkgconfig" + +KMEXTRA="interfaces/ + plugins/ + tools/ + filters/olefilters/ + filters/xsltfilter/ + filters/generic_wrapper/ + kounavail/ + doc/api/ + doc/koffice/ + doc/thesaurus/" + +KMEXTRACTONLY=" + kchart/kdchart/" + +need-kde 3.4 + +src_unpack() { + kde-meta_src_unpack unpack + + # Force the compilation of libkopainter. + sed -i 's:$(KOPAINTERDIR):kopainter:' $S/lib/Makefile.am + + kde-meta_src_unpack makefiles +} + +src_compile() { + local myconf="--enable-scripting --with-pythonfir=${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages" + kde-meta_src_compile + if use doc; then + make apidox || die + fi +} + +src_install() { + kde-meta_src_install + if use doc; then + make DESTDIR=${D} install-apidox || die + fi +} diff --git a/app-office/koffice-meta/ChangeLog b/app-office/koffice-meta/ChangeLog index d0355fb58eb6..5c0b29b04311 100644 --- a/app-office/koffice-meta/ChangeLog +++ b/app-office/koffice-meta/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/koffice-meta # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-meta/ChangeLog,v 1.45 2006/09/07 14:22:32 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-meta/ChangeLog,v 1.46 2006/09/15 18:54:11 carlo Exp $ + +*koffice-meta-1.6_beta1 (15 Sep 2006) + + 15 Sep 2006; Carsten Lohrke <carlo@gentoo.org> + +koffice-meta-1.6_beta1.ebuild: + Version bump. 07 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> koffice-meta-1.5.1.ebuild: diff --git a/app-office/koffice-meta/files/digest-koffice-meta-1.6_beta1 b/app-office/koffice-meta/files/digest-koffice-meta-1.6_beta1 new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/app-office/koffice-meta/files/digest-koffice-meta-1.6_beta1 @@ -0,0 +1 @@ + diff --git a/app-office/koffice-meta/koffice-meta-1.6_beta1.ebuild b/app-office/koffice-meta/koffice-meta-1.6_beta1.ebuild new file mode 100644 index 000000000000..78ca743505aa --- /dev/null +++ b/app-office/koffice-meta/koffice-meta-1.6_beta1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-meta/koffice-meta-1.6_beta1.ebuild,v 1.1 2006/09/15 18:54:11 carlo Exp $ + +MAXKOFFICEVER=${PV} +inherit kde-functions + +DESCRIPTION="KOffice - merge this to pull in all KOffice-derived packages." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/karbon) + $(deprange $PV $MAXKOFFICEVER app-office/kchart) + $(deprange $PV $MAXKOFFICEVER app-office/kexi) + $(deprange $PV $MAXKOFFICEVER app-office/kformula) + $(deprange $PV $MAXKOFFICEVER app-office/kivio) + $(deprange $PV $MAXKOFFICEVER app-office/koffice-data) + $(deprange $PV $MAXKOFFICEVER app-office/koffice-libs) + $(deprange $PV $MAXKOFFICEVER app-office/koshell) + $(deprange $PV $MAXKOFFICEVER app-office/kplato) + $(deprange $PV $MAXKOFFICEVER app-office/kpresenter) + $(deprange $PV $MAXKOFFICEVER app-office/krita) + $(deprange $PV $MAXKOFFICEVER app-office/kspread) + $(deprange $PV $MAXKOFFICEVER app-office/kugar) + $(deprange $PV $MAXKOFFICEVER app-office/kword)" diff --git a/app-office/koffice/ChangeLog b/app-office/koffice/ChangeLog index e14b538d3700..77a668a09a60 100644 --- a/app-office/koffice/ChangeLog +++ b/app-office/koffice/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/koffice # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.179 2006/09/08 18:31:29 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.180 2006/09/15 18:35:43 carlo Exp $ + +*koffice-1.6_beta1 (15 Sep 2006) + + 15 Sep 2006; Carsten Lohrke <carlo@gentoo.org> +koffice-1.6_beta1.ebuild: + Version bump. 08 Sep 2006; Carsten Lohrke <carlo@gentoo.org> koffice-1.5.2-r1.ebuild: Disable broken tests. diff --git a/app-office/koffice/files/digest-koffice-1.6_beta1 b/app-office/koffice/files/digest-koffice-1.6_beta1 new file mode 100644 index 000000000000..a68717744650 --- /dev/null +++ b/app-office/koffice/files/digest-koffice-1.6_beta1 @@ -0,0 +1,3 @@ +MD5 c7aeaf362210ff2e52d610bdbe2c91fd koffice-1.5.91.tar.bz2 54138646 +RMD160 8b412a4d6199cec32fd4a43660abb1352d675dd4 koffice-1.5.91.tar.bz2 54138646 +SHA256 2e1cbd20c8201a9d2d4c14fa4184b112d90a8f8bb089915f4d748eb9f8cef7aa koffice-1.5.91.tar.bz2 54138646 diff --git a/app-office/koffice/koffice-1.6_beta1.ebuild b/app-office/koffice/koffice-1.6_beta1.ebuild new file mode 100644 index 000000000000..b114e7afe17c --- /dev/null +++ b/app-office/koffice/koffice-1.6_beta1.ebuild @@ -0,0 +1,94 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.6_beta1.ebuild,v 1.1 2006/09/15 18:35:43 carlo Exp $ + +inherit kde + +RV="1.5.91" +MY_P="koffice-${RV}" +S="${WORKDIR}/${MY_P}" + +DESCRIPTION="KOffice is an integrated office suite for KDE, the K Desktop Environment." +HOMEPAGE="http://www.koffice.org/" +#SRC_URI="mirror://kde/stable/koffice-${PV}/src/${P}.tar.bz2" +SRC_URI="mirror://kde/unstable/koffice-${PV/_/-}/${MY_P}.tar.bz2" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +# See bug #130442. +#IUSE="doc mysql opengl postgres" +IUSE="doc mysql postgres" + +RDEPEND=">=media-libs/freetype-2 + media-libs/fontconfig + media-libs/libart_lgpl + dev-libs/libxml2 + dev-libs/libxslt + sys-libs/readline + mysql? ( dev-db/mysql ) + postgres? ( dev-libs/libpqxx ) + virtual/python + dev-lang/ruby + >=app-text/wv2-0.1.9 + >=app-text/libwpd-0.8.2 + >=media-gfx/imagemagick-6.2.5.5 + >=media-libs/lcms-1.14-r1 + media-libs/tiff + media-libs/jpeg + >=media-libs/openexr-1.2.2-r2 + media-libs/libpng + >=media-libs/libexif-0.6.13-r1 + virtual/opengl + virtual/glu" +# opengl? ( virtual/opengl virtual/glu )" + +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen )" + +# add blockers on split packages derived from this one +for x in $(get-child-packages ${CATEGORY}/${PN}); do + DEPEND="${DEPEND} !${x}" + RDEPEND="${RDEPEND} !${x}" +done + +need-kde 3.4 + +# TODO: kword sql plugin needs Qt compiled with sql support +# the dependency on python is needed for scripting support in kexi +# and for kivio/kiviopart/kiviosdk. + +pkg_setup() { + # use opengl && + if ! built_with_use =x11-libs/qt-3* opengl ; then + eerror "You need to build x11-libs/qt with opengl use flag enabled." + die + fi +} + +src_unpack() { + kde_src_unpack + # FIXME - disable broken tests for now + sed -i -e "s:TESTSDIR =.*:TESTSDIR=:" ${S}/krita/core/Makefile.am \ + `ls ${S}/krita/colorspaces/*/Makefile.am` +} + +src_compile() { + local myconf="$(use_enable mysql) $(use_enable postgres pgsql)" + # $(use_enable opengl gl)" + + kde_src_compile + if use doc; then + make apidox || die + fi +} + +src_install() { + kde_src_install + if use doc; then + make DESTDIR="${D}" install-apidox || die + fi + + dodoc changes-* +} diff --git a/app-office/koshell/ChangeLog b/app-office/koshell/ChangeLog index 0f0dca6e04ab..ffb3b28bfbb7 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.43 2006/09/07 14:14:27 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.44 2006/09/15 18:40:29 carlo Exp $ + +*koshell-1.6_beta1 (15 Sep 2006) + + 15 Sep 2006; Carsten Lohrke <carlo@gentoo.org> +koshell-1.6_beta1.ebuild: + Version bump. 07 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> koshell-1.5.1.ebuild: Stable on sparc diff --git a/app-office/koshell/files/digest-koshell-1.6_beta1 b/app-office/koshell/files/digest-koshell-1.6_beta1 new file mode 100644 index 000000000000..a68717744650 --- /dev/null +++ b/app-office/koshell/files/digest-koshell-1.6_beta1 @@ -0,0 +1,3 @@ +MD5 c7aeaf362210ff2e52d610bdbe2c91fd koffice-1.5.91.tar.bz2 54138646 +RMD160 8b412a4d6199cec32fd4a43660abb1352d675dd4 koffice-1.5.91.tar.bz2 54138646 +SHA256 2e1cbd20c8201a9d2d4c14fa4184b112d90a8f8bb089915f4d748eb9f8cef7aa koffice-1.5.91.tar.bz2 54138646 diff --git a/app-office/koshell/koshell-1.6_beta1.ebuild b/app-office/koshell/koshell-1.6_beta1.ebuild new file mode 100644 index 000000000000..f21e57380537 --- /dev/null +++ b/app-office/koshell/koshell-1.6_beta1.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_beta1.ebuild,v 1.1 2006/09/15 18:40:29 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="~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 diff --git a/app-office/kplato/ChangeLog b/app-office/kplato/ChangeLog index 1711827fa106..63be9758ca8b 100644 --- a/app-office/kplato/ChangeLog +++ b/app-office/kplato/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kplato # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.19 2006/09/07 14:21:37 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.20 2006/09/15 18:46:56 carlo Exp $ + +*kplato-1.6_beta1 (15 Sep 2006) + + 15 Sep 2006; Carsten Lohrke <carlo@gentoo.org> +kplato-1.6_beta1.ebuild: + Version bump. 07 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> kplato-1.5.1.ebuild: Stable on sparc diff --git a/app-office/kplato/files/digest-kplato-1.6_beta1 b/app-office/kplato/files/digest-kplato-1.6_beta1 new file mode 100644 index 000000000000..a68717744650 --- /dev/null +++ b/app-office/kplato/files/digest-kplato-1.6_beta1 @@ -0,0 +1,3 @@ +MD5 c7aeaf362210ff2e52d610bdbe2c91fd koffice-1.5.91.tar.bz2 54138646 +RMD160 8b412a4d6199cec32fd4a43660abb1352d675dd4 koffice-1.5.91.tar.bz2 54138646 +SHA256 2e1cbd20c8201a9d2d4c14fa4184b112d90a8f8bb089915f4d748eb9f8cef7aa koffice-1.5.91.tar.bz2 54138646 diff --git a/app-office/kplato/kplato-1.6_beta1.ebuild b/app-office/kplato/kplato-1.6_beta1.ebuild new file mode 100644 index 000000000000..77e0489d1d29 --- /dev/null +++ b/app-office/kplato/kplato-1.6_beta1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/kplato-1.6_beta1.ebuild,v 1.1 2006/09/15 18:46:56 carlo Exp $ + +KMNAME=koffice +MAXKOFFICEVER=${PV} +inherit kde-meta eutils + +DESCRIPTION="KPlato is a project management application." +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="libkofficecore lib/kofficecore + libkofficeui lib/kofficeui + libkopainter lib/kopainter + libkstore lib/store" + +KMEXTRACTONLY="lib/ + kugar/" + +KMCOMPILEONLY="" + +KMEXTRA="kdgantt" + +need-kde 3.4 diff --git a/app-office/kpresenter/ChangeLog b/app-office/kpresenter/ChangeLog index 04f6dbc969cf..abf21b3abd42 100644 --- a/app-office/kpresenter/ChangeLog +++ b/app-office/kpresenter/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/kpresenter # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kpresenter/ChangeLog,v 1.43 2006/09/07 14:15:24 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kpresenter/ChangeLog,v 1.44 2006/09/15 18:45:40 carlo Exp $ + +*kpresenter-1.6_beta1 (15 Sep 2006) + + 15 Sep 2006; Carsten Lohrke <carlo@gentoo.org> + +kpresenter-1.6_beta1.ebuild: + Version bump. 07 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> kpresenter-1.5.1.ebuild: diff --git a/app-office/kpresenter/files/digest-kpresenter-1.6_beta1 b/app-office/kpresenter/files/digest-kpresenter-1.6_beta1 new file mode 100644 index 000000000000..a68717744650 --- /dev/null +++ b/app-office/kpresenter/files/digest-kpresenter-1.6_beta1 @@ -0,0 +1,3 @@ +MD5 c7aeaf362210ff2e52d610bdbe2c91fd koffice-1.5.91.tar.bz2 54138646 +RMD160 8b412a4d6199cec32fd4a43660abb1352d675dd4 koffice-1.5.91.tar.bz2 54138646 +SHA256 2e1cbd20c8201a9d2d4c14fa4184b112d90a8f8bb089915f4d748eb9f8cef7aa koffice-1.5.91.tar.bz2 54138646 diff --git a/app-office/kpresenter/kpresenter-1.6_beta1.ebuild b/app-office/kpresenter/kpresenter-1.6_beta1.ebuild new file mode 100644 index 000000000000..aca63f5d637c --- /dev/null +++ b/app-office/kpresenter/kpresenter-1.6_beta1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kpresenter/kpresenter-1.6_beta1.ebuild,v 1.1 2006/09/15 18:45:40 carlo Exp $ + +KMNAME=koffice +MAXKOFFICEVER=${PV} +inherit kde-meta eutils + +DESCRIPTION="KOffice presentation program." +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/" + +KMCOMPILEONLY="filters/liboofilter" + +KMEXTRA="filters/kpresenter + filters/libdialogfilter" + +need-kde 3.4 + +src_unpack() { + kde-meta_src_unpack unpack + + # We need to compile filters first. + echo "SUBDIRS = liboofilter libdialogfilter kpresenter" > $S/filters/Makefile.am + + for i in $(find ${S}/lib -iname "*\.ui"); do + ${QTDIR}/bin/uic ${i} > ${i%.ui}.h + done + + kde-meta_src_unpack makefiles +} diff --git a/app-office/krita/ChangeLog b/app-office/krita/ChangeLog index 72bf7999ac23..0172b4c7ffdc 100644 --- a/app-office/krita/ChangeLog +++ b/app-office/krita/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/krita # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/krita/ChangeLog,v 1.51 2006/09/08 18:32:49 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/krita/ChangeLog,v 1.52 2006/09/15 18:52:06 carlo Exp $ + +*krita-1.6_beta1 (15 Sep 2006) + + 15 Sep 2006; Carsten Lohrke <carlo@gentoo.org> +krita-1.6_beta1.ebuild: + Version bump. 08 Sep 2006; Carsten Lohrke <carlo@gentoo.org> krita-1.5.2-r1.ebuild: Disable broken tests. diff --git a/app-office/krita/files/digest-krita-1.6_beta1 b/app-office/krita/files/digest-krita-1.6_beta1 new file mode 100644 index 000000000000..a68717744650 --- /dev/null +++ b/app-office/krita/files/digest-krita-1.6_beta1 @@ -0,0 +1,3 @@ +MD5 c7aeaf362210ff2e52d610bdbe2c91fd koffice-1.5.91.tar.bz2 54138646 +RMD160 8b412a4d6199cec32fd4a43660abb1352d675dd4 koffice-1.5.91.tar.bz2 54138646 +SHA256 2e1cbd20c8201a9d2d4c14fa4184b112d90a8f8bb089915f4d748eb9f8cef7aa koffice-1.5.91.tar.bz2 54138646 diff --git a/app-office/krita/krita-1.6_beta1.ebuild b/app-office/krita/krita-1.6_beta1.ebuild new file mode 100644 index 000000000000..0a7448d01eba --- /dev/null +++ b/app-office/krita/krita-1.6_beta1.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/krita/krita-1.6_beta1.ebuild,v 1.1 2006/09/15 18:52:06 carlo Exp $ + +MAXKOFFICEVER=${PV} +KMNAME=koffice +inherit kde-meta eutils + +DESCRIPTION="KOffice image manipulation program." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +# See bug #130442. +#IUSE="opengl" +IUSE="" + +DEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs) + >=media-gfx/imagemagick-6.2.5.5 + >=media-libs/lcms-1.14-r1 + media-libs/tiff + media-libs/jpeg + >=media-libs/openexr-1.2.2-r2 + media-libs/libpng + >=media-libs/libexif-0.6.13-r1 + virtual/opengl + virtual/glu" + +#opengl? ( virtual/opengl virtual/glu )" + +KMCOPYLIB="libkformula lib/kformula + libkofficecore lib/kofficecore + libkofficeui lib/kofficeui + libkopainter lib/kopainter + libkopalette lib/kopalette + libkotext lib/kotext + libkwmf lib/kwmf + libkowmf lib/kwmf + libkstore lib/store + libkrossapi lib/kross/api/ + libkrossmain lib/kross/main/" + +KMEXTRACTONLY="lib/" + +KMEXTRA="filters/krita" + +need-kde 3.4 + +pkg_setup() { + # use opengl && + if ! built_with_use =x11-libs/qt-3* opengl ; then + eerror "You need to build x11-libs/qt with opengl use flag enabled." + die + fi +} + +src_unpack() { + kde-meta_src_unpack + # FIXME - disable broken tests for now + sed -i -e "s:TESTSDIR =.*:TESTSDIR=:" ${S}/krita/core/Makefile.am \ + `ls ${S}/krita/colorspaces/*/Makefile.am` +} + +src_compile() { +# local myconf="$(use_with opengl gl)" + + for i in $(find ${S}/lib -iname "*\.ui"); do + ${QTDIR}/bin/uic ${i} > ${i%.ui}.h + done + + kde-meta_src_compile +}
\ No newline at end of file diff --git a/app-office/kspread/ChangeLog b/app-office/kspread/ChangeLog index 6975238b8397..de23abd4c1e9 100644 --- a/app-office/kspread/ChangeLog +++ b/app-office/kspread/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kspread # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/ChangeLog,v 1.52 2006/09/07 14:17:42 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/ChangeLog,v 1.53 2006/09/15 18:49:34 carlo Exp $ + +*kspread-1.6_beta1 (15 Sep 2006) + + 15 Sep 2006; Carsten Lohrke <carlo@gentoo.org> +kspread-1.6_beta1.ebuild: + Version bump. 07 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> kspread-1.5.1.ebuild: Stable on sparc diff --git a/app-office/kspread/files/digest-kspread-1.6_beta1 b/app-office/kspread/files/digest-kspread-1.6_beta1 new file mode 100644 index 000000000000..a68717744650 --- /dev/null +++ b/app-office/kspread/files/digest-kspread-1.6_beta1 @@ -0,0 +1,3 @@ +MD5 c7aeaf362210ff2e52d610bdbe2c91fd koffice-1.5.91.tar.bz2 54138646 +RMD160 8b412a4d6199cec32fd4a43660abb1352d675dd4 koffice-1.5.91.tar.bz2 54138646 +SHA256 2e1cbd20c8201a9d2d4c14fa4184b112d90a8f8bb089915f4d748eb9f8cef7aa koffice-1.5.91.tar.bz2 54138646 diff --git a/app-office/kspread/kspread-1.6_beta1.ebuild b/app-office/kspread/kspread-1.6_beta1.ebuild new file mode 100644 index 000000000000..9125ab246207 --- /dev/null +++ b/app-office/kspread/kspread-1.6_beta1.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/kspread-1.6_beta1.ebuild,v 1.1 2006/09/15 18:49:34 carlo Exp $ + +KMNAME=koffice +MAXKOFFICEVER=${PV} +inherit kde-meta eutils + +DESCRIPTION="KOffice spreadsheet application." +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) + $(deprange $PV $MAXKOFFICEVER app-office/kchart) + $(deprange $PV $MAXKOFFICEVER app-office/kexi)" + +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 + libkochart interfaces + libkrossmain lib/kross/main + libkrossapi lib/kross/api + libkexidb kexi/kexidb + libkexidbparser kexi/kexidb/parser" + +KMEXTRACTONLY="lib/ + interfaces/ + filters/kexi + kexi/" + +KMCOMPILEONLY="filters/liboofilter" + +KMEXTRA="filters/kspread" + +need-kde 3.4 + +src_unpack() { + kde-meta_src_unpack unpack + + # We need to compile liboofilter first + echo "SUBDIRS = liboofilter kspread" > ${S}/filters/Makefile.am + + # Work around broken conditional + echo "SUBDIRS = applixspread csv dbase gnumeric latex opencalc html qpro excel kexi" > ${S}/filters/kspread/Makefile.am + + for i in $(find ${S}/lib -iname "*\.ui"); do + ${QTDIR}/bin/uic ${i} > ${i%.ui}.h + done + + kde-meta_src_unpack makefiles +} diff --git a/app-office/kugar/ChangeLog b/app-office/kugar/ChangeLog index e505dda76f0b..848d5c9de655 100644 --- a/app-office/kugar/ChangeLog +++ b/app-office/kugar/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kugar # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kugar/ChangeLog,v 1.45 2006/09/07 14:18:42 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kugar/ChangeLog,v 1.46 2006/09/15 18:44:28 carlo Exp $ + +*kugar-1.6_beta1 (15 Sep 2006) + + 15 Sep 2006; Carsten Lohrke <carlo@gentoo.org> +kugar-1.6_beta1.ebuild: + Version bump. 07 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> kugar-1.5.1.ebuild: Stable on sparc diff --git a/app-office/kugar/files/digest-kugar-1.6_beta1 b/app-office/kugar/files/digest-kugar-1.6_beta1 new file mode 100644 index 000000000000..a68717744650 --- /dev/null +++ b/app-office/kugar/files/digest-kugar-1.6_beta1 @@ -0,0 +1,3 @@ +MD5 c7aeaf362210ff2e52d610bdbe2c91fd koffice-1.5.91.tar.bz2 54138646 +RMD160 8b412a4d6199cec32fd4a43660abb1352d675dd4 koffice-1.5.91.tar.bz2 54138646 +SHA256 2e1cbd20c8201a9d2d4c14fa4184b112d90a8f8bb089915f4d748eb9f8cef7aa koffice-1.5.91.tar.bz2 54138646 diff --git a/app-office/kugar/kugar-1.6_beta1.ebuild b/app-office/kugar/kugar-1.6_beta1.ebuild new file mode 100644 index 000000000000..822cde18941d --- /dev/null +++ b/app-office/kugar/kugar-1.6_beta1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kugar/kugar-1.6_beta1.ebuild,v 1.1 2006/09/15 18:44:28 carlo Exp $ + +KMNAME=koffice +MAXKOFFICEVER=${PV} +inherit kde-meta eutils + +DESCRIPTION="KOffice report viewer and generator." +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 + libkoproperty lib/koproperty + libkotext lib/kotext + libkwmf lib/kwmf + libkowmf lib/kwmf + libkstore lib/store" + +KMEXTRACTONLY="lib/" + +KMEXTRA="filters/kugar" + +need-kde 3.4 diff --git a/app-office/kword/ChangeLog b/app-office/kword/ChangeLog index b502069a0ca1..a1b0ed7e1db9 100644 --- a/app-office/kword/ChangeLog +++ b/app-office/kword/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kword # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kword/ChangeLog,v 1.66 2006/09/07 14:19:44 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kword/ChangeLog,v 1.67 2006/09/15 18:50:49 carlo Exp $ + +*kword-1.6_beta1 (15 Sep 2006) + + 15 Sep 2006; Carsten Lohrke <carlo@gentoo.org> +kword-1.6_beta1.ebuild: + Version bump. 07 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> kword-1.5.1.ebuild: Stable on sparc diff --git a/app-office/kword/files/digest-kword-1.6_beta1 b/app-office/kword/files/digest-kword-1.6_beta1 new file mode 100644 index 000000000000..a68717744650 --- /dev/null +++ b/app-office/kword/files/digest-kword-1.6_beta1 @@ -0,0 +1,3 @@ +MD5 c7aeaf362210ff2e52d610bdbe2c91fd koffice-1.5.91.tar.bz2 54138646 +RMD160 8b412a4d6199cec32fd4a43660abb1352d675dd4 koffice-1.5.91.tar.bz2 54138646 +SHA256 2e1cbd20c8201a9d2d4c14fa4184b112d90a8f8bb089915f4d748eb9f8cef7aa koffice-1.5.91.tar.bz2 54138646 diff --git a/app-office/kword/kword-1.6_beta1.ebuild b/app-office/kword/kword-1.6_beta1.ebuild new file mode 100644 index 000000000000..2c27b3783136 --- /dev/null +++ b/app-office/kword/kword-1.6_beta1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kword/kword-1.6_beta1.ebuild,v 1.1 2006/09/15 18:50:49 carlo Exp $ + +KMNAME=koffice +MAXKOFFICEVER=${PV} +inherit kde-meta eutils + +DESCRIPTION="KOffice word processor." +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) + $(deprange $PV $MAXKOFFICEVER app-office/kspread) + >=app-text/wv2-0.1.8 + >=media-gfx/imagemagick-5.5.2 + >=app-text/libwpd-0.8.2" + +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 + libkspreadcommon kspread" + +KMEXTRACTONLY=" + lib/ + kspread/" + +KMCOMPILEONLY="filters/liboofilter" + +KMEXTRA="filters/kword" + +need-kde 3.4 + +src_unpack() { + kde-meta_src_unpack unpack + + # We need to compile libs first + echo "SUBDIRS = liboofilter kword" > $S/filters/Makefile.am + + for i in $(find ${S}/lib -iname "*\.ui"); do + ${QTDIR}/bin/uic ${i} > ${i%.ui}.h + done + + kde-meta_src_unpack makefiles +} |