diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-09 10:08:03 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-09 10:08:03 +0000 |
commit | 88fc48f8a3664c28bd134804b8c11666e137c04a (patch) | |
tree | e4bdfc02ee0d442d622a4ad26ab9548dceef2dff /app-office/karbon | |
parent | Automated update of use.local.desc (diff) | |
download | historical-88fc48f8a3664c28bd134804b8c11666e137c04a.tar.gz historical-88fc48f8a3664c28bd134804b8c11666e137c04a.tar.bz2 historical-88fc48f8a3664c28bd134804b8c11666e137c04a.zip |
Remove KOffice 1.6.3.
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'app-office/karbon')
-rw-r--r-- | app-office/karbon/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/karbon/karbon-1.6.3_p20090204.ebuild | 51 |
2 files changed, 6 insertions, 53 deletions
diff --git a/app-office/karbon/ChangeLog b/app-office/karbon/ChangeLog index e7b94c7861cb..77639aacf1c1 100644 --- a/app-office/karbon/ChangeLog +++ b/app-office/karbon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/karbon -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.102 2009/12/17 20:50:25 fauli Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.103 2010/01/09 09:55:47 ssuominen Exp $ + + 09 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> + -karbon-1.6.3_p20090204.ebuild: + Remove KOffice 1.6.3. 17 Dec 2009; Christian Faulhammer <fauli@gentoo.org> karbon-2.1.0.ebuild: stable x86, bug 295327 diff --git a/app-office/karbon/karbon-1.6.3_p20090204.ebuild b/app-office/karbon/karbon-1.6.3_p20090204.ebuild deleted file mode 100644 index d3c7bf23151e..000000000000 --- a/app-office/karbon/karbon-1.6.3_p20090204.ebuild +++ /dev/null @@ -1,51 +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/karbon/karbon-1.6.3_p20090204.ebuild,v 1.8 2009/09/27 12:29:16 ranger Exp $ - -ARTS_REQUIRED="never" - -KMNAME=koffice -inherit kde-meta eutils - -DESCRIPTION="KOffice vector drawing application." -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 - >=media-gfx/imagemagick-5.5.2 - >=media-libs/freetype-2 - media-libs/fontconfig - media-libs/libart_lgpl" -RDEPEND="${DEPEND}" - -KMCOPYLIB=" - libkformula lib/kformula - libkofficecore lib/kofficecore - libkofficeui lib/kofficeui - libkopainter lib/kopainter - libkopalette lib/kopalette - libkotext lib/kotext - libkwmf lib/kwmf - libkowmf lib/kwmf - libkstore lib/store" - -KMEXTRACTONLY="lib/" - -KMCOMPILEONLY="filters/liboofilter" - -KMEXTRA="filters/karbon" - -need-kde 3.5 - -src_unpack() { - kde-meta_src_unpack unpack - - # We need to compile liboofilter first - echo "SUBDIRS = liboofilter karbon" > "$S"/filters/Makefile.am - - kde-meta_src_unpack makefiles -} |