[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2016-01-13 Thread Jürgen Hötzel
Date: Thursday, January 14, 2016 @ 08:40:05
  Author: juergen
Revision: 258271

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 258270, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 258270, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 258270, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 258270, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-14 07:36:55 UTC (rev 258270)
+++ PKGBUILD2016-01-14 07:40:05 UTC (rev 258271)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Contributor: Daniel White 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Steel Bank Common Lisp"
-url="http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  "arch-fixes.lisp")
-sha256sums=('d60caf6a0a495e41fc9e7f6a797e7c4188cef1f9de84ca263ff654d4d7ae99b3'
-'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
-
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
-  export GNUMAKE="make"
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS="$LDFLAGS"
-  unset LDFLAGS
-  unset MAKEFLAGS
-  
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat >customize-target-features.lisp <
+# Contributor: Daniel White 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Steel Bank Common Lisp"
+url="http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  "arch-fixes.lisp")
+sha256sums=('a2e547e471a368349a43b1feee78ca6139aae0c60b8fcaa6ab0fd0e5b8e0ed3d'
+'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
+  export GNUMAKE="make"
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS="$LDFLAGS"
+  unset LDFLAGS
+  unset MAKEFLAGS
+  
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat >customize-target-features.lisp < /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Copied: sbcl/repos/extra-i686/sbcl.install (from rev 258270, 
sbcl/trunk/sbcl.install)
===
--- sbcl.install(rev 0)
+++ sbcl.install2016-01-14 07:40:05 UTC (rev 258271)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(asdf.info sbcl.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Deleted: texinfo-4.13a-data_types.patch
===
--- texinfo-4.13a-data_types.patch  2016-01-14 07:36:55 UTC (rev 258270)
+++ texinfo-4.13a-data_types.patch  2016-01-14 07:40:05 UTC (rev 258271)
@@ -1,32 +0,0 @@
-diff -up texinfo-4.13/info/window.c_old texinfo-4.13/info/window.c
 texinfo-4.13/info/window.c_old 2009-08-04 13:46:15.0 +0200
-+++ texinfo-4.13/info/window.c 2009-08-04 13:47:29.0 +0200
-@@ -1581,7 +1581,7 @@ process_node_text (WINDOW *win, char *st
-   const char *carried_over_ptr;
-   size_t carried_over_len, carried_over_count;
-   const char *cur_ptr = mbi_cur_ptr (iter);
--  int cur_len = mb_len 

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2015-11-19 Thread Jürgen Hötzel
Date: Thursday, November 19, 2015 @ 23:07:06
  Author: juergen
Revision: 251451

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 251450, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 251450, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 251450, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 251450, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-19 22:03:08 UTC (rev 251450)
+++ PKGBUILD2015-11-19 22:07:06 UTC (rev 251451)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Contributor: Daniel White 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.2.16
-pkgrel=1
-pkgdesc="Steel Bank Common Lisp"
-url="http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  "arch-fixes.lisp")
-sha1sums=('29b5c13cb24991d6735f11f3a6a0657207d6f1dd'
-  '106f165fb929786730214438b92d65550c18b3cd')
-
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
-  export GNUMAKE="make"
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS="$LDFLAGS"
-  unset LDFLAGS
-  unset MAKEFLAGS
-  
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat >customize-target-features.lisp <
+# Contributor: Daniel White 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Steel Bank Common Lisp"
+url="http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  "arch-fixes.lisp")
+sha256sums=('d60caf6a0a495e41fc9e7f6a797e7c4188cef1f9de84ca263ff654d4d7ae99b3'
+'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
+  export GNUMAKE="make"
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS="$LDFLAGS"
+  unset LDFLAGS
+  unset MAKEFLAGS
+  
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat >customize-target-features.lisp < /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Copied: sbcl/repos/extra-i686/sbcl.install (from rev 251450, 
sbcl/trunk/sbcl.install)
===
--- sbcl.install(rev 0)
+++ sbcl.install2015-11-19 22:07:06 UTC (rev 251451)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(asdf.info sbcl.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Deleted: texinfo-4.13a-data_types.patch
===
--- texinfo-4.13a-data_types.patch  2015-11-19 22:03:08 UTC (rev 251450)
+++ texinfo-4.13a-data_types.patch  2015-11-19 22:07:06 UTC (rev 251451)
@@ -1,32 +0,0 @@
-diff -up texinfo-4.13/info/window.c_old texinfo-4.13/info/window.c
 texinfo-4.13/info/window.c_old 2009-08-04 13:46:15.0 +0200
-+++ texinfo-4.13/info/window.c 2009-08-04 13:47:29.0 +0200
-@@ -1581,7 +1581,7 @@ process_node_text (WINDOW *win, char *st
-   const char *carried_over_ptr;
-   size_t carried_over_len, carried_over_count;
-   const char *cur_ptr = mbi_cur_ptr (iter);
--  int cur_len = mb_len (mbi_cur (iter));
-+  size_t cur_len = mb_len 

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2015-10-19 Thread Jürgen Hötzel
Date: Monday, October 19, 2015 @ 11:55:05
  Author: juergen
Revision: 249497

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 249496, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 249496, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 249496, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 249496, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-19 09:54:32 UTC (rev 249496)
+++ PKGBUILD2015-10-19 09:55:05 UTC (rev 249497)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Contributor: Daniel White 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.2.12
-pkgrel=1
-pkgdesc="Steel Bank Common Lisp"
-url="http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  "arch-fixes.lisp")
-md5sums=('7e9584130cc8d4b0712109d77943921e'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
-  export GNUMAKE="make"
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS="$LDFLAGS"
-  unset LDFLAGS
-  unset MAKEFLAGS
-  
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat >customize-target-features.lisp <
+# Contributor: Daniel White 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.2.16
+pkgrel=1
+pkgdesc="Steel Bank Common Lisp"
+url="http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  "arch-fixes.lisp")
+sha1sums=('29b5c13cb24991d6735f11f3a6a0657207d6f1dd'
+  '106f165fb929786730214438b92d65550c18b3cd')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
+  export GNUMAKE="make"
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS="$LDFLAGS"
+  unset LDFLAGS
+  unset MAKEFLAGS
+  
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat >customize-target-features.lisp < /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Copied: sbcl/repos/extra-i686/sbcl.install (from rev 249496, 
sbcl/trunk/sbcl.install)
===
--- sbcl.install(rev 0)
+++ sbcl.install2015-10-19 09:55:05 UTC (rev 249497)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(asdf.info sbcl.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Deleted: texinfo-4.13a-data_types.patch
===
--- texinfo-4.13a-data_types.patch  2015-10-19 09:54:32 UTC (rev 249496)
+++ texinfo-4.13a-data_types.patch  2015-10-19 09:55:05 UTC (rev 249497)
@@ -1,32 +0,0 @@
-diff -up texinfo-4.13/info/window.c_old texinfo-4.13/info/window.c
 texinfo-4.13/info/window.c_old 2009-08-04 13:46:15.0 +0200
-+++ texinfo-4.13/info/window.c 2009-08-04 13:47:29.0 +0200
-@@ -1581,7 +1581,7 @@ process_node_text (WINDOW *win, char *st
-   const char *carried_over_ptr;
-   size_t carried_over_len, carried_over_count;
-   const char *cur_ptr = mbi_cur_ptr (iter);
--  int cur_len = mb_len (mbi_cur (iter));
-+  size_t cur_len = mb_len (mbi_cur (iter));
-   int replen;
-   int delim = 0;
-   

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2015-06-12 Thread Jürgen Hötzel
Date: Friday, June 12, 2015 @ 19:21:44
  Author: juergen
Revision: 240637

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 240636, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 240636, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 240636, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 240636, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-12 16:33:46 UTC (rev 240636)
+++ PKGBUILD2015-06-12 17:21:44 UTC (rev 240637)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.2.10
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('5b85a21dfbb5f9726843d95933c6d2f7'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-  unset MAKEFLAGS
-  
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 240636, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-12 17:21:44 UTC (rev 240637)
@@ -0,0 +1,73 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.2.12
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('7e9584130cc8d4b0712109d77943921e'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+  unset MAKEFLAGS
+  
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd 

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2015-04-13 Thread Jürgen Hötzel
Date: Monday, April 13, 2015 @ 15:56:04
  Author: juergen
Revision: 236365

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 236364, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 236364, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 236364, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 236364, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  145 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 143 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-13 12:55:58 UTC (rev 236364)
+++ PKGBUILD2015-04-13 13:56:04 UTC (rev 236365)
@@ -1,72 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.2.8
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('bb14259d09651adb8d9d2f892792b295'
- '7ac0c1936547f4278198b8bf7725204d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-  unset MAKEFLAGS
-  
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 236364, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-13 13:56:04 UTC (rev 236365)
@@ -0,0 +1,73 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.2.10
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('5b85a21dfbb5f9726843d95933c6d2f7'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+  unset MAKEFLAGS
+  
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd 

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2015-01-19 Thread Andrea Scarpino
Date: Monday, January 19, 2015 @ 18:44:40
  Author: andrea
Revision: 229599

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 229598, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 229598, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 229598, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 229598, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  148 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 
 4 files changed, 145 insertions(+), 145 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-19 17:44:28 UTC (rev 229598)
+++ PKGBUILD2015-01-19 17:44:40 UTC (rev 229599)
@@ -1,74 +0,0 @@
-f# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.2.6
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('a283d638ffb17051aad180e8e7f7860a'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-  unset MAKEFLAGS
-  
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 229598, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-19 17:44:40 UTC (rev 229599)
@@ -0,0 +1,74 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.2.6
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('a283d638ffb17051aad180e8e7f7860a'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+  unset MAKEFLAGS
+  
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd 

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2014-12-27 Thread Jürgen Hötzel
Date: Saturday, December 27, 2014 @ 11:18:14
  Author: juergen
Revision: 228079

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 228078, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 228078, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 228078, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 228078, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  147 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 
 4 files changed, 145 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-27 08:57:44 UTC (rev 228078)
+++ PKGBUILD2014-12-27 10:18:14 UTC (rev 228079)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.2.2
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('729479476e46bb40f054f8a454a0fbde'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 228078, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-27 10:18:14 UTC (rev 228079)
@@ -0,0 +1,74 @@
+f# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.2.6
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('a283d638ffb17051aad180e8e7f7860a'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+  unset MAKEFLAGS
+  
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd 

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2014-08-12 Thread Jürgen Hötzel
Date: Tuesday, August 12, 2014 @ 11:29:39
  Author: juergen
Revision: 219612

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 219611, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 219611, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 219611, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 219611, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-12 08:54:01 UTC (rev 219611)
+++ PKGBUILD2014-08-12 09:29:39 UTC (rev 219612)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('9d370876cd190f952fbfd421784f8003'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 219611, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-12 09:29:39 UTC (rev 219612)
@@ -0,0 +1,73 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('729479476e46bb40f054f8a454a0fbde'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # cannot 

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2014-06-16 Thread Jürgen Hötzel
Date: Monday, June 16, 2014 @ 13:00:42
  Author: juergen
Revision: 215194

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 215193, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 215193, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 215193, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 215193, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-16 10:42:57 UTC (rev 215193)
+++ PKGBUILD2014-06-16 11:00:42 UTC (rev 215194)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.18
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('4dc4e8d8a5111ee4a689ab1a5db65f7d'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 215193, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-16 11:00:42 UTC (rev 215194)
@@ -0,0 +1,73 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('9d370876cd190f952fbfd421784f8003'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # cannot 

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2014-05-23 Thread Jürgen Hötzel
Date: Friday, May 23, 2014 @ 12:46:07
  Author: juergen
Revision: 213413

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 213412, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 213412, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 213412, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 213412, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-23 10:44:45 UTC (rev 213412)
+++ PKGBUILD2014-05-23 10:46:07 UTC (rev 213413)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.17
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('b912772de511c9c570db2e5f6f76ecfd'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 213412, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-23 10:46:07 UTC (rev 213413)
@@ -0,0 +1,73 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.1.18
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('4dc4e8d8a5111ee4a689ab1a5db65f7d'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # cannot 

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2014-05-09 Thread Jürgen Hötzel
Date: Friday, May 9, 2014 @ 23:40:34
  Author: juergen
Revision: 212184

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 212183, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 212183, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 212183, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 212183, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-09 20:35:37 UTC (rev 212183)
+++ PKGBUILD2014-05-09 21:40:34 UTC (rev 212184)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.16
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('6fa1321e1a3a99ee8b77d704edabee38'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 212183, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-09 21:40:34 UTC (rev 212184)
@@ -0,0 +1,73 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.1.17
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('b912772de511c9c570db2e5f6f76ecfd'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # cannot have 

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2014-02-14 Thread Jürgen Hötzel
Date: Friday, February 14, 2014 @ 13:18:47
  Author: juergen
Revision: 205941

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 205940, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 205940, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 205940, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 205940, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-14 10:56:24 UTC (rev 205940)
+++ PKGBUILD2014-02-14 12:18:47 UTC (rev 205941)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.14
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('e3f933f7cb0053c3438d86e90f5bd73b'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 205940, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-14 12:18:47 UTC (rev 205941)
@@ -0,0 +1,73 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.1.15
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('54a1527aea0a32df972c0330b45a26dd'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # 

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2014-02-14 Thread Jürgen Hötzel
Date: Friday, February 14, 2014 @ 14:15:33
  Author: juergen
Revision: 205942

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 205941, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 205941, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 205941, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 205941, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-14 12:18:47 UTC (rev 205941)
+++ PKGBUILD2014-02-14 13:15:33 UTC (rev 205942)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.15
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('54a1527aea0a32df972c0330b45a26dd'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 205941, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-14 13:15:33 UTC (rev 205942)
@@ -0,0 +1,73 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.1.15
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('54a1527aea0a32df972c0330b45a26dd'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # 

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2013-12-27 Thread Jürgen Hötzel
Date: Saturday, December 28, 2013 @ 03:14:48
  Author: juergen
Revision: 202779

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 202778, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 202778, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 202778, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 202778, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-28 00:08:28 UTC (rev 202778)
+++ PKGBUILD2013-12-28 02:14:48 UTC (rev 202779)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.12
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('817e0606e4615e758c0bf3d381197711'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 202778, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-28 02:14:48 UTC (rev 202779)
@@ -0,0 +1,73 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.1.14
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('e3f933f7cb0053c3438d86e90f5bd73b'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # 

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2013-10-11 Thread Jürgen Hötzel
Date: Friday, October 11, 2013 @ 11:48:27
  Author: juergen
Revision: 196299

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 196298, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 196298, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 196298, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 196298, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  163 +--
 arch-fixes.lisp|   42 +-
 sbcl.install   |   36 
 texinfo-4.13a-data_types.patch |   64 +++
 4 files changed, 144 insertions(+), 161 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-11 08:53:55 UTC (rev 196298)
+++ PKGBUILD2013-10-11 09:48:27 UTC (rev 196299)
@@ -1,90 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.10
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp
-  ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-4.13a.tar.gz;
-  texinfo-4.13a-data_types.patch)
-md5sums=('ccec396f1bef6468be1f18bcc60231fe'
- '7ac0c1936547f4278198b8bf7725204d'
- '71ba711519209b5fb583fed2b3d86fcb'
- 'd8574782ff7def1e2dc5c291dbeaec18')
-
-
-# Temporary Texinfo legacy build
-# See: http://sourceforge.net/mailarchive/message.php?msg_id=30747919
-
-build-texinfo-legacy() {
-  cd ${srcdir}/texinfo-4.13
-  patch -Np1 -i $srcdir/texinfo-4.13a-data_types.patch
-  mkdir -p $srcdir/texinfo-instroot
-  ./configure --prefix=$srcdir/texinfo-instroot
-  make install
-}
-
-build() {
-  build-texinfo-legacy
-  export PATH=$srcdir/texinfo-instroot/bin:$PATH
-
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 196298, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-11 09:48:27 UTC (rev 196299)
@@ -0,0 +1,73 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.1.12
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('817e0606e4615e758c0bf3d381197711'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2013-08-13 Thread Jürgen Hötzel
Date: Tuesday, August 13, 2013 @ 14:42:28
  Author: juergen
Revision: 192521

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 192520, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 192520, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 192520, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 192520, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  180 +++
 arch-fixes.lisp|   42 -
 sbcl.install   |   36 +++
 texinfo-4.13a-data_types.patch |   64 ++---
 4 files changed, 161 insertions(+), 161 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-13 12:39:35 UTC (rev 192520)
+++ PKGBUILD2013-08-13 12:42:28 UTC (rev 192521)
@@ -1,90 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.8
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp
-  ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-4.13a.tar.gz;
-  texinfo-4.13a-data_types.patch)
-md5sums=('118dea06e26151d8315a118169ec16ec'
- '7ac0c1936547f4278198b8bf7725204d'
- '71ba711519209b5fb583fed2b3d86fcb'
- 'd8574782ff7def1e2dc5c291dbeaec18')
-
-
-# Temporary Texinfo legacy build
-# See: http://sourceforge.net/mailarchive/message.php?msg_id=30747919
-
-build-texinfo-legacy() {
-  cd ${srcdir}/texinfo-4.13
-  patch -Np1 -i $srcdir/texinfo-4.13a-data_types.patch
-  mkdir -p $srcdir/texinfo-instroot
-  ./configure --prefix=$srcdir/texinfo-instroot
-  make install
-}
-
-build() {
-  build-texinfo-legacy
-  export PATH=$srcdir/texinfo-instroot/bin:$PATH
-
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 192520, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-13 12:42:28 UTC (rev 192521)
@@ -0,0 +1,90 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.1.10
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp
+  ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-4.13a.tar.gz;
+  texinfo-4.13a-data_types.patch)
+md5sums=('ccec396f1bef6468be1f18bcc60231fe'
+ '7ac0c1936547f4278198b8bf7725204d'
+ 

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2013-06-06 Thread Jürgen Hötzel
Date: Thursday, June 6, 2013 @ 13:36:19
  Author: juergen
Revision: 187815

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 187814, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 187814, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 187814, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 187814, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  180 +++
 arch-fixes.lisp|   42 -
 sbcl.install   |   36 +++
 texinfo-4.13a-data_types.patch |   64 ++---
 4 files changed, 161 insertions(+), 161 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-06 11:10:02 UTC (rev 187814)
+++ PKGBUILD2013-06-06 11:36:19 UTC (rev 187815)
@@ -1,90 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.7
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp
-  ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-4.13a.tar.gz;
-  texinfo-4.13a-data_types.patch)
-md5sums=('ca3dd0ce2943e10a1c86ff5f40db3f85'
- '7ac0c1936547f4278198b8bf7725204d'
- '71ba711519209b5fb583fed2b3d86fcb'
- 'd8574782ff7def1e2dc5c291dbeaec18')
-
-
-# Temporary Texinfo legacy build
-# See: http://sourceforge.net/mailarchive/message.php?msg_id=30747919
-
-build-texinfo-legacy() {
-  cd ${srcdir}/texinfo-4.13
-  patch -Np1 -i $srcdir/texinfo-4.13a-data_types.patch
-  mkdir -p $srcdir/texinfo-instroot
-  ./configure --prefix=$srcdir/texinfo-instroot
-  make install
-}
-
-build() {
-  build-texinfo-legacy
-  export PATH=$srcdir/texinfo-instroot/bin:$PATH
-
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 187814, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-06 11:36:19 UTC (rev 187815)
@@ -0,0 +1,90 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.1.8
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp
+  ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-4.13a.tar.gz;
+  texinfo-4.13a-data_types.patch)
+md5sums=('118dea06e26151d8315a118169ec16ec'
+ '7ac0c1936547f4278198b8bf7725204d'
+