[arch-commits] Commit in sqlite3/repos (5 files)

2012-03-30 Thread andyrtr
Date: Friday, March 30, 2012 @ 10:26:35
  Author: andyrtr
Revision: 154652

db-move: moved sqlite3 from [testing] to [core] (x86_64)

Added:
  sqlite3/repos/core-x86_64/PKGBUILD
(from rev 154650, sqlite3/repos/testing-x86_64/PKGBUILD)
  sqlite3/repos/core-x86_64/license.txt
(from rev 154650, sqlite3/repos/testing-x86_64/license.txt)
Deleted:
  sqlite3/repos/core-x86_64/PKGBUILD
  sqlite3/repos/core-x86_64/license.txt
  sqlite3/repos/testing-x86_64/

-+
 PKGBUILD|  176 +-
 license.txt |   66 ++---
 2 files changed, 121 insertions(+), 121 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-03-30 14:26:33 UTC (rev 154651)
+++ core-x86_64/PKGBUILD2012-03-30 14:26:35 UTC (rev 154652)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgbase="sqlite3"
-pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
-_amalgamationver=3071000
-_amalgamationver2=${_amalgamationver/00/}
-_docver=${_amalgamationver}#3070700
-#pkgver=${_amalgamationver2//0/.}
-pkgver=3.7.10
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.sqlite.org/";
-makedepends=('tcl' 'readline>=6.0.00')
-source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
-   #http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip
-   http://www.sqlite.org/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!libtool' '!emptydirs')
-md5sums=('9ed2ca93577b58cfa0d01f64b9312ab9'
- 'd4c8070ea2cec54b77002c265e680b0f'
- 'c1cdbc5544034d9012e421e75a5e4890')
-
-build() {
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
-
-  # build sqlite
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite3() {
- 
- pkgdesc="A C library that implements an SQL database engine"
- depends=('readline>=6.0.00')
- conflicts=('sqlite')
- replaces=('sqlite')
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}
-
-package_sqlite3-tcl() {
- 
- pkgdesc="sqlite3 Tcl Extension Architecture (TEA)"
- depends=('sqlite3>=3.7.5')
-
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-}
-
-package_sqlite3-doc() {
- pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
- #arch=('any') - not yet supported
-
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
-
-  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite3-doc/usr/share/doc/sqlite3/images/fileformat/.~lock.indexpage.odg#
-  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite3/repos/core-x86_64/PKGBUILD (from rev 154650, 
sqlite3/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-03-30 14:26:35 UTC (rev 154652)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite3"
+pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
+_amalgamationver=3071100
+_amalgamationver2=${_amalgamationver/00/}
+_docver=${_amalgamationver}#3070700
+#pkgver=${_amalgamationver2//0/.}
+pkgver=3.7.11
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.sqlite.org/";
+makedepends=('tcl' 'readline>=6.0.00')
+source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension 

[arch-commits] Commit in sqlite3/repos (5 files)

2012-03-30 Thread andyrtr
Date: Friday, March 30, 2012 @ 10:26:33
  Author: andyrtr
Revision: 154651

db-move: moved sqlite3 from [testing] to [core] (i686)

Added:
  sqlite3/repos/core-i686/PKGBUILD
(from rev 154650, sqlite3/repos/testing-i686/PKGBUILD)
  sqlite3/repos/core-i686/license.txt
(from rev 154650, sqlite3/repos/testing-i686/license.txt)
Deleted:
  sqlite3/repos/core-i686/PKGBUILD
  sqlite3/repos/core-i686/license.txt
  sqlite3/repos/testing-i686/

-+
 PKGBUILD|  176 +-
 license.txt |   66 ++---
 2 files changed, 121 insertions(+), 121 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-03-30 14:26:30 UTC (rev 154650)
+++ core-i686/PKGBUILD  2012-03-30 14:26:33 UTC (rev 154651)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgbase="sqlite3"
-pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
-_amalgamationver=3071000
-_amalgamationver2=${_amalgamationver/00/}
-_docver=${_amalgamationver}#3070700
-#pkgver=${_amalgamationver2//0/.}
-pkgver=3.7.10
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.sqlite.org/";
-makedepends=('tcl' 'readline>=6.0.00')
-source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
-   #http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip
-   http://www.sqlite.org/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!libtool' '!emptydirs')
-md5sums=('9ed2ca93577b58cfa0d01f64b9312ab9'
- 'd4c8070ea2cec54b77002c265e680b0f'
- 'c1cdbc5544034d9012e421e75a5e4890')
-
-build() {
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
-
-  # build sqlite
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite3() {
- 
- pkgdesc="A C library that implements an SQL database engine"
- depends=('readline>=6.0.00')
- conflicts=('sqlite')
- replaces=('sqlite')
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}
-
-package_sqlite3-tcl() {
- 
- pkgdesc="sqlite3 Tcl Extension Architecture (TEA)"
- depends=('sqlite3>=3.7.5')
-
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-}
-
-package_sqlite3-doc() {
- pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
- #arch=('any') - not yet supported
-
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
-
-  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite3-doc/usr/share/doc/sqlite3/images/fileformat/.~lock.indexpage.odg#
-  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite3/repos/core-i686/PKGBUILD (from rev 154650, 
sqlite3/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-03-30 14:26:33 UTC (rev 154651)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite3"
+pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
+_amalgamationver=3071100
+_amalgamationver2=${_amalgamationver/00/}
+_docver=${_amalgamationver}#3070700
+#pkgver=${_amalgamationver2//0/.}
+pkgver=3.7.11
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.sqlite.org/";
+makedepends=('tcl' 'readline>=6.0.00')
+source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
+   http://www.sqlite.org/sqlit

[arch-commits] Commit in sqlite3/repos (5 files)

2012-01-21 Thread andyrtr
Date: Saturday, January 21, 2012 @ 10:49:21
  Author: andyrtr
Revision: 147078

db-move: moved sqlite3 from [testing] to [core] (x86_64)

Added:
  sqlite3/repos/core-x86_64/PKGBUILD
(from rev 147076, sqlite3/repos/testing-x86_64/PKGBUILD)
  sqlite3/repos/core-x86_64/license.txt
(from rev 147076, sqlite3/repos/testing-x86_64/license.txt)
Deleted:
  sqlite3/repos/core-x86_64/PKGBUILD
  sqlite3/repos/core-x86_64/license.txt
  sqlite3/repos/testing-x86_64/

-+
 PKGBUILD|  175 +-
 license.txt |   66 ++---
 2 files changed, 121 insertions(+), 120 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-01-21 15:49:20 UTC (rev 147077)
+++ core-x86_64/PKGBUILD2012-01-21 15:49:21 UTC (rev 147078)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgbase="sqlite3"
-pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
-_amalgamationver=3070900
-_amalgamationver2=${_amalgamationver/00/}
-_docver=${_amalgamationver}#3070700
-pkgver=${_amalgamationver2//0/.}
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.sqlite.org/";
-makedepends=('tcl' 'readline>=6.0.00')
-source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
-   #http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip
-   http://www.sqlite.org/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!libtool' '!emptydirs')
-md5sums=('dce303524736fe89a76b8ed29d566352'
- 'c48c231dd43d3b74f1d00c36424d87f4'
- 'c1cdbc5544034d9012e421e75a5e4890')
-
-build() {
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
-
-  # build sqlite
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite3() {
- 
- pkgdesc="A C library that implements an SQL database engine"
- depends=('readline>=6.0.00')
- conflicts=('sqlite')
- replaces=('sqlite')
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}
-
-package_sqlite3-tcl() {
- 
- pkgdesc="sqlite3 Tcl Extension Architecture (TEA)"
- depends=('sqlite3>=3.7.5')
-
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-}
-
-package_sqlite3-doc() {
- pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
- #arch=('any') - not yet supported
-
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
-
-  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite3-doc/usr/share/doc/sqlite3/images/fileformat/.~lock.indexpage.odg#
-  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite3/repos/core-x86_64/PKGBUILD (from rev 147076, 
sqlite3/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-01-21 15:49:21 UTC (rev 147078)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite3"
+pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
+_amalgamationver=3071000
+_amalgamationver2=${_amalgamationver/00/}
+_docver=${_amalgamationver}#3070700
+#pkgver=${_amalgamationver2//0/.}
+pkgver=3.7.10
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.sqlite.org/";
+makedepends=('tcl' 'readline>=6.0.00')
+source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture

[arch-commits] Commit in sqlite3/repos (5 files)

2012-01-21 Thread andyrtr
Date: Saturday, January 21, 2012 @ 10:49:20
  Author: andyrtr
Revision: 147077

db-move: moved sqlite3 from [testing] to [core] (i686)

Added:
  sqlite3/repos/core-i686/PKGBUILD
(from rev 147076, sqlite3/repos/testing-i686/PKGBUILD)
  sqlite3/repos/core-i686/license.txt
(from rev 147076, sqlite3/repos/testing-i686/license.txt)
Deleted:
  sqlite3/repos/core-i686/PKGBUILD
  sqlite3/repos/core-i686/license.txt
  sqlite3/repos/testing-i686/

-+
 PKGBUILD|  175 +-
 license.txt |   66 ++---
 2 files changed, 121 insertions(+), 120 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-01-21 15:34:53 UTC (rev 147076)
+++ core-i686/PKGBUILD  2012-01-21 15:49:20 UTC (rev 147077)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgbase="sqlite3"
-pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
-_amalgamationver=3070900
-_amalgamationver2=${_amalgamationver/00/}
-_docver=${_amalgamationver}#3070700
-pkgver=${_amalgamationver2//0/.}
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.sqlite.org/";
-makedepends=('tcl' 'readline>=6.0.00')
-source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
-   #http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip
-   http://www.sqlite.org/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!libtool' '!emptydirs')
-md5sums=('dce303524736fe89a76b8ed29d566352'
- 'c48c231dd43d3b74f1d00c36424d87f4'
- 'c1cdbc5544034d9012e421e75a5e4890')
-
-build() {
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
-
-  # build sqlite
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite3() {
- 
- pkgdesc="A C library that implements an SQL database engine"
- depends=('readline>=6.0.00')
- conflicts=('sqlite')
- replaces=('sqlite')
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}
-
-package_sqlite3-tcl() {
- 
- pkgdesc="sqlite3 Tcl Extension Architecture (TEA)"
- depends=('sqlite3>=3.7.5')
-
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-}
-
-package_sqlite3-doc() {
- pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
- #arch=('any') - not yet supported
-
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
-
-  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite3-doc/usr/share/doc/sqlite3/images/fileformat/.~lock.indexpage.odg#
-  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite3/repos/core-i686/PKGBUILD (from rev 147076, 
sqlite3/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-01-21 15:49:20 UTC (rev 147077)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite3"
+pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
+_amalgamationver=3071000
+_amalgamationver2=${_amalgamationver/00/}
+_docver=${_amalgamationver}#3070700
+#pkgver=${_amalgamationver2//0/.}
+pkgver=3.7.10
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.sqlite.org/";
+makedepends=('tcl' 'readline>=6.0.00')
+source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
+   http://www.sqlite.org/sqlite-autoconf-$

[arch-commits] Commit in sqlite3/repos (5 files)

2011-11-05 Thread andyrtr
Date: Saturday, November 5, 2011 @ 05:05:38
  Author: andyrtr
Revision: 142094

db-move: moved sqlite3 from [testing] to [core] (x86_64)

Added:
  sqlite3/repos/core-x86_64/PKGBUILD
(from rev 142092, sqlite3/repos/testing-x86_64/PKGBUILD)
  sqlite3/repos/core-x86_64/license.txt
(from rev 142092, sqlite3/repos/testing-x86_64/license.txt)
Deleted:
  sqlite3/repos/core-x86_64/PKGBUILD
  sqlite3/repos/core-x86_64/license.txt
  sqlite3/repos/testing-x86_64/

-+
 PKGBUILD|  177 --
 license.txt |   66 ++---
 2 files changed, 120 insertions(+), 123 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-05 09:05:37 UTC (rev 142093)
+++ core-x86_64/PKGBUILD2011-11-05 09:05:38 UTC (rev 142094)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgbase="sqlite3"
-pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
-_amalgamationver=3070800
-_amalgamationver2=${_amalgamationver/00/}
-_docver=${_amalgamationver}#3070700
-pkgver=${_amalgamationver2//0/.}
-pkgrel=2
-pkgdesc="A C library that implements an SQL database engine"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.sqlite.org/";
-makedepends=('tcl' 'readline>=6.0.00')
-source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
-   #http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip
-   http://www.sqlite.org/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!libtool' '!emptydirs')
-md5sums=('6bfb46d73caaa1bbbcd2b52184b6c542'
- '56c2e37c65075c612710ae1aba9703f2'
- 'c1cdbc5544034d9012e421e75a5e4890')
-sha1sums=('34852cfd49ddea440eb26a35ad32deee0176a724'
-  'e8fec8ca866289477ea4249c219e07bc301d96c6'
-  'f34f6daa4ab3073d74e774aad21d66878cf26853')
-
-build() {
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
-
-  # build sqlite
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite3() {
- 
- pkgdesc="A C library that implements an SQL database engine"
- depends=('readline>=6.0.00')
- conflicts=('sqlite')
- replaces=('sqlite')
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}
-
-package_sqlite3-tcl() {
- 
- pkgdesc="sqlite3 Tcl Extension Architecture (TEA)"
- depends=('sqlite3>=3.7.5')
-
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-}
-
-package_sqlite3-doc() {
- pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
- #arch=('any') - not yet supported
-
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
-
-  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite3-doc/usr/share/doc/sqlite3/images/fileformat/.~lock.indexpage.odg#
-  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite3/repos/core-x86_64/PKGBUILD (from rev 142092, 
sqlite3/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-11-05 09:05:38 UTC (rev 142094)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite3"
+pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
+_amalgamationver=3070900
+_amalgamationver2=${_amalgamationver/00/}
+_docver=${_amalgamationver}#3070700
+pkgver=${_amalgamationver2//0/.}
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.sqlite.org/";
+makedepends=('tcl' 'readline>=6.0.00')
+source=( # tarball containing 

[arch-commits] Commit in sqlite3/repos (5 files)

2011-11-05 Thread andyrtr
Date: Saturday, November 5, 2011 @ 05:05:37
  Author: andyrtr
Revision: 142093

db-move: moved sqlite3 from [testing] to [core] (i686)

Added:
  sqlite3/repos/core-i686/PKGBUILD
(from rev 142092, sqlite3/repos/testing-i686/PKGBUILD)
  sqlite3/repos/core-i686/license.txt
(from rev 142092, sqlite3/repos/testing-i686/license.txt)
Deleted:
  sqlite3/repos/core-i686/PKGBUILD
  sqlite3/repos/core-i686/license.txt
  sqlite3/repos/testing-i686/

-+
 PKGBUILD|  177 --
 license.txt |   66 ++---
 2 files changed, 120 insertions(+), 123 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-05 08:45:31 UTC (rev 142092)
+++ core-i686/PKGBUILD  2011-11-05 09:05:37 UTC (rev 142093)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgbase="sqlite3"
-pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
-_amalgamationver=3070800
-_amalgamationver2=${_amalgamationver/00/}
-_docver=${_amalgamationver}#3070700
-pkgver=${_amalgamationver2//0/.}
-pkgrel=2
-pkgdesc="A C library that implements an SQL database engine"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.sqlite.org/";
-makedepends=('tcl' 'readline>=6.0.00')
-source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
-   #http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip
-   http://www.sqlite.org/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!libtool' '!emptydirs')
-md5sums=('6bfb46d73caaa1bbbcd2b52184b6c542'
- '56c2e37c65075c612710ae1aba9703f2'
- 'c1cdbc5544034d9012e421e75a5e4890')
-sha1sums=('34852cfd49ddea440eb26a35ad32deee0176a724'
-  'e8fec8ca866289477ea4249c219e07bc301d96c6'
-  'f34f6daa4ab3073d74e774aad21d66878cf26853')
-
-build() {
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
-
-  # build sqlite
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite3() {
- 
- pkgdesc="A C library that implements an SQL database engine"
- depends=('readline>=6.0.00')
- conflicts=('sqlite')
- replaces=('sqlite')
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}
-
-package_sqlite3-tcl() {
- 
- pkgdesc="sqlite3 Tcl Extension Architecture (TEA)"
- depends=('sqlite3>=3.7.5')
-
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-}
-
-package_sqlite3-doc() {
- pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
- #arch=('any') - not yet supported
-
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
-
-  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite3-doc/usr/share/doc/sqlite3/images/fileformat/.~lock.indexpage.odg#
-  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite3/repos/core-i686/PKGBUILD (from rev 142092, 
sqlite3/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-11-05 09:05:37 UTC (rev 142093)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite3"
+pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
+_amalgamationver=3070900
+_amalgamationver2=${_amalgamationver/00/}
+_docver=${_amalgamationver}#3070700
+pkgver=${_amalgamationver2//0/.}
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.sqlite.org/";
+makedepends=('tcl' 'readline>=6.0.00')
+source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a con

[arch-commits] Commit in sqlite3/repos (5 files)

2011-09-27 Thread andyrtr
Date: Wednesday, September 28, 2011 @ 00:21:04
  Author: andyrtr
Revision: 138770

db-move: moved sqlite3 from [testing] to [core] (x86_64)

Added:
  sqlite3/repos/core-x86_64/PKGBUILD
(from rev 138768, sqlite3/repos/testing-x86_64/PKGBUILD)
  sqlite3/repos/core-x86_64/license.txt
(from rev 138768, sqlite3/repos/testing-x86_64/license.txt)
Deleted:
  sqlite3/repos/core-x86_64/PKGBUILD
  sqlite3/repos/core-x86_64/license.txt
  sqlite3/repos/testing-x86_64/

-+
 PKGBUILD|  176 +-
 license.txt |   66 ++---
 2 files changed, 123 insertions(+), 119 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-09-28 04:21:03 UTC (rev 138769)
+++ core-x86_64/PKGBUILD2011-09-28 04:21:04 UTC (rev 138770)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgbase="sqlite3"
-pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
-_amalgamationver=3070800
-_amalgamationver2=${_amalgamationver/00/}
-_docver=${_amalgamationver}#3070700
-pkgver=${_amalgamationver2//0/.}
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.sqlite.org/";
-makedepends=('tcl' 'readline>=6.0.00')
-source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
-   #http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip
-   http://www.sqlite.org/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!libtool' '!emptydirs')
-md5sums=('6bfb46d73caaa1bbbcd2b52184b6c542'
- '56c2e37c65075c612710ae1aba9703f2'
- 'c1cdbc5544034d9012e421e75a5e4890')
-sha1sums=('34852cfd49ddea440eb26a35ad32deee0176a724'
-  'e8fec8ca866289477ea4249c219e07bc301d96c6'
-  'f34f6daa4ab3073d74e774aad21d66878cf26853')
-
-build() {
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
-
-  # build sqlite
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite3() {
- 
- pkgdesc="A C library that implements an SQL database engine"
- depends=('readline>=6.0.00')
- conflicts=('sqlite')
- replaces=('sqlite')
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}
-
-package_sqlite3-tcl() {
- 
- pkgdesc="sqlite3 Tcl Extension Architecture (TEA)"
- depends=('sqlite3>=3.7.5')
-
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-}
-
-package_sqlite3-doc() {
- pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
- #arch=('any') - not yet supported
-
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -perm 755 -exec chmod 644 {} \;
-  find ${pkgdir} -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-  find ${pkgdir} -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite3/repos/core-x86_64/PKGBUILD (from rev 138768, 
sqlite3/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-09-28 04:21:04 UTC (rev 138770)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite3"
+pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
+_amalgamationver=3070800
+_amalgamationver2=${_amalgamationver/00/}
+_docver=${_amalgamationver}#3070700
+pkgver=${_amalgamationver2//0/.}
+pkgrel=2
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.sqlite.org/";
+makedepends=('tcl' 'readline>=6.0.00')
+source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
+   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
+   #ht

[arch-commits] Commit in sqlite3/repos (5 files)

2011-09-27 Thread andyrtr
Date: Wednesday, September 28, 2011 @ 00:21:03
  Author: andyrtr
Revision: 138769

db-move: moved sqlite3 from [testing] to [core] (i686)

Added:
  sqlite3/repos/core-i686/PKGBUILD
(from rev 138768, sqlite3/repos/testing-i686/PKGBUILD)
  sqlite3/repos/core-i686/license.txt
(from rev 138768, sqlite3/repos/testing-i686/license.txt)
Deleted:
  sqlite3/repos/core-i686/PKGBUILD
  sqlite3/repos/core-i686/license.txt
  sqlite3/repos/testing-i686/

-+
 PKGBUILD|  176 +-
 license.txt |   66 ++---
 2 files changed, 123 insertions(+), 119 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-09-28 01:47:51 UTC (rev 138768)
+++ core-i686/PKGBUILD  2011-09-28 04:21:03 UTC (rev 138769)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgbase="sqlite3"
-pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
-_amalgamationver=3070800
-_amalgamationver2=${_amalgamationver/00/}
-_docver=${_amalgamationver}#3070700
-pkgver=${_amalgamationver2//0/.}
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.sqlite.org/";
-makedepends=('tcl' 'readline>=6.0.00')
-source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
-   #http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip
-   http://www.sqlite.org/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!libtool' '!emptydirs')
-md5sums=('6bfb46d73caaa1bbbcd2b52184b6c542'
- '56c2e37c65075c612710ae1aba9703f2'
- 'c1cdbc5544034d9012e421e75a5e4890')
-sha1sums=('34852cfd49ddea440eb26a35ad32deee0176a724'
-  'e8fec8ca866289477ea4249c219e07bc301d96c6'
-  'f34f6daa4ab3073d74e774aad21d66878cf26853')
-
-build() {
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
-
-  # build sqlite
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite3() {
- 
- pkgdesc="A C library that implements an SQL database engine"
- depends=('readline>=6.0.00')
- conflicts=('sqlite')
- replaces=('sqlite')
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}
-
-package_sqlite3-tcl() {
- 
- pkgdesc="sqlite3 Tcl Extension Architecture (TEA)"
- depends=('sqlite3>=3.7.5')
-
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-}
-
-package_sqlite3-doc() {
- pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
- #arch=('any') - not yet supported
-
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -perm 755 -exec chmod 644 {} \;
-  find ${pkgdir} -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-  find ${pkgdir} -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite3/repos/core-i686/PKGBUILD (from rev 138768, 
sqlite3/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-09-28 04:21:03 UTC (rev 138769)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite3"
+pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
+_amalgamationver=3070800
+_amalgamationver2=${_amalgamationver/00/}
+_docver=${_amalgamationver}#3070700
+pkgver=${_amalgamationver2//0/.}
+pkgrel=2
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.sqlite.org/";
+makedepends=('tcl' 'readline>=6.0.00')
+source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
+   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
+   #http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip

[arch-commits] Commit in sqlite3/repos (5 files)

2011-09-26 Thread andyrtr
Date: Tuesday, September 27, 2011 @ 00:34:27
  Author: andyrtr
Revision: 138536

db-move: moved sqlite3 from [testing] to [core] (x86_64)

Added:
  sqlite3/repos/core-x86_64/PKGBUILD
(from rev 138532, sqlite3/repos/testing-x86_64/PKGBUILD)
  sqlite3/repos/core-x86_64/license.txt
(from rev 138532, sqlite3/repos/testing-x86_64/license.txt)
Deleted:
  sqlite3/repos/core-x86_64/PKGBUILD
  sqlite3/repos/core-x86_64/license.txt
  sqlite3/repos/testing-x86_64/

-+
 PKGBUILD|  161 ++
 license.txt |   66 +++
 2 files changed, 119 insertions(+), 108 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-09-27 04:34:25 UTC (rev 138535)
+++ core-x86_64/PKGBUILD2011-09-27 04:34:27 UTC (rev 138536)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgbase="sqlite3"
-pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
-_amalgamationver=3070701
-_amalgamationver2=${_amalgamationver/00/}
-_docver=${_amalgamationver}#3070700
-pkgver=${_amalgamationver2//0/.}
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.sqlite.org/";
-makedepends=('tcl' 'readline>=6.0.00')
-source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
-   #http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip
-   http://www.sqlite.org/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!libtool' '!emptydirs')
-md5sums=('554026fe7fac47b1cf61c18d5fe43419'
- '2bca5613abf9352bc525b6a8fd80156e'
- 'c1cdbc5544034d9012e421e75a5e4890')
-
-build() {
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
-
-  # build sqlite
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite3() {
- 
- pkgdesc="A C library that implements an SQL database engine"
- depends=('readline>=6.0.00')
- conflicts=('sqlite')
- replaces=('sqlite')
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}
-
-package_sqlite3-tcl() {
- 
- pkgdesc="sqlite3 Tcl Extension Architecture (TEA)"
- depends=('sqlite3>=3.7.5')
-
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-}
-
-package_sqlite3-doc() {
- pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
- #arch=('any') - not yet supported
-
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-}

Copied: sqlite3/repos/core-x86_64/PKGBUILD (from rev 138532, 
sqlite3/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-09-27 04:34:27 UTC (rev 138536)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite3"
+pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
+_amalgamationver=3070800
+_amalgamationver2=${_amalgamationver/00/}
+_docver=${_amalgamationver}#3070700
+pkgver=${_amalgamationver2//0/.}
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.sqlite.org/";
+makedepends=('tcl' 'readline>=6.0.00')
+source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
+   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
+   #http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip
+   http://www.sqlite.org/sqlite-doc-${_docver}.zip
+   license.txt)
+options=('!libtool' '!emptydirs')
+md5sums=('6bfb46d73caaa1bbbcd2b52184b6c542'
+ '56c2e37c65075c612710ae1aba9703f2'
+ 'c1cdbc5544034d9012e421e75a5e4890')
+sha1sums=('34852cfd49ddea440eb26a35ad32deee0176a724'
+  'e8fec8ca866289477ea4249c219e07bc301d96c6'
+  'f34f6daa4ab3073d74e774aad21d66878cf26853')
+
+build() {
+  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_C

[arch-commits] Commit in sqlite3/repos (5 files)

2011-09-26 Thread andyrtr
Date: Tuesday, September 27, 2011 @ 00:34:25
  Author: andyrtr
Revision: 138535

db-move: moved sqlite3 from [testing] to [core] (i686)

Added:
  sqlite3/repos/core-i686/PKGBUILD
(from rev 138532, sqlite3/repos/testing-i686/PKGBUILD)
  sqlite3/repos/core-i686/license.txt
(from rev 138532, sqlite3/repos/testing-i686/license.txt)
Deleted:
  sqlite3/repos/core-i686/PKGBUILD
  sqlite3/repos/core-i686/license.txt
  sqlite3/repos/testing-i686/

-+
 PKGBUILD|  161 ++
 license.txt |   66 +++
 2 files changed, 119 insertions(+), 108 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-09-27 04:34:24 UTC (rev 138534)
+++ core-i686/PKGBUILD  2011-09-27 04:34:25 UTC (rev 138535)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgbase="sqlite3"
-pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
-_amalgamationver=3070701
-_amalgamationver2=${_amalgamationver/00/}
-_docver=${_amalgamationver}#3070700
-pkgver=${_amalgamationver2//0/.}
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.sqlite.org/";
-makedepends=('tcl' 'readline>=6.0.00')
-source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
-   #http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip
-   http://www.sqlite.org/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!libtool' '!emptydirs')
-md5sums=('554026fe7fac47b1cf61c18d5fe43419'
- '2bca5613abf9352bc525b6a8fd80156e'
- 'c1cdbc5544034d9012e421e75a5e4890')
-
-build() {
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
-
-  # build sqlite
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite3() {
- 
- pkgdesc="A C library that implements an SQL database engine"
- depends=('readline>=6.0.00')
- conflicts=('sqlite')
- replaces=('sqlite')
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}
-
-package_sqlite3-tcl() {
- 
- pkgdesc="sqlite3 Tcl Extension Architecture (TEA)"
- depends=('sqlite3>=3.7.5')
-
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-}
-
-package_sqlite3-doc() {
- pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
- #arch=('any') - not yet supported
-
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-}

Copied: sqlite3/repos/core-i686/PKGBUILD (from rev 138532, 
sqlite3/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-09-27 04:34:25 UTC (rev 138535)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite3"
+pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
+_amalgamationver=3070800
+_amalgamationver2=${_amalgamationver/00/}
+_docver=${_amalgamationver}#3070700
+pkgver=${_amalgamationver2//0/.}
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.sqlite.org/";
+makedepends=('tcl' 'readline>=6.0.00')
+source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
+   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
+   #http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip
+   http://www.sqlite.org/sqlite-doc-${_docver}.zip
+   license.txt)
+options=('!libtool' '!emptydirs')
+md5sums=('6bfb46d73caaa1bbbcd2b52184b6c542'
+ '56c2e37c65075c612710ae1aba9703f2'
+ 'c1cdbc5544034d9012e421e75a5e4890')
+sha1sums=('34852cfd49ddea440eb26a35ad32deee0176a724'
+  'e8fec8ca866289477ea4249c219e07bc301d96c6'
+  'f34f6daa4ab3073d74e774aad21d66878cf26853')
+
+build() {
+  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLI