diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-12-12 08:37:37 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-12-12 08:37:37 +0000 |
commit | b83e11ae39c1ff51355c5aebbf15cb9c13628302 (patch) | |
tree | af0c780f5a2800efcfb988f60d230abdb9425ec0 /app-editors | |
parent | unmasked on x86 upon testing (diff) | |
download | historical-b83e11ae39c1ff51355c5aebbf15cb9c13628302.tar.gz historical-b83e11ae39c1ff51355c5aebbf15cb9c13628302.tar.bz2 historical-b83e11ae39c1ff51355c5aebbf15cb9c13628302.zip |
version bump
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/kile/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/kile/files/digest-kile-1.31 | 1 | ||||
-rw-r--r-- | app-editors/kile/files/kile-1.31-qt-no-stl.diff | 60 | ||||
-rw-r--r-- | app-editors/kile/kile-1.31.ebuild | 20 |
4 files changed, 88 insertions, 1 deletions
diff --git a/app-editors/kile/ChangeLog b/app-editors/kile/ChangeLog index e6574771a075..2c6cd6fcfca3 100644 --- a/app-editors/kile/ChangeLog +++ b/app-editors/kile/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/kile # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/ChangeLog,v 1.8 2002/12/09 04:17:39 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/ChangeLog,v 1.9 2002/12/12 08:37:37 hannes Exp $ + +*kile-1.31 (12 Dec 2002) + + 12 Dec 2002; Hannes Mehnert <hannes@gentoo.org> kile-1.31.ebuild: + version bump, thanks to absinthe@pobox.com (Dylan Carlson) for submission + (bug #11967) \* Autoupdate keywords (12-6-02) 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords diff --git a/app-editors/kile/files/digest-kile-1.31 b/app-editors/kile/files/digest-kile-1.31 new file mode 100644 index 000000000000..8b974981bf91 --- /dev/null +++ b/app-editors/kile/files/digest-kile-1.31 @@ -0,0 +1 @@ +MD5 3f38531bed3e41c6d34f853610f5f659 kile-1.31.tar.gz 1102886 diff --git a/app-editors/kile/files/kile-1.31-qt-no-stl.diff b/app-editors/kile/files/kile-1.31-qt-no-stl.diff new file mode 100644 index 000000000000..d05dbe3c8a5c --- /dev/null +++ b/app-editors/kile/files/kile-1.31-qt-no-stl.diff @@ -0,0 +1,60 @@ +diff -ur kile/gfe/fileFilter.cpp kile/gfe/fileFilter.cpp +--- kile/gfe/fileFilter.cpp 2002-10-05 16:13:28.000000000 +0300 ++++ kile/gfe/fileFilter.cpp 2002-11-30 13:50:56.000000000 +0200 +@@ -8,6 +8,8 @@ + *********************************************************************/ + using namespace std; + ++#define QT_NO_STL ++ + #include "fileFilter.h" + #include <qstring.h> + #include <qfiledlg.h> +diff -ur kile/gfe/multiFile.cpp kile/gfe/multiFile.cpp +--- kile/gfe/multiFile.cpp 2002-10-05 16:13:51.000000000 +0300 ++++ kile/gfe/multiFile.cpp 2002-11-30 13:50:56.000000000 +0200 +@@ -22,6 +22,8 @@ + + ------------------------------------------------------------------------*/ + ++#define QT_NO_STL ++ + #include "multiFile.h" + #include <iostream.h> + #include <klocale.h> +diff -ur kile/gfe/qplotdialog.cpp kile/gfe/qplotdialog.cpp +--- kile/gfe/qplotdialog.cpp 2002-10-05 16:13:59.000000000 +0300 ++++ kile/gfe/qplotdialog.cpp 2002-11-30 13:50:57.000000000 +0200 +@@ -17,6 +17,8 @@ + * * + ***************************************************************************/ + ++#define QT_NO_STL ++ + #include "qplotdialog.h" + #include <qlabel.h> + #include <qmenubar.h> +diff -ur kile/gfe/qplotmaker.cpp kile/gfe/qplotmaker.cpp +--- kile/gfe/qplotmaker.cpp 2002-10-05 16:14:00.000000000 +0300 ++++ kile/gfe/qplotmaker.cpp 2002-11-30 13:50:57.000000000 +0200 +@@ -17,6 +17,8 @@ + * * + ***************************************************************************/ + ++#define QT_NO_STL ++ + #ifdef HAVE_CONFIG_H + #include <config.h> + #endif +diff -ur kile/gfe/rawGnu.cpp kile/gfe/rawGnu.cpp +--- kile/gfe/rawGnu.cpp 2002-10-05 16:14:02.000000000 +0300 ++++ kile/gfe/rawGnu.cpp 2002-11-30 13:50:58.000000000 +0200 +@@ -23,6 +23,8 @@ + + *********************************************************************/ + ++#define QT_NO_STL ++ + #include "rawGnu.h" + + rawGnu::rawGnu diff --git a/app-editors/kile/kile-1.31.ebuild b/app-editors/kile/kile-1.31.ebuild new file mode 100644 index 000000000000..fd9af06d6d89 --- /dev/null +++ b/app-editors/kile/kile-1.31.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/kile-1.31.ebuild,v 1.1 2002/12/12 08:37:37 hannes Exp $ +inherit kde-base + +need-kde 3 + +IUSE="" +DESCRIPTION="A Latex Editor and TeX shell for kde" +SRC_URI="http://perso.club-internet.fr/pascal.brachet/kile/${P}.tar.gz" +HOMEPAGE="http://perso.club-internet.fr/pascal.brachet/kile/" + +DEPEND="$DEPEND sys-devel/perl" +RDEPEND="${RDEPEND} app-text/tetex" + +KEYWORDS="~x86" +LICENSE="GPL-2" + +#fix #11173 +PATCHES="$FILESDIR/$P-qt-no-stl.diff" |