From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 366D61381FB for ; Sat, 14 Sep 2013 13:59:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDBFFE0B58; Sat, 14 Sep 2013 13:59:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A768E0B58 for ; Sat, 14 Sep 2013 13:59:55 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB54F33EC04 for ; Sat, 14 Sep 2013 13:59:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A4A2FE5459 for ; Sat, 14 Sep 2013 13:59:53 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1379174384.d2bb240fda9b2dccd998261f54197d15034a9021.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligra/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/calligra/calligra-2.7.1.ebuild app-office/calligra/metadata.xml X-VCS-Directories: app-office/calligra/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: d2bb240fda9b2dccd998261f54197d15034a9021 X-VCS-Branch: master Date: Sat, 14 Sep 2013 13:59:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dcecc68e-ceff-4327-8278-d2d420932b46 X-Archives-Hash: 4ec1991fb271cc7ad47f55e4aa50712e commit: d2bb240fda9b2dccd998261f54197d15034a9021 Author: Johannes Huber gentoo org> AuthorDate: Sat Sep 14 15:59:44 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Sep 14 15:59:44 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d2bb240f [app-office/calligra] Newer version bumped in tree. Package-Manager: portage-2.2.4 --- app-office/calligra/calligra-2.7.1.ebuild | 232 ------------------------------ app-office/calligra/metadata.xml | 23 --- 2 files changed, 255 deletions(-) diff --git a/app-office/calligra/calligra-2.7.1.ebuild b/app-office/calligra/calligra-2.7.1.ebuild deleted file mode 100644 index 9a43e65..0000000 --- a/app-office/calligra/calligra-2.7.1.ebuild +++ /dev/null @@ -1,232 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.6.3.ebuild,v 1.3 2013/04/27 12:29:59 scarabeus Exp $ - -# note: files that need to be checked for dependencies etc: -# CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt -# krita/CMakeLists.txt - -EAPI=5 - -KDE_MINIMAL=4.6.4 -QT_MINIMAL=4.8.1 -OPENGL_REQUIRED=optional - -KDE_HANDBOOK=optional - -KDE_LINGUAS_LIVE_OVERRIDE=true -inherit kde4-base versionator - -DESCRIPTION="KDE Office Suite" -HOMEPAGE="http://www.calligra.org/" - -case ${PV} in - 2.[456789].[789]?) - # beta or rc releases - SRC_URI="mirror://kde/unstable/${P}/${P}.tar.xz" ;; - 2.[456789].?) - # stable releases - SRC_URI="mirror://kde/stable/${P}/${P}.tar.xz" ;; - 2.[456789].9999) - # stable branch live ebuild - SRC_URI="" ;; - 9999) - # master branch live ebuild - SRC_URI="" ;; -esac - -LICENSE="GPL-2" -SLOT="4" - -# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 -[[ ${PV} == *9999 ]] || \ -KEYWORDS="~amd64 ~x86" - -IUSE="attica +crypt +eigen +exif fftw +fontconfig freetds +gif glew +glib +gsf -gsl +jpeg jpeg2k +kdcraw kdepim +lcms marble mysql +okular opengtl openexr -+pdf postgres spacenav +ssl sybase test tiff +threads +truetype vc word-perfect -xbase +xml +xslt" - -# please do not sort here, order is same as in CMakeLists.txt -CAL_FTS="author kexi words flow plan stage sheets krita karbon braindump" -for cal_ft in ${CAL_FTS}; do - IUSE+=" calligra_features_${cal_ft}" -done -unset cal_ft - -REQUIRED_USE=" - calligra_features_author? ( calligra_features_words ) - calligra_features_kexi? ( calligra_features_sheets ) - calligra_features_words? ( calligra_features_sheets ) - calligra_features_krita? ( eigen exif lcms ) - calligra_features_plan? ( kdepim ) - calligra_features_sheets? ( eigen ) - vc? ( calligra_features_krita ) - test? ( calligra_features_karbon ) -" - -RDEPEND=" - !app-office/karbon - !app-office/kexi - !app-office/koffice-data - !app-office/koffice-l10n - !app-office/koffice-libs - !app-office/koffice-meta - !app-office/kplato - !app-office/kpresenter - !app-office/krita - !app-office/kspread - !app-office/kword - $(add_kdebase_dep kdelibs 'semantic-desktop(+)') - dev-lang/perl - dev-libs/boost - dev-libs/libxml2 - dev-libs/soprano - $(add_kdebase_dep knewstuff) - media-libs/libpng - sys-libs/zlib - >=dev-qt/qtgui-4.8.1-r1:4 - virtual/libiconv - attica? ( dev-libs/libattica ) - crypt? ( app-crypt/qca:2 ) - eigen? ( dev-cpp/eigen:2 ) - exif? ( media-gfx/exiv2 ) - fftw? ( sci-libs/fftw:3.0 ) - fontconfig? ( media-libs/fontconfig ) - freetds? ( dev-db/freetds ) - gif? ( media-libs/giflib ) - glew? ( media-libs/glew ) - glib? ( dev-libs/glib:2 ) - gsf? ( gnome-extra/libgsf ) - gsl? ( sci-libs/gsl ) - jpeg? ( virtual/jpeg:0 ) - jpeg2k? ( media-libs/openjpeg:0 ) - kdcraw? ( $(add_kdebase_dep libkdcraw) ) - kdepim? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop(+)') ) - lcms? ( media-libs/lcms:2 ) - marble? ( $(add_kdebase_dep marble) ) - mysql? ( virtual/mysql ) - okular? ( $(add_kdebase_dep okular) ) - opengl? ( virtual/glu ) - opengtl? ( >=media-libs/opengtl-0.9.15 ) - openexr? ( media-libs/openexr ) - pdf? ( - app-text/poppler:= - media-gfx/pstoedit - ) - postgres? ( - dev-db/postgresql-base - dev-libs/libpqxx - ) - spacenav? ( dev-libs/libspnav ) - ssl? ( dev-libs/openssl ) - sybase? ( dev-db/freetds ) - tiff? ( media-libs/tiff ) - truetype? ( media-libs/freetype:2 ) - vc? ( dev-libs/vc ) - word-perfect? ( - app-text/libwpd - app-text/libwps - app-text/libwpg - ) - xbase? ( dev-db/xbase ) - xslt? ( dev-libs/libxslt ) - calligra_features_kexi? ( - >=dev-db/sqlite-3.7.9:3[extensions(+)] - dev-libs/icu:= - ) -" -DEPEND="${RDEPEND}" - -[[ ${PV} == 9999 ]] && LANGVERSION="2.4" || LANGVERSION="$(get_version_component_range 1-2)" -PDEPEND=">=app-office/calligra-l10n-${LANGVERSION}" - -RESTRICT=test -# bug 394273 - -src_configure() { - local cal_ft - - # first write out things we want to hard-enable - local mycmakeargs=( - "-DIHAVEPATCHEDQT=ON" - "-DWITH_Boost=ON" - "-DWITH_LibXml2=ON" - "-DWITH_PNG=ON" - "-DWITH_ZLIB=ON" - "-DGHNS=ON" - "-DWITH_X11=ON" - "-DWITH_Qt4=ON" - "-DBUILD_libmsooxml=ON" # only internal code, no deps - "-DWITH_Iconv=ON" # available on all supported arches and many more - "-DQT3SUPPORT=ON" # kde4-base.eclass pulls this in anyway - ) - - # default disablers - mycmakeargs+=( - "-DBUILD_mobile=OFF" # we dont support mobile gui, maybe arm could - "-DBUILD_active=OFF" # we dont support active gui, maybe arm could - "-DWITH_LCMS=OFF" # we use lcms:2 - "-DCREATIVEONLY=OFF" - "-DPACKAGERS_BUILD=OFF" - "-DWITH_TINY=OFF" - "-DWITH_CreateResources=OFF" # NOT PACKAGED: http://create.freedesktop.org/ - "-DWITH_DCMTK=OFF" # NOT PACKAGED: http://www.dcmtk.org/dcmtk.php.en - ) - - # regular options - mycmakeargs+=( - $(cmake-utils_use_with attica LibAttica) - $(cmake-utils_use_with crypt QCA2) - $(cmake-utils_use_with eigen Eigen2) - $(cmake-utils_use_with exif Exiv2) - $(cmake-utils_use_with fftw FFTW3) - $(cmake-utils_use_with fontconfig Fontconfig) - $(cmake-utils_use_with freetds FreeTDS) - $(cmake-utils_use_with gif GIF2) - $(cmake-utils_use_with glew GLEW) - $(cmake-utils_use_with glib GLIB2) - $(cmake-utils_use_with glib GObject) - $(cmake-utils_use_with gsf LIBGSF) - $(cmake-utils_use_with gsl GSL) - $(cmake-utils_use_with jpeg JPEG) - $(cmake-utils_use_with jpeg2k OpenJPEG) - $(cmake-utils_use_with kdcraw Kdcraw) - $(cmake-utils_use_with kdepim KdepimLibs) - $(cmake-utils_use_with lcms LCMS2) - $(cmake-utils_use_with marble Marble) - $(cmake-utils_use_with mysql MySQL) - $(cmake-utils_use_build mysql mySQL) - $(cmake-utils_use_with okular Okular) - $(cmake-utils_use_with opengtl 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 postgres PostgreSQL) - $(cmake-utils_use_build postgres pqxx) - $(cmake-utils_use_with spacenav Spnav) - $(cmake-utils_use_with ssl OpenSSL) - $(cmake-utils_use_with sybase FreeTDS) - $(cmake-utils_use_build sybase sybase) - $(cmake-utils_use_with tiff TIFF) - $(cmake-utils_use_with threads Threads) - $(cmake-utils_use_with truetype Freetype) - $(cmake-utils_use_with vc Vc) - $(cmake-utils_use_with word-perfect WPD) - $(cmake-utils_use_with word-perfect WPG) - $(cmake-utils_use_with xbase XBase) - $(cmake-utils_use_build xbase xbase) - $(cmake-utils_use_with xslt LibXslt) - ) - - # applications - for cal_ft in ${CAL_FTS}; do - mycmakeargs+=( $(cmake-utils_use_build calligra_features_${cal_ft} ${cal_ft}) ) - done - mycmakeargs+=( $(cmake-utils_use_build test cstester) ) - - # filters - - kde4-base_src_configure -} diff --git a/app-office/calligra/metadata.xml b/app-office/calligra/metadata.xml deleted file mode 100644 index 1324bdc..0000000 --- a/app-office/calligra/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - kde - openoffice - - Get hot stuff with dev-libs/libattica - Enable dev-cpp/eigen mathematical templates support - Enable media-libs/glew opengl extension library support - Enable support for C library routines from dev-libs/glib - Enable support for ODT structures extraction via gnome-extra/libgsf - Enable support for KDE image manipulating interface via kde-base/libkdcraw - Enable support for KDEPIM resources integration - Enable displaying of maps using Marble - Enable bindings for kde-base/okular - Enable support for transformation algorithms via media-libs/opengtl - Enable support for the 3Dconnexion spacenav input device via dev-libs/libspnav - Enable support for dev-libs/vc, could be a significant speed boost on kria - Enable support for various WordPerfect file formats - Enable support for xbase compatible database formats - Enable xslt and exslt support format support - -