diff options
author | 2010-01-09 09:58:00 +0000 | |
---|---|---|
committer | 2010-01-09 09:58:00 +0000 | |
commit | 8fbee9ac556c0b39d1e602089d2c8ddd79f35fa1 (patch) | |
tree | c2644b300f3aced1aaf6b351f56866e46e4b21dc /app-office/kword/kword-1.6.3_p20090204.ebuild | |
parent | Remove KOffice 1.6.3. (diff) | |
download | gentoo-2-8fbee9ac556c0b39d1e602089d2c8ddd79f35fa1.tar.gz gentoo-2-8fbee9ac556c0b39d1e602089d2c8ddd79f35fa1.tar.bz2 gentoo-2-8fbee9ac556c0b39d1e602089d2c8ddd79f35fa1.zip |
Remove KOffice 1.6.3.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-office/kword/kword-1.6.3_p20090204.ebuild')
-rw-r--r-- | app-office/kword/kword-1.6.3_p20090204.ebuild | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/app-office/kword/kword-1.6.3_p20090204.ebuild b/app-office/kword/kword-1.6.3_p20090204.ebuild deleted file mode 100644 index dbec75f308a8..000000000000 --- a/app-office/kword/kword-1.6.3_p20090204.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kword/kword-1.6.3_p20090204.ebuild,v 1.11 2009/09/27 12:37:20 ranger Exp $ - -ARTS_REQUIRED="never" - -KMNAME=koffice -inherit kde-meta eutils - -DESCRIPTION="KOffice word processor." -HOMEPAGE="http://www.koffice.org/" -LICENSE="GPL-2 LGPL-2" - -SLOT="3.5" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="~app-office/koffice-libs-1.6.3_p20090204 - ~app-office/kspread-1.6.3_p20090204 - >=app-text/wv2-0.1.8 - >=media-gfx/imagemagick-5.5.2 - >=app-text/libwpd-0.8.2" -RDEPEND="${DEPEND}" - -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.5 - -PATCHES=( "${FILESDIR}/${PN}-1.6.3-gcc44.patch" ) - -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 -} |