From: Diego Elio Pettenò Date: Fri, 16 Feb 2007 11:35:41 +0000 (+0000) Subject: Bump to 1.6.2 pre-release. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c81253268bdf09155c26409a5f5da41031e5314b;p=gentoo.git Bump to 1.6.2 pre-release. Package-Manager: portage-2.1.2-r9 --- diff --git a/app-office/karbon/ChangeLog b/app-office/karbon/ChangeLog index 65f83e4d6c62..7ae7966be8ef 100644 --- a/app-office/karbon/ChangeLog +++ b/app-office/karbon/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/karbon # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.70 2007/02/15 00:53:55 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.71 2007/02/16 11:28:30 flameeyes Exp $ + +*karbon-1.6.2 (16 Feb 2007) + + 16 Feb 2007; Diego Pettenò +karbon-1.6.2.ebuild: + Bump to 1.6.2 pre-release. 15 Feb 2007; Bryan Østergaard karbon-1.6.1.ebuild: Stable on Alpha, bug 166246. diff --git a/app-office/karbon/files/digest-karbon-1.6.2 b/app-office/karbon/files/digest-karbon-1.6.2 new file mode 100644 index 000000000000..cfd7d14fcad4 --- /dev/null +++ b/app-office/karbon/files/digest-karbon-1.6.2 @@ -0,0 +1,3 @@ +MD5 74ef62a5f8f766fe8192d5b7d65a3928 koffice-1.6.2.tar.bz2 57049103 +RMD160 fb4ef5870870d80481a4a9d2864199428f495460 koffice-1.6.2.tar.bz2 57049103 +SHA256 fa5ca02eba02219d34c3c6efff92bf767060b4b1343da56eb63139661d53f380 koffice-1.6.2.tar.bz2 57049103 diff --git a/app-office/karbon/karbon-1.6.2.ebuild b/app-office/karbon/karbon-1.6.2.ebuild new file mode 100644 index 000000000000..eeb935f93eb7 --- /dev/null +++ b/app-office/karbon/karbon-1.6.2.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/karbon-1.6.2.ebuild,v 1.1 2007/02/16 11:28:30 flameeyes 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 368e973a6a38..0ed4e8e9c573 100644 --- a/app-office/kchart/ChangeLog +++ b/app-office/kchart/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kchart # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.71 2007/02/15 00:45:58 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.72 2007/02/16 11:29:01 flameeyes Exp $ + +*kchart-1.6.2 (16 Feb 2007) + + 16 Feb 2007; Diego Pettenò +kchart-1.6.2.ebuild: + Bump to 1.6.2 pre-release. 15 Feb 2007; Bryan Østergaard kchart-1.6.1.ebuild: Stable on Alpha, bug 166246. diff --git a/app-office/kchart/files/digest-kchart-1.6.2 b/app-office/kchart/files/digest-kchart-1.6.2 new file mode 100644 index 000000000000..cfd7d14fcad4 --- /dev/null +++ b/app-office/kchart/files/digest-kchart-1.6.2 @@ -0,0 +1,3 @@ +MD5 74ef62a5f8f766fe8192d5b7d65a3928 koffice-1.6.2.tar.bz2 57049103 +RMD160 fb4ef5870870d80481a4a9d2864199428f495460 koffice-1.6.2.tar.bz2 57049103 +SHA256 fa5ca02eba02219d34c3c6efff92bf767060b4b1343da56eb63139661d53f380 koffice-1.6.2.tar.bz2 57049103 diff --git a/app-office/kchart/kchart-1.6.2.ebuild b/app-office/kchart/kchart-1.6.2.ebuild new file mode 100644 index 000000000000..f5245fe85696 --- /dev/null +++ b/app-office/kchart/kchart-1.6.2.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/kchart-1.6.2.ebuild,v 1.1 2007/02/16 11:29:01 flameeyes 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="kdeenablefinal" + +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 0f5f8dbc83a3..035c5204d125 100644 --- a/app-office/kexi/ChangeLog +++ b/app-office/kexi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/kexi # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/ChangeLog,v 1.72 2007/02/15 00:44:39 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/ChangeLog,v 1.73 2007/02/16 11:29:30 flameeyes Exp $ + +*kexi-1.6.2 (16 Feb 2007) + + 16 Feb 2007; Diego Pettenò kexi-1.6.1.ebuild, + +kexi-1.6.2.ebuild: + Bump to 1.6.2 pre-release. 15 Feb 2007; Bryan Østergaard kexi-1.6.1.ebuild: Stable on Alpha, bug 166246. diff --git a/app-office/kexi/files/digest-kexi-1.6.2 b/app-office/kexi/files/digest-kexi-1.6.2 new file mode 100644 index 000000000000..cfd7d14fcad4 --- /dev/null +++ b/app-office/kexi/files/digest-kexi-1.6.2 @@ -0,0 +1,3 @@ +MD5 74ef62a5f8f766fe8192d5b7d65a3928 koffice-1.6.2.tar.bz2 57049103 +RMD160 fb4ef5870870d80481a4a9d2864199428f495460 koffice-1.6.2.tar.bz2 57049103 +SHA256 fa5ca02eba02219d34c3c6efff92bf767060b4b1343da56eb63139661d53f380 koffice-1.6.2.tar.bz2 57049103 diff --git a/app-office/kexi/kexi-1.6.1.ebuild b/app-office/kexi/kexi-1.6.1.ebuild index da5351f10e99..36244f1c3bf8 100644 --- a/app-office/kexi/kexi-1.6.1.ebuild +++ b/app-office/kexi/kexi-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/kexi-1.6.1.ebuild,v 1.9 2007/02/15 00:44:39 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/kexi-1.6.1.ebuild,v 1.10 2007/02/16 11:29:30 flameeyes Exp $ MAXKOFFICEVER=${PV} KMNAME=koffice @@ -17,7 +17,7 @@ IUSE="mysql postgres kdeenablefinal" RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs) sys-libs/readline mysql? ( virtual/mysql ) - postgres? ( dev-libs/libpqxx )" + postgres? ( +kformula-1.6.2.ebuild: + Bump to 1.6.2 pre-release. 15 Feb 2007; Bryan Østergaard kformula-1.6.1.ebuild: Stable on Alpha, bug 166246. diff --git a/app-office/kformula/files/digest-kformula-1.6.2 b/app-office/kformula/files/digest-kformula-1.6.2 new file mode 100644 index 000000000000..cfd7d14fcad4 --- /dev/null +++ b/app-office/kformula/files/digest-kformula-1.6.2 @@ -0,0 +1,3 @@ +MD5 74ef62a5f8f766fe8192d5b7d65a3928 koffice-1.6.2.tar.bz2 57049103 +RMD160 fb4ef5870870d80481a4a9d2864199428f495460 koffice-1.6.2.tar.bz2 57049103 +SHA256 fa5ca02eba02219d34c3c6efff92bf767060b4b1343da56eb63139661d53f380 koffice-1.6.2.tar.bz2 57049103 diff --git a/app-office/kformula/kformula-1.6.2.ebuild b/app-office/kformula/kformula-1.6.2.ebuild new file mode 100644 index 000000000000..f831cadd6942 --- /dev/null +++ b/app-office/kformula/kformula-1.6.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/kformula-1.6.2.ebuild,v 1.1 2007/02/16 11:35:41 flameeyes 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 5e00798c8a1d..cf976a8651fe 100644 --- a/app-office/kivio/ChangeLog +++ b/app-office/kivio/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kivio # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kivio/ChangeLog,v 1.65 2007/02/15 00:48:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kivio/ChangeLog,v 1.66 2007/02/16 11:29:59 flameeyes Exp $ + +*kivio-1.6.2 (16 Feb 2007) + + 16 Feb 2007; Diego Pettenò +kivio-1.6.2.ebuild: + Bump to 1.6.2 pre-release. 15 Feb 2007; Bryan Østergaard kivio-1.6.1.ebuild: Stable on Alpha, bug 166246. diff --git a/app-office/kivio/files/digest-kivio-1.6.2 b/app-office/kivio/files/digest-kivio-1.6.2 new file mode 100644 index 000000000000..cfd7d14fcad4 --- /dev/null +++ b/app-office/kivio/files/digest-kivio-1.6.2 @@ -0,0 +1,3 @@ +MD5 74ef62a5f8f766fe8192d5b7d65a3928 koffice-1.6.2.tar.bz2 57049103 +RMD160 fb4ef5870870d80481a4a9d2864199428f495460 koffice-1.6.2.tar.bz2 57049103 +SHA256 fa5ca02eba02219d34c3c6efff92bf767060b4b1343da56eb63139661d53f380 koffice-1.6.2.tar.bz2 57049103 diff --git a/app-office/kivio/kivio-1.6.2.ebuild b/app-office/kivio/kivio-1.6.2.ebuild new file mode 100644 index 000000000000..6c4c0d4c6b41 --- /dev/null +++ b/app-office/kivio/kivio-1.6.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kivio/kivio-1.6.2.ebuild,v 1.1 2007/02/16 11:29:59 flameeyes 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 749c1f75d345..eb3eb1814713 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-data/ChangeLog,v 1.65 2007/02/15 00:41:50 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-data/ChangeLog,v 1.66 2007/02/16 11:31:03 flameeyes Exp $ + +*koffice-data-1.6.2 (16 Feb 2007) + + 16 Feb 2007; Diego Pettenò + +koffice-data-1.6.2.ebuild: + Bump to 1.6.2 pre-release. 15 Feb 2007; Bryan Østergaard koffice-data-1.6.1.ebuild: diff --git a/app-office/koffice-data/files/digest-koffice-data-1.6.2 b/app-office/koffice-data/files/digest-koffice-data-1.6.2 new file mode 100644 index 000000000000..cfd7d14fcad4 --- /dev/null +++ b/app-office/koffice-data/files/digest-koffice-data-1.6.2 @@ -0,0 +1,3 @@ +MD5 74ef62a5f8f766fe8192d5b7d65a3928 koffice-1.6.2.tar.bz2 57049103 +RMD160 fb4ef5870870d80481a4a9d2864199428f495460 koffice-1.6.2.tar.bz2 57049103 +SHA256 fa5ca02eba02219d34c3c6efff92bf767060b4b1343da56eb63139661d53f380 koffice-1.6.2.tar.bz2 57049103 diff --git a/app-office/koffice-data/koffice-data-1.6.2.ebuild b/app-office/koffice-data/koffice-data-1.6.2.ebuild new file mode 100644 index 000000000000..5c4f9c432251 --- /dev/null +++ b/app-office/koffice-data/koffice-data-1.6.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2007 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.2.ebuild,v 1.1 2007/02/16 11:31:03 flameeyes 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 0f32ec58f65b..b613f39a4137 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/ChangeLog,v 1.71 2007/02/15 00:43:12 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/ChangeLog,v 1.72 2007/02/16 11:31:31 flameeyes Exp $ + +*koffice-libs-1.6.2 (16 Feb 2007) + + 16 Feb 2007; Diego Pettenò + +koffice-libs-1.6.2.ebuild: + Bump to 1.6.2 pre-release. 15 Feb 2007; Bryan Østergaard koffice-libs-1.6.1.ebuild: diff --git a/app-office/koffice-libs/files/digest-koffice-libs-1.6.2 b/app-office/koffice-libs/files/digest-koffice-libs-1.6.2 new file mode 100644 index 000000000000..cfd7d14fcad4 --- /dev/null +++ b/app-office/koffice-libs/files/digest-koffice-libs-1.6.2 @@ -0,0 +1,3 @@ +MD5 74ef62a5f8f766fe8192d5b7d65a3928 koffice-1.6.2.tar.bz2 57049103 +RMD160 fb4ef5870870d80481a4a9d2864199428f495460 koffice-1.6.2.tar.bz2 57049103 +SHA256 fa5ca02eba02219d34c3c6efff92bf767060b4b1343da56eb63139661d53f380 koffice-1.6.2.tar.bz2 57049103 diff --git a/app-office/koffice-libs/koffice-libs-1.6.2.ebuild b/app-office/koffice-libs/koffice-libs-1.6.2.ebuild new file mode 100644 index 000000000000..ced450afc8cb --- /dev/null +++ b/app-office/koffice-libs/koffice-libs-1.6.2.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2007 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.2.ebuild,v 1.1 2007/02/16 11:31:31 flameeyes 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 fa90c244290f..7df456da9dde 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-meta/ChangeLog,v 1.64 2007/02/15 00:59:54 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-meta/ChangeLog,v 1.65 2007/02/16 11:31:55 flameeyes Exp $ + +*koffice-meta-1.6.2 (16 Feb 2007) + + 16 Feb 2007; Diego Pettenò + +koffice-meta-1.6.2.ebuild: + Bump to 1.6.2 pre-release. 15 Feb 2007; Bryan Østergaard koffice-meta-1.6.1.ebuild: diff --git a/app-office/koffice-meta/files/digest-koffice-meta-1.6.2 b/app-office/koffice-meta/files/digest-koffice-meta-1.6.2 new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/app-office/koffice-meta/koffice-meta-1.6.2.ebuild b/app-office/koffice-meta/koffice-meta-1.6.2.ebuild new file mode 100644 index 000000000000..9cd11ad63885 --- /dev/null +++ b/app-office/koffice-meta/koffice-meta-1.6.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2007 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.2.ebuild,v 1.1 2007/02/16 11:31:55 flameeyes 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 9cbaeb505f5e..bef35088af72 100644 --- a/app-office/koffice/ChangeLog +++ b/app-office/koffice/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/koffice # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.214 2007/02/15 00:37:34 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.215 2007/02/16 11:30:33 flameeyes Exp $ + +*koffice-1.6.2 (16 Feb 2007) + + 16 Feb 2007; Diego Pettenò + koffice-1.6.1-r1.ebuild, +koffice-1.6.2.ebuild: + Bump to 1.6.2 pre-release. 15 Feb 2007; Bryan Østergaard koffice-1.6.1-r1.ebuild: diff --git a/app-office/koffice/files/digest-koffice-1.6.2 b/app-office/koffice/files/digest-koffice-1.6.2 new file mode 100644 index 000000000000..cfd7d14fcad4 --- /dev/null +++ b/app-office/koffice/files/digest-koffice-1.6.2 @@ -0,0 +1,3 @@ +MD5 74ef62a5f8f766fe8192d5b7d65a3928 koffice-1.6.2.tar.bz2 57049103 +RMD160 fb4ef5870870d80481a4a9d2864199428f495460 koffice-1.6.2.tar.bz2 57049103 +SHA256 fa5ca02eba02219d34c3c6efff92bf767060b4b1343da56eb63139661d53f380 koffice-1.6.2.tar.bz2 57049103 diff --git a/app-office/koffice/koffice-1.6.1-r1.ebuild b/app-office/koffice/koffice-1.6.1-r1.ebuild index f8bfe81272bd..43f7320aa6e8 100644 --- a/app-office/koffice/koffice-1.6.1-r1.ebuild +++ b/app-office/koffice/koffice-1.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.6.1-r1.ebuild,v 1.9 2007/02/15 00:37:34 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.6.1-r1.ebuild,v 1.10 2007/02/16 11:30:33 flameeyes Exp $ inherit kde @@ -28,7 +28,7 @@ RDEPEND=">=media-libs/freetype-2 dev-libs/libxslt sys-libs/readline mysql? ( virtual/mysql ) - postgres? ( dev-libs/libpqxx ) + postgres? ( =app-text/wv2-0.1.9 diff --git a/app-office/koffice/koffice-1.6.2.ebuild b/app-office/koffice/koffice-1.6.2.ebuild new file mode 100644 index 000000000000..d74c02e4db25 --- /dev/null +++ b/app-office/koffice/koffice-1.6.2.ebuild @@ -0,0 +1,95 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.6.2.ebuild,v 1.1 2007/02/16 11:30:33 flameeyes Exp $ + +inherit kde + +RV="${PV}" +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/_/-}/src/${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? ( virtual/mysql ) + postgres? ( =app-text/wv2-0.1.9 + >=app-text/libwpd-0.8.2 + >=media-gfx/imagemagick-6.2.5.5 + >=media-libs/lcms-1.15 + 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` + sed -i -e "s:toolbar tests:toolbar:" ${S}/kplato/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 96b4a8b3c601..171720735801 100644 --- a/app-office/koshell/ChangeLog +++ b/app-office/koshell/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/koshell # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.62 2007/02/15 00:56:26 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.63 2007/02/16 11:32:21 flameeyes Exp $ + +*koshell-1.6.2 (16 Feb 2007) + + 16 Feb 2007; Diego Pettenò +koshell-1.6.2.ebuild: + Bump to 1.6.2 pre-release. 15 Feb 2007; Bryan Østergaard koshell-1.6.1.ebuild: Stable on Alpha, bug 166246. diff --git a/app-office/koshell/files/digest-koshell-1.6.2 b/app-office/koshell/files/digest-koshell-1.6.2 new file mode 100644 index 000000000000..cfd7d14fcad4 --- /dev/null +++ b/app-office/koshell/files/digest-koshell-1.6.2 @@ -0,0 +1,3 @@ +MD5 74ef62a5f8f766fe8192d5b7d65a3928 koffice-1.6.2.tar.bz2 57049103 +RMD160 fb4ef5870870d80481a4a9d2864199428f495460 koffice-1.6.2.tar.bz2 57049103 +SHA256 fa5ca02eba02219d34c3c6efff92bf767060b4b1343da56eb63139661d53f380 koffice-1.6.2.tar.bz2 57049103 diff --git a/app-office/koshell/koshell-1.6.2.ebuild b/app-office/koshell/koshell-1.6.2.ebuild new file mode 100644 index 000000000000..b87f2fe4c517 --- /dev/null +++ b/app-office/koshell/koshell-1.6.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/koshell-1.6.2.ebuild,v 1.1 2007/02/16 11:32:21 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 diff --git a/app-office/kplato/ChangeLog b/app-office/kplato/ChangeLog index 56905d5ddc6b..e52ed5a4a996 100644 --- a/app-office/kplato/ChangeLog +++ b/app-office/kplato/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kplato # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.40 2007/02/15 00:47:10 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.41 2007/02/16 11:32:49 flameeyes Exp $ + +*kplato-1.6.2 (16 Feb 2007) + + 16 Feb 2007; Diego Pettenò +kplato-1.6.2.ebuild: + Bump to 1.6.2 pre-release. 15 Feb 2007; Bryan Østergaard kplato-1.6.1.ebuild: Stable on Alpha, bug 166246. diff --git a/app-office/kplato/files/digest-kplato-1.6.2 b/app-office/kplato/files/digest-kplato-1.6.2 new file mode 100644 index 000000000000..cfd7d14fcad4 --- /dev/null +++ b/app-office/kplato/files/digest-kplato-1.6.2 @@ -0,0 +1,3 @@ +MD5 74ef62a5f8f766fe8192d5b7d65a3928 koffice-1.6.2.tar.bz2 57049103 +RMD160 fb4ef5870870d80481a4a9d2864199428f495460 koffice-1.6.2.tar.bz2 57049103 +SHA256 fa5ca02eba02219d34c3c6efff92bf767060b4b1343da56eb63139661d53f380 koffice-1.6.2.tar.bz2 57049103 diff --git a/app-office/kplato/kplato-1.6.2.ebuild b/app-office/kplato/kplato-1.6.2.ebuild new file mode 100644 index 000000000000..cb3996221706 --- /dev/null +++ b/app-office/kplato/kplato-1.6.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/kplato-1.6.2.ebuild,v 1.1 2007/02/16 11:32:49 flameeyes 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 + +src_unpack() { + kde-meta_src_unpack + sed -i -e "s:toolbar tests:toolbar:" ${S}/kplato/Makefile.am +} diff --git a/app-office/kpresenter/ChangeLog b/app-office/kpresenter/ChangeLog index 7cd6dfb9b97a..009f0b80d1b0 100644 --- a/app-office/kpresenter/ChangeLog +++ b/app-office/kpresenter/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/kpresenter # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kpresenter/ChangeLog,v 1.63 2007/02/15 00:55:12 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kpresenter/ChangeLog,v 1.64 2007/02/16 11:33:16 flameeyes Exp $ + +*kpresenter-1.6.2 (16 Feb 2007) + + 16 Feb 2007; Diego Pettenò + +kpresenter-1.6.2.ebuild: + Bump to 1.6.2 pre-release. 15 Feb 2007; Bryan Østergaard kpresenter-1.6.1.ebuild: diff --git a/app-office/kpresenter/files/digest-kpresenter-1.6.2 b/app-office/kpresenter/files/digest-kpresenter-1.6.2 new file mode 100644 index 000000000000..cfd7d14fcad4 --- /dev/null +++ b/app-office/kpresenter/files/digest-kpresenter-1.6.2 @@ -0,0 +1,3 @@ +MD5 74ef62a5f8f766fe8192d5b7d65a3928 koffice-1.6.2.tar.bz2 57049103 +RMD160 fb4ef5870870d80481a4a9d2864199428f495460 koffice-1.6.2.tar.bz2 57049103 +SHA256 fa5ca02eba02219d34c3c6efff92bf767060b4b1343da56eb63139661d53f380 koffice-1.6.2.tar.bz2 57049103 diff --git a/app-office/kpresenter/kpresenter-1.6.2.ebuild b/app-office/kpresenter/kpresenter-1.6.2.ebuild new file mode 100644 index 000000000000..f7de1cb0ad7d --- /dev/null +++ b/app-office/kpresenter/kpresenter-1.6.2.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kpresenter/kpresenter-1.6.2.ebuild,v 1.1 2007/02/16 11:33:16 flameeyes 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 155c53e8f34f..25474ce5bd20 100644 --- a/app-office/krita/ChangeLog +++ b/app-office/krita/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/krita # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/krita/ChangeLog,v 1.71 2007/02/15 00:52:29 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/krita/ChangeLog,v 1.72 2007/02/16 11:33:48 flameeyes Exp $ + +*krita-1.6.2 (16 Feb 2007) + + 16 Feb 2007; Diego Pettenò +krita-1.6.2.ebuild: + Bump to 1.6.2 pre-release. 15 Feb 2007; Bryan Østergaard krita-1.6.1.ebuild: Stable on Alpha, bug 166246. diff --git a/app-office/krita/files/digest-krita-1.6.2 b/app-office/krita/files/digest-krita-1.6.2 new file mode 100644 index 000000000000..cfd7d14fcad4 --- /dev/null +++ b/app-office/krita/files/digest-krita-1.6.2 @@ -0,0 +1,3 @@ +MD5 74ef62a5f8f766fe8192d5b7d65a3928 koffice-1.6.2.tar.bz2 57049103 +RMD160 fb4ef5870870d80481a4a9d2864199428f495460 koffice-1.6.2.tar.bz2 57049103 +SHA256 fa5ca02eba02219d34c3c6efff92bf767060b4b1343da56eb63139661d53f380 koffice-1.6.2.tar.bz2 57049103 diff --git a/app-office/krita/krita-1.6.2.ebuild b/app-office/krita/krita-1.6.2.ebuild new file mode 100644 index 000000000000..128e6fd9ae40 --- /dev/null +++ b/app-office/krita/krita-1.6.2.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/krita/krita-1.6.2.ebuild,v 1.1 2007/02/16 11:33:48 flameeyes 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.15 + 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 +} diff --git a/app-office/kspread/ChangeLog b/app-office/kspread/ChangeLog index ded824694229..632454b6cf04 100644 --- a/app-office/kspread/ChangeLog +++ b/app-office/kspread/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kspread # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/ChangeLog,v 1.72 2007/02/15 00:57:59 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/ChangeLog,v 1.73 2007/02/16 11:34:16 flameeyes Exp $ + +*kspread-1.6.2 (16 Feb 2007) + + 16 Feb 2007; Diego Pettenò +kspread-1.6.2.ebuild: + Bump to 1.6.2 pre-release. 15 Feb 2007; Bryan Østergaard kspread-1.6.1.ebuild: Stable on Alpha, bug 166246. diff --git a/app-office/kspread/files/digest-kspread-1.6.2 b/app-office/kspread/files/digest-kspread-1.6.2 new file mode 100644 index 000000000000..cfd7d14fcad4 --- /dev/null +++ b/app-office/kspread/files/digest-kspread-1.6.2 @@ -0,0 +1,3 @@ +MD5 74ef62a5f8f766fe8192d5b7d65a3928 koffice-1.6.2.tar.bz2 57049103 +RMD160 fb4ef5870870d80481a4a9d2864199428f495460 koffice-1.6.2.tar.bz2 57049103 +SHA256 fa5ca02eba02219d34c3c6efff92bf767060b4b1343da56eb63139661d53f380 koffice-1.6.2.tar.bz2 57049103 diff --git a/app-office/kspread/kspread-1.6.2.ebuild b/app-office/kspread/kspread-1.6.2.ebuild new file mode 100644 index 000000000000..8c3f02323be6 --- /dev/null +++ b/app-office/kspread/kspread-1.6.2.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/kspread-1.6.2.ebuild,v 1.1 2007/02/16 11:34:16 flameeyes 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 9949cc937533..89da9920a0ff 100644 --- a/app-office/kugar/ChangeLog +++ b/app-office/kugar/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kugar # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kugar/ChangeLog,v 1.65 2007/02/15 00:51:23 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kugar/ChangeLog,v 1.66 2007/02/16 11:34:44 flameeyes Exp $ + +*kugar-1.6.2 (16 Feb 2007) + + 16 Feb 2007; Diego Pettenò +kugar-1.6.2.ebuild: + Bump to 1.6.2 pre-release. 15 Feb 2007; Bryan Østergaard kugar-1.6.1.ebuild: Stable on Alpha, bug 166246. diff --git a/app-office/kugar/files/digest-kugar-1.6.2 b/app-office/kugar/files/digest-kugar-1.6.2 new file mode 100644 index 000000000000..cfd7d14fcad4 --- /dev/null +++ b/app-office/kugar/files/digest-kugar-1.6.2 @@ -0,0 +1,3 @@ +MD5 74ef62a5f8f766fe8192d5b7d65a3928 koffice-1.6.2.tar.bz2 57049103 +RMD160 fb4ef5870870d80481a4a9d2864199428f495460 koffice-1.6.2.tar.bz2 57049103 +SHA256 fa5ca02eba02219d34c3c6efff92bf767060b4b1343da56eb63139661d53f380 koffice-1.6.2.tar.bz2 57049103 diff --git a/app-office/kugar/kugar-1.6.2.ebuild b/app-office/kugar/kugar-1.6.2.ebuild new file mode 100644 index 000000000000..9bf7f0450351 --- /dev/null +++ b/app-office/kugar/kugar-1.6.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kugar/kugar-1.6.2.ebuild,v 1.1 2007/02/16 11:34:44 flameeyes 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 2e5e441e59bf..741430e99240 100644 --- a/app-office/kword/ChangeLog +++ b/app-office/kword/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kword # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kword/ChangeLog,v 1.91 2007/02/15 00:58:49 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kword/ChangeLog,v 1.92 2007/02/16 11:35:13 flameeyes Exp $ + +*kword-1.6.2 (16 Feb 2007) + + 16 Feb 2007; Diego Pettenò +kword-1.6.2.ebuild: + Bump to 1.6.2 pre-release. 15 Feb 2007; Bryan Østergaard kword-1.6.1-r1.ebuild: Stable on Alpha, bug 166246. diff --git a/app-office/kword/files/digest-kword-1.6.2 b/app-office/kword/files/digest-kword-1.6.2 new file mode 100644 index 000000000000..cfd7d14fcad4 --- /dev/null +++ b/app-office/kword/files/digest-kword-1.6.2 @@ -0,0 +1,3 @@ +MD5 74ef62a5f8f766fe8192d5b7d65a3928 koffice-1.6.2.tar.bz2 57049103 +RMD160 fb4ef5870870d80481a4a9d2864199428f495460 koffice-1.6.2.tar.bz2 57049103 +SHA256 fa5ca02eba02219d34c3c6efff92bf767060b4b1343da56eb63139661d53f380 koffice-1.6.2.tar.bz2 57049103 diff --git a/app-office/kword/kword-1.6.2.ebuild b/app-office/kword/kword-1.6.2.ebuild new file mode 100644 index 000000000000..9016b0fb7d93 --- /dev/null +++ b/app-office/kword/kword-1.6.2.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kword/kword-1.6.2.ebuild,v 1.1 2007/02/16 11:35:13 flameeyes 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 +}