From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QOpKI-0000uk-CR for garchives@archives.gentoo.org; Tue, 24 May 2011 10:59:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A05F91C085; Tue, 24 May 2011 10:58:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 61CA51C085 for ; Tue, 24 May 2011 10:58:53 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 981181B4023 for ; Tue, 24 May 2011 10:58:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C3F6180505 for ; Tue, 24 May 2011 10:58:51 +0000 (UTC) From: "Tomas Chvatal" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tomas Chvatal" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligra/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/calligra/calligra-2.3.71.ebuild app-office/calligra/calligra-9999.ebuild app-office/calligra/metadata.xml X-VCS-Directories: app-office/calligra/ X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: d61471eeaade9a9680c0e1dcba35ed35ceb31c66 Date: Tue, 24 May 2011 10:58:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 62eb6ba42381ae8ea8c133f2c19721ba commit: d61471eeaade9a9680c0e1dcba35ed35ceb31c66 Author: Tomas Chvatal gentoo org> AuthorDate: Tue May 24 10:58:25 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Tue May 24 10:58:25 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dd61471ee [app-office/calligra] Document local useflags. --- app-office/calligra/calligra-2.3.71.ebuild | 13 ++++++++----- app-office/calligra/calligra-9999.ebuild | 13 ++++++++----- app-office/calligra/metadata.xml | 14 ++++++++++++++ 3 files changed, 30 insertions(+), 10 deletions(-) diff --git a/app-office/calligra/calligra-2.3.71.ebuild b/app-office/call= igra/calligra-2.3.71.ebuild index d061716..2944ecb 100644 --- a/app-office/calligra/calligra-2.3.71.ebuild +++ b/app-office/calligra/calligra-2.3.71.ebuild @@ -8,6 +8,7 @@ KDE_SCM=3Dgit KDE_MINIMAL=3D4.6 OPENGL_REQUIRED=3Doptional KDE_HANDBOOK=3Doptional +KDE_LINGUAS_LIVE_OVERRIDE=3Dtrue inherit kde4-base =20 DESCRIPTION=3D"KDE Office Suite" @@ -19,7 +20,7 @@ SLOT=3D"4" [[ ${PV} =3D=3D 9999 ]] || KEYWORDS=3D"~amd64 ~x86" IUSE=3D"+boost +crypt +eigen +exif fftw +fontconfig freetds +gif glew +g= lib +gsf gsl +iconv +jpeg jpeg2k +kdcraw kdepim +lcms mysql +mso +okular openctl = openexr -+png +poppler postgres pstoedit +semantic-desktop +ssl tiff +threads +tr= uetype ++pdf +png postgres +semantic-desktop +ssl tiff +threads +truetype +wmf word-perfect +xml +xslt" =20 CAL_FTS=3D"braindump flow karbon kexi kpresenter krita tables words" @@ -57,10 +58,12 @@ RDEPEND=3D" okular? ( $(add_kdebase_dep okular) ) openctl? ( >=3Dmedia-libs/opengtl-0.9.15 ) openexr? ( media-libs/openexr ) + pdf? ( + app-text/poppler + media-gfx/pstoedit + ) png? ( media-libs/libpng ) - poppler? ( app-text/poppler ) postgres? ( dev-db/postgresql-base ) - pstoedit? ( media-gfx/pstoedit ) semantic-desktop? ( dev-libs/soprano ) ssl? ( dev-libs/openssl ) tiff? ( media-libs/tiff ) @@ -175,10 +178,10 @@ src_configure() { $(cmake-utils_use_with openctl OpenCTL) $(cmake-utils_use_with openexr OpenEXR) $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with pdf Poppler) + $(cmake-utils_use_with pdf Pstoedit) $(cmake-utils_use_with png PNG) - $(cmake-utils_use_with poppler Poppler) $(cmake-utils_use_with postgres PostgreSQL) - $(cmake-utils_use_with pstoedit Pstoedit) $(cmake-utils_use_with semantic-desktop Soprano) $(cmake-utils_use_with ssl OpenSSL) $(cmake-utils_use_with tiff TIFF) diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/callig= ra/calligra-9999.ebuild index d061716..2944ecb 100644 --- a/app-office/calligra/calligra-9999.ebuild +++ b/app-office/calligra/calligra-9999.ebuild @@ -8,6 +8,7 @@ KDE_SCM=3Dgit KDE_MINIMAL=3D4.6 OPENGL_REQUIRED=3Doptional KDE_HANDBOOK=3Doptional +KDE_LINGUAS_LIVE_OVERRIDE=3Dtrue inherit kde4-base =20 DESCRIPTION=3D"KDE Office Suite" @@ -19,7 +20,7 @@ SLOT=3D"4" [[ ${PV} =3D=3D 9999 ]] || KEYWORDS=3D"~amd64 ~x86" IUSE=3D"+boost +crypt +eigen +exif fftw +fontconfig freetds +gif glew +g= lib +gsf gsl +iconv +jpeg jpeg2k +kdcraw kdepim +lcms mysql +mso +okular openctl = openexr -+png +poppler postgres pstoedit +semantic-desktop +ssl tiff +threads +tr= uetype ++pdf +png postgres +semantic-desktop +ssl tiff +threads +truetype +wmf word-perfect +xml +xslt" =20 CAL_FTS=3D"braindump flow karbon kexi kpresenter krita tables words" @@ -57,10 +58,12 @@ RDEPEND=3D" okular? ( $(add_kdebase_dep okular) ) openctl? ( >=3Dmedia-libs/opengtl-0.9.15 ) openexr? ( media-libs/openexr ) + pdf? ( + app-text/poppler + media-gfx/pstoedit + ) png? ( media-libs/libpng ) - poppler? ( app-text/poppler ) postgres? ( dev-db/postgresql-base ) - pstoedit? ( media-gfx/pstoedit ) semantic-desktop? ( dev-libs/soprano ) ssl? ( dev-libs/openssl ) tiff? ( media-libs/tiff ) @@ -175,10 +178,10 @@ src_configure() { $(cmake-utils_use_with openctl OpenCTL) $(cmake-utils_use_with openexr OpenEXR) $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with pdf Poppler) + $(cmake-utils_use_with pdf Pstoedit) $(cmake-utils_use_with png PNG) - $(cmake-utils_use_with poppler Poppler) $(cmake-utils_use_with postgres PostgreSQL) - $(cmake-utils_use_with pstoedit Pstoedit) $(cmake-utils_use_with semantic-desktop Soprano) $(cmake-utils_use_with ssl OpenSSL) $(cmake-utils_use_with tiff TIFF) diff --git a/app-office/calligra/metadata.xml b/app-office/calligra/metad= ata.xml index a23f444..5f41ad7 100644 --- a/app-office/calligra/metadata.xml +++ b/app-office/calligra/metadata.xml @@ -2,4 +2,18 @@ kde + + Enable dev-libs/boost templating suppo= rt + Enable dev-cpp/eigen mathematical temp= lates support + Enable media-libs/glew opengl extension= library support + Enable support for C library routines from de= v-libs/glib + Enable support for ODT structures extraction via gnome-extra/libgsf + Enable support for KDE image manipulating interf= ace via kde-base/libkdcraw + Enable support for KDEPIM resources integration<= /flag> + Enable support for various MS Office TM file format= s + Enable bindings for kde-base/okular + Enable support for transformation algorithms vi= a media-libs/opengtl + Enable support for various WordPerfect fil= e formats + Enable xslt and exslt support format support +