summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2005-12-03 19:49:39 +0000
committerCarsten Lohrke <carlo@gentoo.org>2005-12-03 19:49:39 +0000
commitf0225db0e0294ec2e14183d7cdad699a8b876d5d (patch)
tree2836e12c082f70218c70276695937048066699be /app-office/kexi
parentmissing dependency, gcc 4.1 patch thanks to Hanno (diff)
downloadhistorical-f0225db0e0294ec2e14183d7cdad699a8b876d5d.tar.gz
historical-f0225db0e0294ec2e14183d7cdad699a8b876d5d.tar.bz2
historical-f0225db0e0294ec2e14183d7cdad699a8b876d5d.zip
gcc 4.1 patch thanks to Hanno
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-office/kexi')
-rw-r--r--app-office/kexi/ChangeLog8
-rw-r--r--app-office/kexi/Manifest15
-rw-r--r--app-office/kexi/files/digest-kexi-1.4.2-r11
-rw-r--r--app-office/kexi/files/kexi-1.4.2-gcc41.patch22
-rw-r--r--app-office/kexi/kexi-1.4.2-r1.ebuild48
5 files changed, 82 insertions, 12 deletions
diff --git a/app-office/kexi/ChangeLog b/app-office/kexi/ChangeLog
index ad556007aa32..baa325af8ec9 100644
--- a/app-office/kexi/ChangeLog
+++ b/app-office/kexi/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/kexi
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/ChangeLog,v 1.18 2005/11/30 06:36:36 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/ChangeLog,v 1.19 2005/12/03 19:47:38 carlo Exp $
+
+*kexi-1.4.2-r1 (03 Dec 2005)
+
+ 03 Dec 2005; Carsten Lohrke <carlo@gentoo.org>
+ +files/kexi-1.4.2-gcc41.patch, +kexi-1.4.2-r1.ebuild:
+ gcc 4.1 patch thanks to Hanno
30 Nov 2005; Mark Loeser <halcy0n@gentoo.org> kexi-1.4.2.ebuild:
Stable on x86; bug #112840
diff --git a/app-office/kexi/Manifest b/app-office/kexi/Manifest
index 1f9313f14a25..1fdf8732ebf3 100644
--- a/app-office/kexi/Manifest
+++ b/app-office/kexi/Manifest
@@ -1,16 +1,9 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 6de56b2ad966708f1a1d8327c55594b9 ChangeLog 2087
+MD5 c934421646261dcdb5e860c1c38e1815 ChangeLog 2255
MD5 79e9d059a9a700c3c8009978d0aa0ce3 files/digest-kexi-1.4.1 68
MD5 cf5b314fdf4094ea845edfddf2cf39b5 files/digest-kexi-1.4.2 68
+MD5 cf5b314fdf4094ea845edfddf2cf39b5 files/digest-kexi-1.4.2-r1 68
+MD5 5f3683b6817935e4f6269bd64398c479 files/kexi-1.4.2-gcc41.patch 1094
MD5 90a8b21bfe0797419089980639fd6eb3 kexi-1.4.1.ebuild 1074
+MD5 139c5f87bbd884086a87731e8862a311 kexi-1.4.2-r1.ebuild 1033
MD5 006de98d6fdb780f9f8259b50b55248f kexi-1.4.2.ebuild 1079
MD5 02039d51ca4a42817775fd436dfaa956 metadata.xml 157
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDjUh/CRZPokWLroQRAtrLAKCyLKqE3kFqWEP7OTSJU2VA1t3NJgCffiN0
-ao/mpvaGtAA30EpzQcXaymM=
-=7l4l
------END PGP SIGNATURE-----
diff --git a/app-office/kexi/files/digest-kexi-1.4.2-r1 b/app-office/kexi/files/digest-kexi-1.4.2-r1
new file mode 100644
index 000000000000..a054824ae545
--- /dev/null
+++ b/app-office/kexi/files/digest-kexi-1.4.2-r1
@@ -0,0 +1 @@
+MD5 6b456fb7d54c84b11396b27a96ae0cf8 koffice-1.4.2.tar.bz2 19486852
diff --git a/app-office/kexi/files/kexi-1.4.2-gcc41.patch b/app-office/kexi/files/kexi-1.4.2-gcc41.patch
new file mode 100644
index 000000000000..879010273e19
--- /dev/null
+++ b/app-office/kexi/files/kexi-1.4.2-gcc41.patch
@@ -0,0 +1,22 @@
+--- koffice-1.4.2/kexi/migration/mysql/mysqlmigrate.h 2005-10-05 12:25:13.000000000 +0200
++++ kexi-1.4.2-gcc41/kexi/migration/mysql/mysqlmigrate.h 2005-12-02 18:28:10.059616750 +0100
+@@ -60,7 +60,7 @@
+ ~MySQLMigrate();
+ //Constructor
+ MySQLMigrate();
+- MySQLMigrate::MySQLMigrate(QObject *parent, const char *name, const QStringList& args = QStringList());
++ MySQLMigrate(QObject *parent, const char *name, const QStringList& args = QStringList());
+
+ KexiDB::Field::Type type(const QString& table, const MYSQL_FIELD* t);
+
+@@ -69,8 +69,8 @@
+
+ QStringList examineEnumField(const QString& table,
+ const MYSQL_FIELD* fld);
+- void MySQLMigrate::getConstraints(int mysqlConstraints, KexiDB::Field* fld);
+- void MySQLMigrate::getOptions(int flags, KexiDB::Field* fld);
++ void getConstraints(int mysqlConstraints, KexiDB::Field* fld);
++ void getOptions(int flags, KexiDB::Field* fld);
+
+ /*! driver's static version information, it is automatically implemented
+ in implementation using KEXIDB_DRIVER macro (see driver_p.h) */
diff --git a/app-office/kexi/kexi-1.4.2-r1.ebuild b/app-office/kexi/kexi-1.4.2-r1.ebuild
new file mode 100644
index 000000000000..82f5f85dd955
--- /dev/null
+++ b/app-office/kexi/kexi-1.4.2-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/kexi-1.4.2-r1.ebuild,v 1.1 2005/12/03 19:47:38 carlo Exp $
+
+MAXKOFFICEVER=${PV}
+KMNAME=koffice
+inherit kde-meta eutils
+
+DESCRIPTION="KOffice integrated environment for database management."
+HOMEPAGE="http://www.koffice.org/"
+LICENSE="GPL-2 LGPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="mysql postgres"
+
+RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs)
+ sys-libs/readline
+ mysql? ( dev-db/mysql )
+ postgres? ( dev-libs/libpqxx )
+ dev-lang/python
+ !dev-db/kexi"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+KMCOPYLIB="
+ libkformula lib/kformula
+ libkofficecore lib/kofficecore
+ libkofficeui lib/kofficeui
+ libkopainter lib/kopainter
+ libkoscript lib/koscript
+ libkotext lib/kotext
+ libkwmf lib/kwmf
+ libkowmf lib/kwmf
+ libkstore lib/store"
+
+KMEXTRACTONLY="lib/"
+
+need-kde 3.3
+
+PATCHES="${FILESDIR}/kexi-1.4.2-gcc41.patch"
+
+src_compile() {
+ local myconf="$(use_enable mysql) $(use_enable postgres pgsql)"
+
+ kde-meta_src_compile
+}