diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-11-01 09:13:13 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-11-01 09:13:13 +0000 |
commit | 05e86ab04be5cab5dd006cd78f0b93b4904df5fe (patch) | |
tree | dc17141e418aa75ad1589bb1bd939ccd9d48100d /app-office/karbon | |
parent | Drop old version (diff) | |
download | gentoo-2-05e86ab04be5cab5dd006cd78f0b93b4904df5fe.tar.gz gentoo-2-05e86ab04be5cab5dd006cd78f0b93b4904df5fe.tar.bz2 gentoo-2-05e86ab04be5cab5dd006cd78f0b93b4904df5fe.zip |
Drop old version
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'app-office/karbon')
-rw-r--r-- | app-office/karbon/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/karbon/files/karbon-1.6.2+gcc-4.3.patch | 13 | ||||
-rw-r--r-- | app-office/karbon/karbon-1.6.2.ebuild | 57 |
3 files changed, 5 insertions, 71 deletions
diff --git a/app-office/karbon/ChangeLog b/app-office/karbon/ChangeLog index 4b9434064291..642eb67c37c4 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.97 2009/09/27 12:29:16 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.98 2009/11/01 09:13:12 abcd Exp $ + + 01 Nov 2009; Jonathan Callen <abcd@gentoo.org> -karbon-1.6.2.ebuild, + -files/karbon-1.6.2+gcc-4.3.patch: + Drop old version 27 Sep 2009; Brent Baude <ranger@gentoo.org> ChangeLog: Marking karbon-1.6.3_p20090204 ppc64 stable for bug 276008 diff --git a/app-office/karbon/files/karbon-1.6.2+gcc-4.3.patch b/app-office/karbon/files/karbon-1.6.2+gcc-4.3.patch deleted file mode 100644 index 7915c03f5370..000000000000 --- a/app-office/karbon/files/karbon-1.6.2+gcc-4.3.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: karbon-1.6.2/lib/kofficeui/KoContextCelp.h -=================================================================== ---- karbon-1.6.2.orig/lib/kofficeui/KoContextCelp.h -+++ karbon-1.6.2/lib/kofficeui/KoContextCelp.h -@@ -213,7 +213,7 @@ class KOFFICEUI_EXPORT KoContextHelpActi - Q_OBJECT - - public: -- KoContextHelpAction( KActionCollection* parent, QWidget* parent = 0 ); -+ KoContextHelpAction( KActionCollection* parent, QWidget* popupParent = 0 ); - virtual ~KoContextHelpAction(); - - public slots: diff --git a/app-office/karbon/karbon-1.6.2.ebuild b/app-office/karbon/karbon-1.6.2.ebuild deleted file mode 100644 index 687821621d3c..000000000000 --- a/app-office/karbon/karbon-1.6.2.ebuild +++ /dev/null @@ -1,57 +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.2.ebuild,v 1.12 2009/06/30 20:41:09 tampakrap Exp $ - -MAXKOFFICEVER=1.6.3 -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="" - -RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs) - >=media-gfx/imagemagick-5.5.2 - >=media-libs/freetype-2 - media-libs/fontconfig - media-libs/libart_lgpl" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -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" - -PATCHES=( "${FILESDIR}/${P}+gcc-4.3.patch" ) - -need-kde 3.4 - -src_unpack() { - kde-meta_src_unpack unpack - - # We need to compile liboofilter first - echo "SUBDIRS = liboofilter karbon" > "$S"/filters/Makefile.am - - # Fixing the desktop file, cf. bug 190006 - sed -i -e "s:postscript$:postscript;:g" "${S}"/karbon/data/karbon.desktop - - kde-meta_src_unpack makefiles -} |