From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligra/
Date: Thu, 27 Nov 2014 07:58:53 +0000 (UTC) [thread overview]
Message-ID: <1417075128.b67a9474c849ad3b27f86a8dad703475fac0b491.kensington@gentoo> (raw)
commit: b67a9474c849ad3b27f86a8dad703475fac0b491
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 27 07:58:48 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov 27 07:58:48 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b67a9474
[app-office/calligra] Remove live ebuild which is also in the main tree.
---
app-office/calligra/calligra-9999.ebuild | 230 -------------------------------
app-office/calligra/metadata.xml | 22 ---
2 files changed, 252 deletions(-)
diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild
deleted file mode 100644
index be14f9f..0000000
--- a/app-office/calligra/calligra-9999.ebuild
+++ /dev/null
@@ -1,230 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-# note: files that need to be checked for dependencies etc:
-# CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt
-# krita/CMakeLists.txt
-
-EAPI=5
-
-CHECKREQS_DISK_BUILD="4G"
-KDE_HANDBOOK="optional"
-KDE_LINGUAS_LIVE_OVERRIDE="true"
-KDE_MINIMAL="4.13.1"
-OPENGL_REQUIRED="optional"
-inherit check-reqs 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"
-
-if [[ ${KDE_BUILD_TYPE} == release ]] ; then
- KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-IUSE="attica +crypt +eigen +exif fftw +fontconfig freetds +glew +glib +gsf gsl
-import-filter +jpeg jpeg2k +kdcraw kde +kdepim +lcms marble mysql nepomuk
-+okular openexr +pdf postgres spacenav sybase test tiff +threads +truetype vc
-xbase +xml"
-
-# please do not sort here, order is same as in CMakeLists.txt
-CAL_FTS="words stage sheets author karbon krita kexi flow plan 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_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 'nepomuk?')
- dev-lang/perl
- dev-libs/boost
- $(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 )
- glew? ( media-libs/glew )
- glib? ( dev-libs/glib:2 )
- gsf? ( gnome-extra/libgsf )
- gsl? ( sci-libs/gsl )
- import-filter? (
- app-text/libetonyek
- app-text/libodfgen
- app-text/libwpd
- app-text/libwpg
- app-text/libwps
- media-libs/libvisio
- )
- jpeg? ( virtual/jpeg:0 )
- jpeg2k? ( media-libs/openjpeg:0 )
- kdcraw? ( $(add_kdebase_dep libkdcraw) )
- kde? ( $(add_kdebase_dep kactivities) )
- kdepim? ( $(add_kdebase_dep kdepimlibs) )
- lcms? (
- media-libs/lcms:2
- x11-libs/libX11
- )
- marble? ( $(add_kdebase_dep marble) )
- mysql? ( virtual/mysql )
- nepomuk? ( dev-libs/soprano )
- okular? ( $(add_kdebase_dep okular) )
- opengl? ( virtual/glu )
- openexr? ( media-libs/openexr )
- pdf? (
- app-text/poppler:=
- media-gfx/pstoedit
- )
- postgres? (
- virtual/postgresql
- dev-libs/libpqxx
- )
- spacenav? ( dev-libs/libspnav )
- sybase? ( dev-db/freetds )
- tiff? ( media-libs/tiff )
- truetype? ( media-libs/freetype:2 )
- vc? ( dev-libs/vc )
- xbase? ( dev-db/xbase )
- calligra_features_kexi? (
- >=dev-db/sqlite-3.7.9:3[extensions(+)]
- dev-libs/icu:=
- )
- calligra_features_krita? (
- dev-qt/qtdeclarative:4
- x11-libs/libX11
- x11-libs/libXi
- )
- calligra_features_words? ( dev-libs/libxslt )
-"
-DEPEND="${RDEPEND}"
-
-[[ ${PV} == 9999 ]] && LANGVERSION="2.4" || LANGVERSION="$(get_version_component_range 1-2)"
-PDEPEND=">=app-office/calligra-l10n-${LANGVERSION}"
-
-RESTRICT=test
-# bug 394273
-
-pkg_pretend() {
- check-reqs_pkg_pretend
-}
-
-pkg_setup() {
- kde4-base_pkg_setup
- check-reqs_pkg_setup
-}
-
-src_configure() {
- local cal_ft
-
- # first write out things we want to hard-enable
- local mycmakeargs=(
- "-DWITH_PNG=ON"
- "-DWITH_ZLIB=ON"
- "-DGHNS=ON"
- "-DWITH_Iconv=ON" # available on all supported arches and many more
- )
-
- # default disablers
- mycmakeargs+=(
- "-DBUILD_active=OFF" # we dont support active gui, maybe arm could
- "-DCREATIVEONLY=OFF"
- "-DPACKAGERS_BUILD=OFF"
- )
-
- # 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 glew GLEW)
- $(cmake-utils_use_with glib GLIB2)
- $(cmake-utils_use_with gsl GSL)
- $(cmake-utils_use_with import-filter LibEtonyek)
- $(cmake-utils_use_with import-filter LibOdfGen)
- $(cmake-utils_use_with import-filter LibVisio)
- $(cmake-utils_use_with import-filter LibWpd)
- $(cmake-utils_use_with import-filter LibWpg)
- $(cmake-utils_use_with import-filter LibWps)
- $(cmake-utils_use_with jpeg JPEG)
- $(cmake-utils_use_with jpeg2k OpenJPEG)
- $(cmake-utils_use_with kdcraw Kdcraw)
- $(cmake-utils_use_with kde KActivities)
- $(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_with nepomuk Soprano)
- $(cmake-utils_use_with okular Okular)
- $(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 sybase FreeTDS)
- $(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 xbase XBase)
- )
-
- # 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 31ecdb0..0000000
--- a/app-office/calligra/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>kde</herd>
- <herd>openoffice</herd>
- <use>
- <flag name="attica">Get hot stuff with <pkg>dev-libs/libattica</pkg></flag>
- <flag name="eigen">Enable <pkg>dev-cpp/eigen</pkg> mathematical templates support</flag>
- <flag name="glew">Enable <pkg>media-libs/glew</pkg> opengl extension library support</flag>
- <flag name="glib">Enable support for C library routines from <pkg>dev-libs/glib</pkg></flag>
- <flag name="gsf">Enable support for ODT structures extraction via <pkg>gnome-extra/libgsf</pkg></flag>
- <flag name="import-filter">Enable support for various import filter file formats like WordPerfect, Visio and Apple Keynote</flag>
- <flag name="kdcraw">Enable support for KDE image manipulating interface via <pkg>kde-base/libkdcraw</pkg></flag>
- <flag name="kdepim">Enable support for KDEPIM resources integration</flag>
- <flag name="marble">Enable displaying of maps using Marble</flag>
- <flag name="nepomuk">Enable Nepomuk based semantic desktop support (deprecated)</flag>
- <flag name="okular">Enable bindings for <pkg>kde-base/okular</pkg></flag>
- <flag name="spacenav">Enable support for the 3Dconnexion spacenav input device via <pkg>dev-libs/libspnav</pkg></flag>
- <flag name="vc">Enable support for <pkg>dev-libs/vc</pkg>, could be a significant speed boost on krita</flag>
- <flag name="xbase">Enable support for xbase compatible database formats</flag>
- </use>
-</pkgmetadata>
next reply other threads:[~2014-11-27 7:58 UTC|newest]
Thread overview: 99+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-27 7:58 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-19 18:50 [gentoo-commits] proj/kde:master commit in: app-office/calligra/ Andreas Sturmlechner
2024-09-09 18:34 Andreas Sturmlechner
2024-09-09 18:34 Andreas Sturmlechner
2024-08-11 6:58 Andreas Sturmlechner
2024-03-11 9:55 Andreas Sturmlechner
2023-03-31 19:11 Andreas Sturmlechner
2023-03-31 19:11 Andreas Sturmlechner
2022-10-11 15:18 Andreas Sturmlechner
2022-10-06 9:02 Andreas Sturmlechner
2021-12-20 13:24 Andreas Sturmlechner
2021-12-20 13:24 Andreas Sturmlechner
2021-12-20 13:24 Andreas Sturmlechner
2021-07-22 20:12 Andreas Sturmlechner
2021-05-14 16:05 Andreas Sturmlechner
2021-04-11 20:03 Andreas Sturmlechner
2020-12-13 10:52 Andreas Sturmlechner
2020-10-18 16:01 Andreas Sturmlechner
2020-08-30 19:02 Andreas Sturmlechner
2020-06-28 16:18 Andreas Sturmlechner
2020-05-20 19:35 Andreas Sturmlechner
2020-04-24 18:42 Andreas Sturmlechner
2020-04-09 8:46 Andreas Sturmlechner
2020-03-09 20:34 Andreas Sturmlechner
2020-03-08 16:31 Andreas Sturmlechner
2020-03-08 13:10 Andreas Sturmlechner
2019-10-24 18:37 Andreas Sturmlechner
2019-08-16 14:47 Andreas Sturmlechner
2019-08-16 14:47 Andreas Sturmlechner
2019-03-03 23:09 Andreas Sturmlechner
2019-02-17 11:11 Andreas Sturmlechner
2019-01-26 20:29 Andreas Sturmlechner
2019-01-01 21:46 Andreas Sturmlechner
2019-01-01 21:46 Andreas Sturmlechner
2018-04-15 14:09 Andreas Sturmlechner
2018-04-05 18:01 Andreas Sturmlechner
2018-03-13 11:50 Michael Palimaka
2018-03-06 22:10 Andreas Sturmlechner
2018-02-22 13:17 Andreas Sturmlechner
2018-01-31 17:49 Andreas Sturmlechner
2017-12-31 21:23 Andreas Sturmlechner
2017-12-31 21:23 Andreas Sturmlechner
2017-09-10 12:21 Johannes Huber
2017-08-23 19:37 Andreas Sturmlechner
2017-08-08 23:49 Andreas Sturmlechner
2017-06-18 12:08 Michael Palimaka
2017-01-07 10:59 Andreas Sturmlechner
2017-01-06 22:46 Andreas Sturmlechner
2016-12-30 0:56 Andreas Sturmlechner
2016-12-23 8:55 Johannes Huber
2016-12-23 8:45 Johannes Huber
2016-12-08 8:31 Johannes Huber
2016-11-12 10:57 Michael Palimaka
2016-08-20 17:22 Michael Palimaka
2016-08-11 18:52 Michael Palimaka
2016-04-04 18:59 Johannes Huber
2016-04-04 18:59 Johannes Huber
2014-11-15 14:01 Michael Palimaka
2014-11-14 18:44 Manuel Rüger
2014-06-16 10:48 Michael Palimaka
2014-06-12 19:08 Michael Palimaka
2014-06-12 18:34 Michael Palimaka
2014-06-12 18:34 Michael Palimaka
2014-06-12 18:34 Michael Palimaka
2014-06-12 18:03 Michael Palimaka
2014-06-12 18:00 Michael Palimaka
2014-06-12 17:55 Michael Palimaka
2014-06-12 17:55 Michael Palimaka
2014-05-24 11:31 Johannes Huber
2014-05-13 18:51 Johannes Huber
2014-05-13 11:43 Johannes Huber
2014-05-04 23:44 Johannes Huber
2014-05-04 12:59 Johannes Huber
2014-04-06 11:42 Johannes Huber
2014-04-05 12:53 Johannes Huber
2014-04-05 12:19 Johannes Huber
2014-04-05 12:15 Johannes Huber
2014-03-11 10:21 Johannes Huber
2014-03-06 12:45 David Heidelberger
2013-09-14 13:59 Johannes Huber
2013-08-28 16:05 Michael Palimaka
2013-08-06 7:45 Michael Palimaka
2013-08-03 10:52 David Heidelberger
2013-07-06 15:15 Johannes Huber
2013-06-01 11:35 David Heidelberger
2013-05-09 11:21 David Heidelberger
2011-08-26 20:54 Andreas Hüttel
2011-07-22 15:11 Andreas Hüttel
2011-07-21 20:44 Andreas Hüttel
2011-07-21 20:22 Andreas Hüttel
2011-05-24 10:58 Tomas Chvatal
2011-05-16 9:08 Tomas Chvatal
2011-05-16 8:53 Tomas Chvatal
2011-05-15 20:54 Andreas K. Huettel
2011-05-15 16:55 Tomas Chvatal
2011-05-15 16:53 Tomas Chvatal
2011-05-13 9:16 Tomas Chvatal
2011-05-12 9:33 Tomas Chvatal
2011-05-05 16:47 Tomas Chvatal
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1417075128.b67a9474c849ad3b27f86a8dad703475fac0b491.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox