summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-02-27 21:57:00 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-02-27 21:57:00 +0000
commit5198ed87a5d42edcddec5ba2a17c190b9ecf8d0a (patch)
treeb8f4896e49f4d22e275ab64c614f9a4ecce507e0 /app-office/koffice-libs
parentStable on amd64 wrt bug #356269 (diff)
downloadgentoo-2-5198ed87a5d42edcddec5ba2a17c190b9ecf8d0a.tar.gz
gentoo-2-5198ed87a5d42edcddec5ba2a17c190b9ecf8d0a.tar.bz2
gentoo-2-5198ed87a5d42edcddec5ba2a17c190b9ecf8d0a.zip
koffice cleanup
(Portage version: 2.1.9.41/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-office/koffice-libs')
-rw-r--r--app-office/koffice-libs/ChangeLog6
-rw-r--r--app-office/koffice-libs/koffice-libs-2.3.1.ebuild79
2 files changed, 5 insertions, 80 deletions
diff --git a/app-office/koffice-libs/ChangeLog b/app-office/koffice-libs/ChangeLog
index ef236ec4e6d9..942cbceea153 100644
--- a/app-office/koffice-libs/ChangeLog
+++ b/app-office/koffice-libs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/koffice-libs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/ChangeLog,v 1.122 2011/02/24 12:00:56 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/ChangeLog,v 1.123 2011/02/27 21:56:59 dilfridge Exp $
+
+ 27 Feb 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ -koffice-libs-2.3.1.ebuild:
+ Cleanup
*koffice-libs-2.3.3 (24 Feb 2011)
diff --git a/app-office/koffice-libs/koffice-libs-2.3.1.ebuild b/app-office/koffice-libs/koffice-libs-2.3.1.ebuild
deleted file mode 100644
index 8790c357f263..000000000000
--- a/app-office/koffice-libs/koffice-libs-2.3.1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/koffice-libs-2.3.1.ebuild,v 1.1 2011/01/20 00:09:10 dilfridge Exp $
-
-EAPI=3
-
-KMNAME="koffice"
-KMMODULE="libs"
-OPENGL_REQUIRED="optional"
-CPPUNIT_REQUIRED="optional"
-inherit kde4-meta
-
-DESCRIPTION="Shared KOffice libraries."
-KEYWORDS="~amd64 ~x86"
-IUSE="crypt openexr reports"
-
-RDEPEND="
- >=app-office/koffice-data-${PV}:${SLOT}
- dev-libs/libxml2
- dev-libs/libxslt
- >=kde-base/kdepimlibs-${KDE_MINIMAL}
- media-libs/lcms:0
- crypt? ( app-crypt/qca:2 )
- openexr? ( media-libs/openexr )
- opengl? ( media-libs/mesa )
- !app-office/kchart
-"
-DEPEND="${RDEPEND}"
-# doc? ( app-doc/doxygen )"
-
-KMEXTRA="
- doc/koffice/
- doc/thesaurus/
- filters/generic_wrapper/
- filters/libkowmf/
- filters/libmsooxml/
- filters/xsltfilter/
- filters/kchart/
- filters/kformula/
- interfaces/
- kchart/
- kformula/
- kounavail/
- plugins/
- tools/
-"
-
-KMEXTRACTONLY="
- KoConfig.h.cmake
- doc/koffice.desktop
- filters/
-"
-
-KMSAVELIBS="true"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with crypt QCA2)
- $(cmake-utils_use_with opengl OpenGL)
- $(cmake-utils_use_with openexr OpenEXR)
- -DBUILD_kchart=ON
- -DBUILD_kformula=ON
- $(cmake-utils_use_build reports koreport)
- )
- use crypt && \
- mycmakeargs+=(-DQCA2_LIBRARIES=/usr/$(get_libdir)/qca2/libqca.so.2)
-
- kde4-meta_src_configure
-}
-
-src_install() {
- newdoc kounavail/README README.kounavail || die
-
- kde4-meta_src_install
-
- # this is already installed by koffice-data
- rm -f "${D}/usr/include/config-opengl.h"
- rm -f "${D}/usr/include/KoConfig.h"
-}