[arch-commits] CVS update of extra/lib/metakit (PKGBUILD metakit-2.4.9.3-64bit.patch)

Eric Belanger eric at archlinux.org
Sun Nov 4 22:24:20 UTC 2007


    Date: Sunday, November 4, 2007 @ 17:24:20
  Author: eric
    Path: /home/cvs-extra/extra/lib/metakit

 Removed: PKGBUILD (1.14) metakit-2.4.9.3-64bit.patch (1.1)

extra repo cleanup


-----------------------------+
 PKGBUILD                    |   24 ------------------------
 metakit-2.4.9.3-64bit.patch |   38 --------------------------------------
 2 files changed, 62 deletions(-)


Index: extra/lib/metakit/PKGBUILD
diff -u extra/lib/metakit/PKGBUILD:1.14 extra/lib/metakit/PKGBUILD:removed
--- extra/lib/metakit/PKGBUILD:1.14	Sun Mar 18 18:15:32 2007
+++ extra/lib/metakit/PKGBUILD	Sun Nov  4 17:24:20 2007
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD,v 1.14 2007/03/18 22:15:32 andyrtr Exp $
-# Maintainer: arjan <arjan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=metakit
-pkgver=2.4.9.6
-pkgrel=1
-pkgdesc="MetaKit is an efficient database library with a small footprint"
-arch=(i686 x86_64)
-depends=('gcc')
-makedepends=('tcl' 'python')
-options=('NOLIBTOOL')
-source=(http://www.equi4.com/pub/mk/$pkgname-$pkgver.tar.gz metakit-2.4.9.3-64bit.patch)
-url="http://www.equi4.com/metakit/"
-md5sums=('1fc24b1affa5418fc67428014fa369d9' '1e9f6e5484f8494c01887e2ce39d2fe2')
-
-build() {
-  mkdir -p $startdir/pkg/usr/lib/python2.5/site-packages
-
-  cd $startdir/src/$pkgname-$pkgver/builds
-  ../unix/configure --prefix=/usr --with-tcl=/usr/include --with-python=/usr
-  make || return 1
-  make DESTDIR=$startdir/pkg install
-}
Index: extra/lib/metakit/metakit-2.4.9.3-64bit.patch
diff -u extra/lib/metakit/metakit-2.4.9.3-64bit.patch:1.1 extra/lib/metakit/metakit-2.4.9.3-64bit.patch:removed
--- extra/lib/metakit/metakit-2.4.9.3-64bit.patch:1.1	Sat May 27 03:18:09 2006
+++ extra/lib/metakit/metakit-2.4.9.3-64bit.patch	Sun Nov  4 17:24:20 2007
@@ -1,38 +0,0 @@
---- metakit-2.4.9.3/python/PyRowRef.cpp.64bit	2004-01-20 20:46:06.000000000 -0500
-+++ metakit-2.4.9.3/python/PyRowRef.cpp	2005-05-25 16:29:02.000000000 -0400
-@@ -24,12 +24,12 @@
- }
- 
- static int PyRowRef_print(PyRowRef *o, FILE *f, int) {
--  fprintf(f, "<PyRowRef object at %x>", (int)o);
-+  fprintf(f, "<PyRowRef object at %zx>", o);
-   return 0;
- }
- 
- static int PyRORowRef_print(PyRowRef *o, FILE *f, int) {
--  fprintf(f, "<PyRORowRef object at %x>", (int)o);
-+  fprintf(f, "<PyRORowRef object at %zx>", o);
-   return 0;
- }
- 
---- metakit-2.4.9.3/python/PyView.cpp.64bit	2005-05-25 16:30:09.000000000 -0400
-+++ metakit-2.4.9.3/python/PyView.cpp	2005-05-25 16:30:42.000000000 -0400
-@@ -971,15 +971,15 @@
- }
- 
- static int PyView_print(PyView *o, FILE *f, int) {
--  fprintf(f, "<PyView object at %x>", (int)o);
-+  fprintf(f, "<PyView object at %zx>", o);
-   return 0;
- }
- static int PyViewer_print(PyView *o, FILE *f, int) {
--  fprintf(f, "<PyViewer object at %x>", (int)o);
-+  fprintf(f, "<PyViewer object at %zx>", o);
-   return 0;
- }
- static int PyROViewer_print(PyView *o, FILE *f, int) {
--  fprintf(f, "<PyROViewer object at %x>", (int)o);
-+  fprintf(f, "<PyROViewer object at %zx>", o);
-   return 0;
- }
- 




More information about the arch-commits mailing list