summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2005-10-15 14:01:59 +0000
committerCarsten Lohrke <carlo@gentoo.org>2005-10-15 14:01:59 +0000
commit4aad80401abf250ae695a5d91726b454c91b8c7b (patch)
tree669b8e52767bf0f23462fd2d1de04e8c0bf32444 /dev-db/hk_classes
parentchanged it to be a virtual package with RDEPEND only (diff)
downloadhistorical-4aad80401abf250ae695a5d91726b454c91b8c7b.tar.gz
historical-4aad80401abf250ae695a5d91726b454c91b8c7b.tar.bz2
historical-4aad80401abf250ae695a5d91726b454c91b8c7b.zip
restore accidentally deleted wrong patch
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-db/hk_classes')
-rw-r--r--dev-db/hk_classes/ChangeLog6
-rw-r--r--dev-db/hk_classes/Manifest4
-rw-r--r--dev-db/hk_classes/files/hk_classes-0.7.4-amd64.patch117
-rw-r--r--dev-db/hk_classes/files/hk_classes-amd64.patch58
4 files changed, 65 insertions, 120 deletions
diff --git a/dev-db/hk_classes/ChangeLog b/dev-db/hk_classes/ChangeLog
index affdf574455b..c8f22183ad1b 100644
--- a/dev-db/hk_classes/ChangeLog
+++ b/dev-db/hk_classes/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/hk_classes
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/hk_classes/ChangeLog,v 1.35 2005/10/12 14:12:47 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/hk_classes/ChangeLog,v 1.36 2005/10/15 14:01:59 carlo Exp $
+
+ 15 Oct 2005; Carsten Lohrke <carlo@gentoo.org>
+ -files/hk_classes-0.7.4-amd64.patch, +files/hk_classes-amd64.patch:
+ restore accidentally deleted wrong patch
*hk_classes-0.7.4a (12 Oct 2005)
diff --git a/dev-db/hk_classes/Manifest b/dev-db/hk_classes/Manifest
index cbe537466521..53958d50f8e1 100644
--- a/dev-db/hk_classes/Manifest
+++ b/dev-db/hk_classes/Manifest
@@ -1,8 +1,8 @@
MD5 4d04ca687df927ef9372671708783270 hk_classes-0.7.4a.ebuild 1930
MD5 5626f8e0e7fc410ca9b10fa91aaa29df hk_classes-0.7.1.ebuild 1146
-MD5 98e4760ead0554ceaad455c4b4d1893d ChangeLog 5452
+MD5 6f69fd45587f8e835cda3a32a5c14c82 ChangeLog 5615
MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156
MD5 85913ee0452ca03c30bc07640aa4926e files/digest-hk_classes-0.7.1 198
MD5 c3161dc00351b9805b1ef1b53b6ca0ec files/digest-hk_classes-0.7.4a 158
-MD5 6d1cdb63ba68017fa4a1c5cf47a08324 files/hk_classes-0.7.4-amd64.patch 5032
+MD5 3986d92d3fe87dfac8646b3527e465cb files/hk_classes-amd64.patch 2569
MD5 39ffc493157dcbdae7d9991cf29afb88 files/hk_classes-0.7.4a-amd64.patch 2997
diff --git a/dev-db/hk_classes/files/hk_classes-0.7.4-amd64.patch b/dev-db/hk_classes/files/hk_classes-0.7.4-amd64.patch
deleted file mode 100644
index e1f49d0c7ddf..000000000000
--- a/dev-db/hk_classes/files/hk_classes-0.7.4-amd64.patch
+++ /dev/null
@@ -1,117 +0,0 @@
-diff -Naur hk_classes-0.7.orig/hk_classes/Makefile.am hk_classes-0.7/hk_classes/Makefile.am
---- hk_classes-0.7.orig/hk_classes/Makefile.am 2004-06-20 15:48:48.000000000 +0200
-+++ hk_classes-0.7/hk_classes/Makefile.am 2004-11-21 23:10:13.670882088 +0100
-@@ -1,7 +1,7 @@
- libdir=@HK_CLASSESDIR@
- includedir=@HK_CLASSESINCDIR@
- libhk_classes_la_LDFLAGS = -version-info 8:0:0 @LTLIBICONV@
--AM_CXXFLAGS= -Wall @PYTHONINC@
-+AM_CXXFLAGS= -Wall @PYTHONINC@ -fPIC
-
- SUBDIRS = .
-
-diff -Naur hk_classes-0.7.orig/hk_firebirdclasses/Makefile.am hk_classes-0.7/hk_firebirdclasses/Makefile.am
---- hk_classes-0.7.orig/hk_firebirdclasses/Makefile.am 2005-05-26 19:39:09.000000000 +0100
-+++ hk_classes-0.7/hk_firebirdclasses/Makefile.am 2005-05-29 15:50:34.000000000 +0100
-@@ -3,7 +3,7 @@
-
- AM_CPPFLAGS=
-
--AM_CXXFLAGS= -Wall
-+AM_CXXFLAGS= -Wall -fPIC
-
- libhk_firebirddriver_la_LDFLAGS = -version-info 0:0:0 -lfbclient -L@HK_CLASSESDIR@ -L@FIREBIRDLIBDIR@ -lhk_classes
-
-diff -Naur hk_classes-0.7.orig/hk_mdbclasses/Makefile.am hk_classes-0.7/hk_mdbclasses/Makefile.am
---- hk_classes-0.7.orig/hk_mdbclasses/Makefile.am 2005-03-27 17:33:44.000000000 +0100
-+++ hk_classes-0.7/hk_mdbclasses/Makefile.am 2005-05-29 15:53:39.000000000 +0100
-@@ -3,7 +3,7 @@
-
- AM_CPPFLAGS=$(GLIB_CFLAGS)
-
--AM_CXXFLAGS= -Wall
-+AM_CXXFLAGS= -Wall -fPIC
-
- libhk_mdbdriver_la_LDFLAGS = -version-info 0:0:0 -lmdb -lmdbsql -L../hk_classes -L@MDBLIBDIR@ $(GLIB_LIBADD) -lhk_classes
-
-diff -Naur hk_classes-0.7.orig/hk_mysqlclasses/Makefile.am hk_classes-0.7/hk_mysqlclasses/Makefile.am
---- hk_classes-0.7.orig/hk_mysqlclasses/Makefile.am 2003-05-22 20:27:14.000000000 +0200
-+++ hk_classes-0.7/hk_mysqlclasses/Makefile.am 2004-11-21 23:10:19.127052624 +0100
-@@ -1,7 +1,7 @@
- libdir=@HK_CLASSESDIR@/drivers
- INCLUDES= -I../hk_classes -I@MYSQLINCDIR@
-
--AM_CXXFLAGS= -Wall
-+AM_CXXFLAGS= -Wall -fPIC
-
- libhk_mysqldriver_la_LDFLAGS = -version-info 3:4:0 -lmysqlclient -L../hk_classes -L@MYSQLLIBDIR@ -lhk_classes
-
-diff -Naur hk_classes-0.7.orig/hk_odbcclasses/Makefile.am hk_classes-0.7/hk_odbcclasses/Makefile.am
---- hk_classes-0.7.orig/hk_odbcclasses/Makefile.am 2003-05-22 20:27:14.000000000 +0200
-+++ hk_classes-0.7/hk_odbcclasses/Makefile.am 2004-11-21 23:10:24.672209632 +0100
-@@ -1,6 +1,6 @@
- libdir=@HK_CLASSESDIR@/drivers
- INCLUDES= -I../hk_classes -I@ODBCINCDIR@
--AM_CXXFLAGS= -Wall
-+AM_CXXFLAGS= -Wall -fPIC
-
- libhk_odbcdriver_la_LDFLAGS = -version-info 0:0:0 -l@ODBCLIBRARY@ -L@ODBCLIBDIR@ -lhk_classes -L../hk_classes
-
-diff -Naur hk_classes-0.7.orig/hk_paradoxclasses/Makefile.am hk_classes-0.7/hk_paradoxclasses/Makefile.am
---- hk_classes-0.7.orig/hk_paradoxclasses/Makefile.am 2005-05-05 14:56:52.000000000 +0100
-+++ hk_classes-0.7/hk_paradoxclasses/Makefile.am 2005-05-29 15:59:07.000000000 +0100
-@@ -3,7 +3,7 @@
-
- AM_CPPFLAGS=
-
--AM_CXXFLAGS= -Wall
-+AM_CXXFLAGS= -Wall -fPIC
-
- libhk_paradoxdriver_la_LDFLAGS = -version-info 0:0:0 -lpx -L../hk_classes -L@PARADOXLIBDIR@ -lhk_classes
-
-diff -Naur hk_classes-0.7.orig/hk_postgresclasses/Makefile.am hk_classes-0.7/hk_postgresclasses/Makefile.am
---- hk_classes-0.7.orig/hk_postgresclasses/Makefile.am 2003-05-22 20:27:11.000000000 +0200
-+++ hk_classes-0.7/hk_postgresclasses/Makefile.am 2004-11-21 23:11:02.304488656 +0100
-@@ -1,6 +1,7 @@
- libdir=@HK_CLASSESDIR@/drivers
- INCLUDES= -I../hk_classes -I@POSTGRESINCDIR@
-
-+AM_CXXFLAGS= -fPIC
-
- libhk_postgresdriver_la_LDFLAGS = -version-info 0:1:0 -lpq -lhk_classes -L../hk_classes -L@POSTGRESLIBDIR@
-
-diff -Naur hk_classes-0.7.orig/hk_sqlite3classes/Makefile.am hk_classes-0.7/hk_sqlite3classes/Makefile.am
---- hk_classes-0.7.orig/hk_sqlite3classes/Makefile.am 2004-10-07 17:24:02.000000000 +0100
-+++ hk_classes-0.7/hk_sqlite3classes/Makefile.am 2005-05-29 16:02:44.000000000 +0100
-@@ -1,7 +1,7 @@
- libdir=@HK_CLASSESDIR@/drivers
- INCLUDES= -I../hk_classes -I@SQLITE3INCDIR@
-
--AM_CXXFLAGS= -Wall
-+AM_CXXFLAGS= -Wall -fPIC
-
- libhk_sqlite3driver_la_LDFLAGS = -version-info 0:0:0 -lsqlite3 -L../hk_classes -L@SQLITE3LIBDIR@ -lhk_classes
-
-diff -Naur hk_classes-0.7.orig/hk_sqliteclasses/Makefile.am hk_classes-0.7/hk_sqliteclasses/Makefile.am
---- hk_classes-0.7.orig/hk_sqliteclasses/Makefile.am 2004-07-11 10:04:53.000000000 +0200
-+++ hk_classes-0.7/hk_sqliteclasses/Makefile.am 2004-11-21 23:11:09.117452928 +0100
-@@ -1,7 +1,7 @@
- libdir=@HK_CLASSESDIR@/drivers
- INCLUDES= -I../hk_classes -I@SQLITEINCDIR@
-
--AM_CXXFLAGS= -Wall
-+AM_CXXFLAGS= -Wall -fPIC
-
- libhk_sqlite2driver_la_LDFLAGS = -version-info 0:0:0 -lsqlite -L../hk_classes -L@SQLITELIBDIR@ -lhk_classes
-
-diff -Naur hk_classes-0.7.orig/hk_xbaseclasses/Makefile.am hk_classes-0.7/hk_xbaseclasses/Makefile.am
---- hk_classes-0.7.orig/hk_xbaseclasses/Makefile.am 2005-04-10 10:55:26.000000000 +0100
-+++ hk_classes-0.7/hk_xbaseclasses/Makefile.am 2005-05-29 16:05:47.000000000 +0100
-@@ -3,7 +3,7 @@
-
- AM_CPPFLAGS=
-
--AM_CXXFLAGS= -Wall
-+AM_CXXFLAGS= -Wall -fPIC
-
- libhk_xbasedriver_la_LDFLAGS = -version-info 0:0:0 -lxbsql -L../hk_classes -L@XBASELIBDIR@ -lhk_classes
diff --git a/dev-db/hk_classes/files/hk_classes-amd64.patch b/dev-db/hk_classes/files/hk_classes-amd64.patch
new file mode 100644
index 000000000000..1bb5ce9ab388
--- /dev/null
+++ b/dev-db/hk_classes/files/hk_classes-amd64.patch
@@ -0,0 +1,58 @@
+diff -Naur hk_classes-0.7.orig/hk_classes/Makefile.am hk_classes-0.7/hk_classes/Makefile.am
+--- hk_classes-0.7.orig/hk_classes/Makefile.am 2004-06-20 15:48:48.000000000 +0200
++++ hk_classes-0.7/hk_classes/Makefile.am 2004-11-21 23:10:13.670882088 +0100
+@@ -1,7 +1,7 @@
+ libdir=@HK_CLASSESDIR@
+ includedir=@HK_CLASSESINCDIR@
+ libhk_classes_la_LDFLAGS = -version-info 6:0:0 @LTLIBICONV@
+-AM_CXXFLAGS= -Wall @PYTHONINC@
++AM_CXXFLAGS= -Wall @PYTHONINC@ -fPIC
+
+ SUBDIRS = .
+
+diff -Naur hk_classes-0.7.orig/hk_mysqlclasses/Makefile.am hk_classes-0.7/hk_mysqlclasses/Makefile.am
+--- hk_classes-0.7.orig/hk_mysqlclasses/Makefile.am 2003-05-22 20:27:14.000000000 +0200
++++ hk_classes-0.7/hk_mysqlclasses/Makefile.am 2004-11-21 23:10:19.127052624 +0100
+@@ -1,7 +1,7 @@
+ libdir=@HK_CLASSESDIR@/drivers
+ INCLUDES= -I../hk_classes -I@MYSQLINCDIR@
+
+-AM_CXXFLAGS= -Wall
++AM_CXXFLAGS= -Wall -fPIC
+
+ libhk_mysqldriver_la_LDFLAGS = -version-info 3:4:0 -lmysqlclient -L../hk_classes -L@MYSQLLIBDIR@ -lhk_classes
+
+diff -Naur hk_classes-0.7.orig/hk_odbcclasses/Makefile.am hk_classes-0.7/hk_odbcclasses/Makefile.am
+--- hk_classes-0.7.orig/hk_odbcclasses/Makefile.am 2003-05-22 20:27:14.000000000 +0200
++++ hk_classes-0.7/hk_odbcclasses/Makefile.am 2004-11-21 23:10:24.672209632 +0100
+@@ -1,6 +1,6 @@
+ libdir=@HK_CLASSESDIR@/drivers
+ INCLUDES= -I../hk_classes -I@ODBCINCDIR@
+-AM_CXXFLAGS= -Wall
++AM_CXXFLAGS= -Wall -fPIC
+
+ libhk_odbcdriver_la_LDFLAGS = -version-info 0:0:0 -l@ODBCLIBRARY@ -L@ODBCLIBDIR@ -lhk_classes -L../hk_classes
+
+diff -Naur hk_classes-0.7.orig/hk_postgresclasses/Makefile.am hk_classes-0.7/hk_postgresclasses/Makefile.am
+--- hk_classes-0.7.orig/hk_postgresclasses/Makefile.am 2003-05-22 20:27:11.000000000 +0200
++++ hk_classes-0.7/hk_postgresclasses/Makefile.am 2004-11-21 23:11:02.304488656 +0100
+@@ -1,6 +1,7 @@
+ libdir=@HK_CLASSESDIR@/drivers
+ INCLUDES= -I../hk_classes -I@POSTGRESINCDIR@
+
++AM_CXXFLAGS= -fPIC
+
+ libhk_postgresdriver_la_LDFLAGS = -version-info 0:1:0 -lpq -lhk_classes -L../hk_classes -L@POSTGRESLIBDIR@
+
+diff -Naur hk_classes-0.7.orig/hk_sqliteclasses/Makefile.am hk_classes-0.7/hk_sqliteclasses/Makefile.am
+--- hk_classes-0.7.orig/hk_sqliteclasses/Makefile.am 2004-07-11 10:04:53.000000000 +0200
++++ hk_classes-0.7/hk_sqliteclasses/Makefile.am 2004-11-21 23:11:09.117452928 +0100
+@@ -1,7 +1,7 @@
+ libdir=@HK_CLASSESDIR@/drivers
+ INCLUDES= -I../hk_classes -I@SQLITEINCDIR@
+
+-AM_CXXFLAGS= -Wall
++AM_CXXFLAGS= -Wall -fPIC
+
+ libhk_sqlite2driver_la_LDFLAGS = -version-info 0:0:0 -lsqlite -L../hk_classes -L@SQLITELIBDIR@ -lhk_classes
+