summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-02-17 02:42:42 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-02-17 02:42:42 +0000
commit1c756da475e8094961f8c301cff0dca276386939 (patch)
tree49cea85973653ebf9da58b62473aff8fccef0b16 /kde-base/kate
parentSpring cleaning. (diff)
downloadgentoo-2-1c756da475e8094961f8c301cff0dca276386939.tar.gz
gentoo-2-1c756da475e8094961f8c301cff0dca276386939.tar.bz2
gentoo-2-1c756da475e8094961f8c301cff0dca276386939.zip
Spring cleaning.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kate')
-rw-r--r--kde-base/kate/ChangeLog9
-rw-r--r--kde-base/kate/files/kate-3.5.5-visibility.patch77
-rw-r--r--kde-base/kate/files/kate-3.5.7-session-save.patch18
-rw-r--r--kde-base/kate/kate-3.5.5-r1.ebuild16
-rw-r--r--kde-base/kate/kate-3.5.5.ebuild14
-rw-r--r--kde-base/kate/kate-3.5.6-r1.ebuild17
-rw-r--r--kde-base/kate/kate-3.5.6.ebuild14
-rw-r--r--kde-base/kate/kate-3.5.7-r1.ebuild17
-rw-r--r--kde-base/kate/kate-3.5.7.ebuild17
-rw-r--r--kde-base/kate/kate-4.0.0.ebuild24
10 files changed, 8 insertions, 215 deletions
diff --git a/kde-base/kate/ChangeLog b/kde-base/kate/ChangeLog
index 6cd6a4f08f5f..0e09b233fe0a 100644
--- a/kde-base/kate/ChangeLog
+++ b/kde-base/kate/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for kde-base/kate
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.96 2008/02/07 00:10:39 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.97 2008/02/17 02:42:41 ingmar Exp $
+
+ 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ -files/kate-3.5.5-visibility.patch, -files/kate-3.5.7-session-save.patch,
+ -kate-3.5.5.ebuild, -kate-3.5.5-r1.ebuild, -kate-3.5.6.ebuild,
+ -kate-3.5.6-r1.ebuild, -kate-3.5.7.ebuild, -kate-3.5.7-r1.ebuild,
+ -kate-4.0.0.ebuild:
+ Spring cleaning
*kate-4.0.1 (06 Feb 2008)
diff --git a/kde-base/kate/files/kate-3.5.5-visibility.patch b/kde-base/kate/files/kate-3.5.5-visibility.patch
deleted file mode 100644
index 4468a30ffff6..000000000000
--- a/kde-base/kate/files/kate-3.5.5-visibility.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-SVN commit 599194 by dhaumann:
-
-fix missing KDE_EXPORTs which caused undefined references for kate plugins.
-
-CCMAIL: kwrite-devel@kde.org
-
-
- M +1 -1 application.h
- M +1 -1 documentmanager.h
- M +2 -2 plugin.h
- M +1 -1 pluginconfiginterface.h
- M +1 -1 pluginconfiginterfaceextension.h
-
-
---- branches/KDE/3.5/kdebase/kate/interfaces/application.h #599193:599194
-@@ -72,7 +72,7 @@
- * Returns the application object
- * @return Application application object
- */
--Application *application ();
-+KDE_EXPORT Application *application ();
-
- }
-
---- branches/KDE/3.5/kdebase/kate/interfaces/documentmanager.h #599193:599194
-@@ -104,7 +104,7 @@
- * Returns the document manager object
- * @return DocumentManager document manager object
- */
--DocumentManager *documentManager ();
-+KDE_EXPORT DocumentManager *documentManager ();
-
- }
-
---- branches/KDE/3.5/kdebase/kate/interfaces/plugin.h #599193:599194
-@@ -52,7 +52,7 @@
- unsigned int myPluginNumber;
- };
-
--Plugin *createPlugin ( const char* libname, Application *application = 0, const char *name = 0,const QStringList &args = QStringList() );
-+KDE_EXPORT Plugin *createPlugin ( const char* libname, Application *application = 0, const char *name = 0,const QStringList &args = QStringList() );
-
- /*
- * view plugin class
-@@ -80,7 +80,7 @@
- unsigned int myPluginViewInterfaceNumber;
- };
-
--PluginViewInterface *pluginViewInterface (Plugin *plugin);
-+KDE_EXPORT PluginViewInterface *pluginViewInterface (Plugin *plugin);
-
- }
-
---- branches/KDE/3.5/kdebase/kate/interfaces/pluginconfiginterface.h #599193:599194
-@@ -56,7 +56,7 @@
- };
-
- class Plugin;
--PluginConfigInterface *pluginConfigInterface (Plugin *plugin);
-+KDE_EXPORT PluginConfigInterface *pluginConfigInterface (Plugin *plugin);
-
- }
-
---- branches/KDE/3.5/kdebase/kate/interfaces/pluginconfiginterfaceextension.h #599193:599194
-@@ -97,7 +97,7 @@
- };
-
- class Plugin;
--PluginConfigInterfaceExtension *pluginConfigInterfaceExtension (Plugin *plugin);
-+KDE_EXPORT PluginConfigInterfaceExtension *pluginConfigInterfaceExtension (Plugin *plugin);
-
- }
-
-_______________________________________________
-KWrite-Devel mailing list
-KWrite-Devel@kde.org
-https://mail.kde.org/mailman/listinfo/kwrite-devel \ No newline at end of file
diff --git a/kde-base/kate/files/kate-3.5.7-session-save.patch b/kde-base/kate/files/kate-3.5.7-session-save.patch
deleted file mode 100644
index fe8029365357..000000000000
--- a/kde-base/kate/files/kate-3.5.7-session-save.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- branches/KDE/3.5/kdebase/kate/app/katesession.cpp 2007/06/16 03:24:38 676114
-+++ branches/KDE/3.5/kdebase/kate/app/katesession.cpp 2007/06/16 03:24:56 676115
-@@ -381,13 +381,13 @@
-
- if (sesExit == "ask")
- {
-- KDialogBase dlg( i18n ("Save Session?")
-+ KDialogBase* dlg = new KDialogBase(i18n ("Save Session?")
- , KDialogBase::Yes | KDialogBase::No
- , KDialogBase::Yes, KDialogBase::No
- );
-
- bool dontAgain = false;
-- int res = KMessageBox::createKMessageBox(&dlg, QMessageBox::Question,
-+ int res = KMessageBox::createKMessageBox(dlg, QMessageBox::Question,
- i18n("Save current session?"), QStringList(),
- i18n("Do not ask again"), &dontAgain, KMessageBox::Notify);
-
diff --git a/kde-base/kate/kate-3.5.5-r1.ebuild b/kde-base/kate/kate-3.5.5-r1.ebuild
deleted file mode 100644
index 622e2d48e1d5..000000000000
--- a/kde-base/kate/kate-3.5.5-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-3.5.5-r1.ebuild,v 1.8 2007/07/25 18:01:44 armin76 Exp $
-
-KMNAME=kdebase
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="KDE MDI editor/ide"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="kdehiddenvisibility"
-
-KMEXTRA="doc/kwrite"
-
-PATCHES="${FILESDIR}/${P}-visibility.patch"
diff --git a/kde-base/kate/kate-3.5.5.ebuild b/kde-base/kate/kate-3.5.5.ebuild
deleted file mode 100644
index 1b37622ba51d..000000000000
--- a/kde-base/kate/kate-3.5.5.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-3.5.5.ebuild,v 1.10 2007/07/11 01:08:47 mr_bones_ Exp $
-
-KMNAME=kdebase
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="KDE MDI editor/ide"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="kdehiddenvisibility"
-
-KMEXTRA="doc/kwrite"
diff --git a/kde-base/kate/kate-3.5.6-r1.ebuild b/kde-base/kate/kate-3.5.6-r1.ebuild
deleted file mode 100644
index c6fc7f385f26..000000000000
--- a/kde-base/kate/kate-3.5.6-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-3.5.6-r1.ebuild,v 1.1 2007/04/30 19:51:59 carlo Exp $
-
-KMNAME=kdebase
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-SRC_URI="${SRC_URI}
- mirror://gentoo/kdebase-3.5-patchset-04.tar.bz2"
-
-DESCRIPTION="Kate is an MDI texteditor."
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="kdehiddenvisibility"
-
-KMEXTRA="doc/kwrite"
diff --git a/kde-base/kate/kate-3.5.6.ebuild b/kde-base/kate/kate-3.5.6.ebuild
deleted file mode 100644
index 54cd66d34a39..000000000000
--- a/kde-base/kate/kate-3.5.6.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-3.5.6.ebuild,v 1.2 2007/01/17 00:07:29 flameeyes Exp $
-
-KMNAME=kdebase
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="KDE MDI editor/ide"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="kdehiddenvisibility"
-
-KMEXTRA="doc/kwrite"
diff --git a/kde-base/kate/kate-3.5.7-r1.ebuild b/kde-base/kate/kate-3.5.7-r1.ebuild
deleted file mode 100644
index 52a7756d3529..000000000000
--- a/kde-base/kate/kate-3.5.7-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-3.5.7-r1.ebuild,v 1.9 2007/08/11 16:53:20 armin76 Exp $
-
-KMNAME=kdebase
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-SRC_URI="${SRC_URI}
- mirror://gentoo/kdebase-3.5-patchset-06.tar.bz2"
-
-DESCRIPTION="Kate is an MDI texteditor."
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="kdehiddenvisibility"
-
-KMEXTRA="doc/kwrite"
diff --git a/kde-base/kate/kate-3.5.7.ebuild b/kde-base/kate/kate-3.5.7.ebuild
deleted file mode 100644
index 360f8a55a56f..000000000000
--- a/kde-base/kate/kate-3.5.7.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-3.5.7.ebuild,v 1.1 2007/05/22 21:16:21 carlo Exp $
-
-KMNAME=kdebase
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-SRC_URI="${SRC_URI}
- mirror://gentoo/kdebase-3.5-patchset-04.tar.bz2"
-
-DESCRIPTION="Kate is an MDI texteditor."
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="kdehiddenvisibility"
-
-KMEXTRA="doc/kwrite"
diff --git a/kde-base/kate/kate-4.0.0.ebuild b/kde-base/kate/kate-4.0.0.ebuild
deleted file mode 100644
index 0175eb87dcd9..000000000000
--- a/kde-base/kate/kate-4.0.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.0.0.ebuild,v 1.3 2008/01/19 14:58:10 ingmar Exp $
-
-EAPI="1"
-
-KMNAME=kdesdk
-inherit kde4-meta
-
-DESCRIPTION="Kate is an MDI texteditor."
-KEYWORDS="~amd64 ~x86"
-IUSE="debug htmlhandbook"
-
-DEPEND="${DEPEND}
- || ( >=kde-base/plasma-${PV}:${SLOT}
- >=kde-base/kdebase-${PV}:${SLOT} )"
-RDEPEND="${DEPEND}
- dev-libs/libxml2
- dev-libs/libxslt"
-
-src_unpack() {
- use htmlhandbook && KMEXTRA="doc/kate-plugins"
- kde4-meta_src_unpack
-}