[arch-commits] Commit in ecl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-06-28 Thread Antonio Rojas via arch-commits
Date: Sunday, June 28, 2020 @ 09:55:50
  Author: arojas
Revision: 390537

archrelease: copy trunk to extra-x86_64

Added:
  ecl/repos/extra-x86_64/PKGBUILD
(from rev 390536, ecl/trunk/PKGBUILD)
Deleted:
  ecl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   97 +++--
 1 file changed, 50 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-28 09:55:37 UTC (rev 390536)
+++ PKGBUILD2020-06-28 09:55:50 UTC (rev 390537)
@@ -1,47 +0,0 @@
-# Contributor: John Proctor 
-# Maintainer: juergen 
-
-pkgname=ecl
-pkgver=20.4.24
-pkgrel=1
-pkgdesc="Embeddable Common Lisp"
-arch=('x86_64')
-url="https://common-lisp.net/project/ecl/";
-license=('LGPL')
-depends=('bash' 'gmp')
-makedepends=('texinfo')
-provides=('common-lisp' 'cl-asdf')
-options=('!makeflags')
-source=("https://common-lisp.net/project/ecl/static/files/release/${pkgname}-${pkgver}.tgz";)
-sha256sums=('670838edf258a936b522fdb620da336de7e575aa0d27e34841727252726d0f07')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # upstream patch: 
https://gitlab.com/sagemath/dev/trac/-/commit/ed7bc14f751a76ad88c506cd33beb7f3e1030ff5
-  sed -i "s/FFI_SYSV/FFI_UNIX64/" src/c/ffi.d
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure
-  CFLAGS+=" -fcommon"
-  ./configure \
---build=$CHOST \
---prefix=/usr \
---with-tcp \
---with-serve-event \
---with-clos-streams \
---with-system-gmp \
---without-x \
---without-clx \
---enable-threads \
---enable-shared \
---enable-boehm=included \
-
-  make
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: ecl/repos/extra-x86_64/PKGBUILD (from rev 390536, ecl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-28 09:55:50 UTC (rev 390537)
@@ -0,0 +1,50 @@
+# Contributor: John Proctor 
+# Maintainer: juergen 
+
+pkgname=ecl
+pkgver=20.4.24 # Remember to rebuild sagemath when the soname changes 
+pkgrel=2
+pkgdesc="Embeddable Common Lisp"
+arch=('x86_64')
+url="https://common-lisp.net/project/ecl/";
+license=('LGPL')
+depends=('bash' 'gmp')
+makedepends=('texinfo')
+provides=('common-lisp' 'cl-asdf')
+options=('!makeflags')
+source=("https://common-lisp.net/project/ecl/static/files/release/${pkgname}-${pkgver}.tgz";
+ https://gitlab.com/embeddable-common-lisp/ecl/-/commit/75877dd8.patch)
+sha256sums=('670838edf258a936b522fdb620da336de7e575aa0d27e34841727252726d0f07'
+'2c4896efc51114c0db0c0203a57379b3f1407e1107bf3443fe956d358221292c')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p1 -i ../75877dd8.patch # Fix segfaults in sagemath
+  # upstream patch: 
https://gitlab.com/sagemath/dev/trac/-/commit/ed7bc14f751a76ad88c506cd33beb7f3e1030ff5
+  sed -i "s/FFI_SYSV/FFI_UNIX64/" src/c/ffi.d
+}
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure
+  CFLAGS+=" -fcommon"
+  ./configure \
+--build=$CHOST \
+--prefix=/usr \
+--with-tcp \
+--with-serve-event \
+--with-clos-streams \
+--with-system-gmp \
+--without-x \
+--without-clx \
+--enable-threads \
+--enable-shared \
+--enable-boehm=included \
+
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in ecl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-06-21 Thread Jürgen Hötzel via arch-commits
Date: Sunday, June 21, 2020 @ 18:43:35
  Author: juergen
Revision: 389935

archrelease: copy trunk to extra-x86_64

Added:
  ecl/repos/extra-x86_64/PKGBUILD
(from rev 389934, ecl/trunk/PKGBUILD)
Deleted:
  ecl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 18:43:29 UTC (rev 389934)
+++ PKGBUILD2020-06-21 18:43:35 UTC (rev 389935)
@@ -1,47 +0,0 @@
-# Contributor: John Proctor 
-# Maintainer: juergen 
-
-pkgname=ecl
-pkgver=16.1.3
-pkgrel=4
-pkgdesc="Embeddable Common Lisp"
-arch=('x86_64')
-url="https://common-lisp.net/project/ecl/";
-license=('LGPL')
-depends=('bash' 'gmp')
-makedepends=('texinfo')
-provides=('common-lisp' 'cl-asdf')
-options=('!makeflags')
-source=("https://common-lisp.net/project/ecl/static/files/release/${pkgname}-${pkgver}.tgz";)
-sha256sums=('76a585c616e8fa83a6b7209325a309da5bc0ca68e0658f396f49955638111254')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # upstream patch: 
https://gitlab.com/sagemath/dev/trac/-/commit/ed7bc14f751a76ad88c506cd33beb7f3e1030ff5
-  sed -i "s/FFI_SYSV/FFI_UNIX64/" src/c/ffi.d
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure
-  CFLAGS+=" -fcommon"
-  ./configure \
---build=$CHOST \
---prefix=/usr \
---with-tcp \
---with-serve-event \
---with-clos-streams \
---with-system-gmp \
---without-x \
---without-clx \
---enable-threads \
---enable-shared \
---enable-boehm=included \
-
-  make
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: ecl/repos/extra-x86_64/PKGBUILD (from rev 389934, ecl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 18:43:35 UTC (rev 389935)
@@ -0,0 +1,47 @@
+# Contributor: John Proctor 
+# Maintainer: juergen 
+
+pkgname=ecl
+pkgver=20.4.24
+pkgrel=1
+pkgdesc="Embeddable Common Lisp"
+arch=('x86_64')
+url="https://common-lisp.net/project/ecl/";
+license=('LGPL')
+depends=('bash' 'gmp')
+makedepends=('texinfo')
+provides=('common-lisp' 'cl-asdf')
+options=('!makeflags')
+source=("https://common-lisp.net/project/ecl/static/files/release/${pkgname}-${pkgver}.tgz";)
+sha256sums=('670838edf258a936b522fdb620da336de7e575aa0d27e34841727252726d0f07')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # upstream patch: 
https://gitlab.com/sagemath/dev/trac/-/commit/ed7bc14f751a76ad88c506cd33beb7f3e1030ff5
+  sed -i "s/FFI_SYSV/FFI_UNIX64/" src/c/ffi.d
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure
+  CFLAGS+=" -fcommon"
+  ./configure \
+--build=$CHOST \
+--prefix=/usr \
+--with-tcp \
+--with-serve-event \
+--with-clos-streams \
+--with-system-gmp \
+--without-x \
+--without-clx \
+--enable-threads \
+--enable-shared \
+--enable-boehm=included \
+
+  make
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}


[arch-commits] Commit in ecl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-05-19 Thread Allan McRae via arch-commits
Date: Wednesday, May 20, 2020 @ 01:32:13
  Author: allan
Revision: 386972

archrelease: copy trunk to extra-x86_64

Added:
  ecl/repos/extra-x86_64/PKGBUILD
(from rev 386971, ecl/trunk/PKGBUILD)
Deleted:
  ecl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   86 +
 1 file changed, 47 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-20 01:31:57 UTC (rev 386971)
+++ PKGBUILD2020-05-20 01:32:13 UTC (rev 386972)
@@ -1,39 +0,0 @@
-# Contributor: John Proctor 
-# Maintainer: juergen 
-
-pkgname=ecl
-pkgver=16.1.3
-pkgrel=3
-pkgdesc="Embeddable Common Lisp"
-arch=('x86_64')
-url="https://common-lisp.net/project/ecl/";
-license=('LGPL')
-depends=('bash' 'gmp')
-makedepends=('texinfo')
-provides=('common-lisp' 'cl-asdf')
-options=('!makeflags')
-source=("https://common-lisp.net/project/ecl/static/files/release/${pkgname}-${pkgver}.tgz";)
-sha256sums=('76a585c616e8fa83a6b7209325a309da5bc0ca68e0658f396f49955638111254')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure
-  ./configure \
---build=$CHOST \
---prefix=/usr \
---with-tcp \
---with-serve-event \
---with-clos-streams \
---with-system-gmp \
---without-x \
---without-clx \
---enable-threads \
---enable-shared \
---enable-boehm=included \
-
-  make
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: ecl/repos/extra-x86_64/PKGBUILD (from rev 386971, ecl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-20 01:32:13 UTC (rev 386972)
@@ -0,0 +1,47 @@
+# Contributor: John Proctor 
+# Maintainer: juergen 
+
+pkgname=ecl
+pkgver=16.1.3
+pkgrel=4
+pkgdesc="Embeddable Common Lisp"
+arch=('x86_64')
+url="https://common-lisp.net/project/ecl/";
+license=('LGPL')
+depends=('bash' 'gmp')
+makedepends=('texinfo')
+provides=('common-lisp' 'cl-asdf')
+options=('!makeflags')
+source=("https://common-lisp.net/project/ecl/static/files/release/${pkgname}-${pkgver}.tgz";)
+sha256sums=('76a585c616e8fa83a6b7209325a309da5bc0ca68e0658f396f49955638111254')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # upstream patch: 
https://gitlab.com/sagemath/dev/trac/-/commit/ed7bc14f751a76ad88c506cd33beb7f3e1030ff5
+  sed -i "s/FFI_SYSV/FFI_UNIX64/" src/c/ffi.d
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure
+  CFLAGS+=" -fcommon"
+  ./configure \
+--build=$CHOST \
+--prefix=/usr \
+--with-tcp \
+--with-serve-event \
+--with-clos-streams \
+--with-system-gmp \
+--without-x \
+--without-clx \
+--enable-threads \
+--enable-shared \
+--enable-boehm=included \
+
+  make
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}


[arch-commits] Commit in ecl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2015-10-08 Thread Jürgen Hötzel
Date: Thursday, October 8, 2015 @ 16:11:42
  Author: juergen
Revision: 248500

archrelease: copy trunk to extra-x86_64

Added:
  ecl/repos/extra-x86_64/PKGBUILD
(from rev 248499, ecl/trunk/PKGBUILD)
Deleted:
  ecl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-08 14:11:37 UTC (rev 248499)
+++ PKGBUILD2015-10-08 14:11:42 UTC (rev 248500)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Maintainer: juergen 
-
-pkgname=ecl
-pkgver=15.3.7
-pkgrel=1
-pkgdesc="Embeddable Common Lisp"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/ecls/";
-license=('LGPL')
-depends=('bash' 'gmp')
-makedepends=('texinfo')
-provides=('common-lisp' 'cl-asdf')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/project/ecls/ecls/15.3/ecl-${pkgver}.tgz)
-md5sums=('39f4fb924c88e47ce31e6d57ac2a6de8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure 
-  ./configure \
---build=$CHOST \
---prefix=/usr \
---with-tcp \
---with-clos-streams \
---enable-shared \
---enable-boehm=included \
---with-system-gmp \
---without-x \
---enable-threads \
---without-clx
-
-  make
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: ecl/repos/extra-x86_64/PKGBUILD (from rev 248499, ecl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-08 14:11:42 UTC (rev 248500)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: John Proctor 
+# Maintainer: juergen 
+
+pkgname=ecl
+pkgver=16.0.0
+pkgrel=1
+pkgdesc="Embeddable Common Lisp"
+arch=('i686' 'x86_64')
+url="https://common-lisp.net/project/ecl/";
+license=('LGPL')
+depends=('bash' 'gmp')
+makedepends=('texinfo')
+provides=('common-lisp' 'cl-asdf')
+options=('!makeflags')
+source=(https://common-lisp.net/project/ecl/files/ecl-${pkgver}.tgz)
+sha1sums=('3309b5f4126d1a024f7eacaec6aca0e391dd3c75')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure 
+  ./configure \
+--build=$CHOST \
+--prefix=/usr \
+--with-tcp \
+--with-clos-streams \
+--enable-shared \
+--enable-boehm=included \
+--with-system-gmp \
+--without-x \
+--enable-threads \
+--without-clx
+
+  make
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}


[arch-commits] Commit in ecl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2015-06-11 Thread Jürgen Hötzel
Date: Thursday, June 11, 2015 @ 22:06:57
  Author: juergen
Revision: 240611

archrelease: copy trunk to extra-x86_64

Added:
  ecl/repos/extra-x86_64/PKGBUILD
(from rev 240610, ecl/trunk/PKGBUILD)
Deleted:
  ecl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-11 20:06:42 UTC (rev 240610)
+++ PKGBUILD2015-06-11 20:06:57 UTC (rev 240611)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Maintainer: juergen 
-
-pkgname=ecl
-pkgver=13.5.1
-pkgrel=2
-pkgdesc="Embeddable Common Lisp"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/ecls/";
-license=('LGPL')
-depends=('bash' 'gmp')
-makedepends=('texinfo')
-provides=('common-lisp' 'cl-asdf')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/project/ecls/ecls/13.5/ecl-${pkgver}.tgz)
-md5sums=('f6bb59d9383c51fc94e1c7ca5cf1c586')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure 
-  ./configure \
---build=$CHOST \
---prefix=/usr \
---with-tcp \
---with-clos-streams \
---enable-shared \
---enable-boehm=included \
---with-system-gmp \
---without-x \
---enable-threads \
---without-clx
-
-  make
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: ecl/repos/extra-x86_64/PKGBUILD (from rev 240610, ecl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-11 20:06:57 UTC (rev 240611)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: John Proctor 
+# Maintainer: juergen 
+
+pkgname=ecl
+pkgver=15.3.7
+pkgrel=1
+pkgdesc="Embeddable Common Lisp"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/ecls/";
+license=('LGPL')
+depends=('bash' 'gmp')
+makedepends=('texinfo')
+provides=('common-lisp' 'cl-asdf')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/project/ecls/ecls/15.3/ecl-${pkgver}.tgz)
+md5sums=('39f4fb924c88e47ce31e6d57ac2a6de8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure 
+  ./configure \
+--build=$CHOST \
+--prefix=/usr \
+--with-tcp \
+--with-clos-streams \
+--enable-shared \
+--enable-boehm=included \
+--with-system-gmp \
+--without-x \
+--enable-threads \
+--without-clx
+
+  make
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}


[arch-commits] Commit in ecl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2013-08-13 Thread Jürgen Hötzel
Date: Tuesday, August 13, 2013 @ 10:44:20
  Author: juergen
Revision: 192491

archrelease: copy trunk to extra-x86_64

Added:
  ecl/repos/extra-x86_64/PKGBUILD
(from rev 192490, ecl/trunk/PKGBUILD)
Deleted:
  ecl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-13 08:44:15 UTC (rev 192490)
+++ PKGBUILD2013-08-13 08:44:20 UTC (rev 192491)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Maintainer: juergen 
-
-pkgname=ecl
-pkgver=12.12.1
-pkgrel=1
-pkgdesc="Embeddable Common Lisp"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/ecls/";
-license=('LGPL')
-depends=('bash' 'gmp')
-makedepends=('texinfo')
-provides=('common-lisp' 'cl-asdf')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/project/ecls/ecls/12.12/ecl-${pkgver}.tgz)
-md5sums=('014856bdfe265672f9d4b86a060a7aba')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure 
-  ./configure \
---build=$CHOST \
---prefix=/usr \
---with-tcp \
---with-clos-streams \
---enable-shared \
---enable-boehm=included \
---with-system-gmp \
---without-x \
---enable-threads \
---without-clx
-
-  make
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: ecl/repos/extra-x86_64/PKGBUILD (from rev 192490, ecl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-13 08:44:20 UTC (rev 192491)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: John Proctor 
+# Maintainer: juergen 
+
+pkgname=ecl
+pkgver=13.5.1
+pkgrel=1
+pkgdesc="Embeddable Common Lisp"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/ecls/";
+license=('LGPL')
+depends=('bash' 'gmp')
+makedepends=('texinfo')
+provides=('common-lisp' 'cl-asdf')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/project/ecls/ecls/13.5/ecl-${pkgver}.tgz)
+md5sums=('f6bb59d9383c51fc94e1c7ca5cf1c586')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure 
+  ./configure \
+--build=$CHOST \
+--prefix=/usr \
+--with-tcp \
+--with-clos-streams \
+--enable-shared \
+--enable-boehm=included \
+--with-system-gmp \
+--without-x \
+--enable-threads \
+--without-clx
+
+  make
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}



[arch-commits] Commit in ecl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2013-03-18 Thread Jürgen Hötzel
Date: Monday, March 18, 2013 @ 14:33:10
  Author: juergen
Revision: 180165

archrelease: copy trunk to extra-x86_64

Added:
  ecl/repos/extra-x86_64/PKGBUILD
(from rev 180164, ecl/trunk/PKGBUILD)
Deleted:
  ecl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-18 13:29:43 UTC (rev 180164)
+++ PKGBUILD2013-03-18 13:33:10 UTC (rev 180165)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Maintainer: juergen 
-
-pkgname=ecl
-pkgver=12.7.1
-pkgrel=1
-pkgdesc="Embeddable Common Lisp"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/ecls/";
-license=('LGPL')
-depends=('bash' 'gmp')
-makedepends=('texinfo')
-provides=('common-lisp' 'cl-asdf')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/project/ecls/ecls/12.7/ecl-12.7.1.tar.gz)
-md5sums=('ce8dd2136fbbc74e44a1c41b32db1f3c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure 
-  ./configure \
---build=$CHOST \
---prefix=/usr \
---with-tcp \
---with-clos-streams \
---enable-shared \
---enable-boehm=included \
---with-system-gmp \
---without-x \
---enable-threads \
---without-clx
-
-  make
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: ecl/repos/extra-x86_64/PKGBUILD (from rev 180164, ecl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-18 13:33:10 UTC (rev 180165)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: John Proctor 
+# Maintainer: juergen 
+
+pkgname=ecl
+pkgver=12.12.1
+pkgrel=1
+pkgdesc="Embeddable Common Lisp"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/ecls/";
+license=('LGPL')
+depends=('bash' 'gmp')
+makedepends=('texinfo')
+provides=('common-lisp' 'cl-asdf')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/project/ecls/ecls/12.12/ecl-${pkgver}.tgz)
+md5sums=('014856bdfe265672f9d4b86a060a7aba')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure 
+  ./configure \
+--build=$CHOST \
+--prefix=/usr \
+--with-tcp \
+--with-clos-streams \
+--enable-shared \
+--enable-boehm=included \
+--with-system-gmp \
+--without-x \
+--enable-threads \
+--without-clx
+
+  make
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}



[arch-commits] Commit in ecl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2012-08-02 Thread Juergen Hoetzel
Date: Thursday, August 2, 2012 @ 05:27:21
  Author: juergen
Revision: 164666

archrelease: copy trunk to extra-x86_64

Added:
  ecl/repos/extra-x86_64/PKGBUILD
(from rev 164665, ecl/trunk/PKGBUILD)
Deleted:
  ecl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-08-02 08:57:11 UTC (rev 164665)
+++ PKGBUILD2012-08-02 09:27:21 UTC (rev 164666)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Maintainer: juergen 
-
-pkgname=ecl
-pkgver=12.2.1
-pkgrel=2
-pkgdesc="Embeddable Common Lisp"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/ecls/";
-license=('LGPL')
-depends=('bash' 'gmp')
-makedepends=('texinfo')
-provides=('common-lisp' 'cl-asdf')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/project/ecls/ecls/12.2/ecl-12.2.1.tgz)
-md5sums=('1a54b733e7cd07af2b1cb6d7f8b716d2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure 
-  ./configure \
---build=$CHOST \
---prefix=/usr \
---with-tcp \
---with-clos-streams \
---enable-shared \
---enable-boehm=included \
---with-system-gmp \
---without-x \
---enable-threads \
---without-clx
-
-  make
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: ecl/repos/extra-x86_64/PKGBUILD (from rev 164665, ecl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-08-02 09:27:21 UTC (rev 164666)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: John Proctor 
+# Maintainer: juergen 
+
+pkgname=ecl
+pkgver=12.7.1
+pkgrel=1
+pkgdesc="Embeddable Common Lisp"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/ecls/";
+license=('LGPL')
+depends=('bash' 'gmp')
+makedepends=('texinfo')
+provides=('common-lisp' 'cl-asdf')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/project/ecls/ecls/12.7/ecl-12.7.1.tar.gz)
+md5sums=('ce8dd2136fbbc74e44a1c41b32db1f3c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure 
+  ./configure \
+--build=$CHOST \
+--prefix=/usr \
+--with-tcp \
+--with-clos-streams \
+--enable-shared \
+--enable-boehm=included \
+--with-system-gmp \
+--without-x \
+--enable-threads \
+--without-clx
+
+  make
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}



[arch-commits] Commit in ecl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2012-05-25 Thread Juergen Hoetzel
Date: Friday, May 25, 2012 @ 18:32:35
  Author: juergen
Revision: 159616

archrelease: copy trunk to extra-x86_64

Added:
  ecl/repos/extra-x86_64/PKGBUILD
(from rev 159615, ecl/trunk/PKGBUILD)
Deleted:
  ecl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   77 ++---
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-05-25 22:32:12 UTC (rev 159615)
+++ PKGBUILD2012-05-25 22:32:35 UTC (rev 159616)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Maintainer: juergen 
-
-pkgname=ecl
-pkgver=12.2.1
-pkgrel=1
-pkgdesc="Embeddable Common Lisp"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/ecls/";
-license=('LGPL')
-depends=('bash' 'gmp')
-makedepends=('texinfo')
-provides=('common-lisp' 'cl-asdf')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/project/ecls/ecls/12.2/ecl-12.2.1.tgz)
-md5sums=('1a54b733e7cd07af2b1cb6d7f8b716d2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure 
-  ./configure --build=$CHOST \
-  --prefix=/usr   \
-  --with-tcp  \
-  --with-clos-streams \
-  --enable-shared \
-  --enable-boehm=included \
-  --with-system-gmp \
-  --without-x \
-  --without-clx \
-  --disable-threads
-
-  make
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}
\ No newline at end of file

Copied: ecl/repos/extra-x86_64/PKGBUILD (from rev 159615, ecl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-05-25 22:32:35 UTC (rev 159616)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: John Proctor 
+# Maintainer: juergen 
+
+pkgname=ecl
+pkgver=12.2.1
+pkgrel=2
+pkgdesc="Embeddable Common Lisp"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/ecls/";
+license=('LGPL')
+depends=('bash' 'gmp')
+makedepends=('texinfo')
+provides=('common-lisp' 'cl-asdf')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/project/ecls/ecls/12.2/ecl-12.2.1.tgz)
+md5sums=('1a54b733e7cd07af2b1cb6d7f8b716d2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure 
+  ./configure \
+--build=$CHOST \
+--prefix=/usr \
+--with-tcp \
+--with-clos-streams \
+--enable-shared \
+--enable-boehm=included \
+--with-system-gmp \
+--without-x \
+--enable-threads \
+--without-clx
+
+  make
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}



[arch-commits] Commit in ecl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2012-02-20 Thread Juergen Hoetzel
Date: Monday, February 20, 2012 @ 17:31:08
  Author: juergen
Revision: 150709

archrelease: copy trunk to extra-x86_64

Added:
  ecl/repos/extra-x86_64/PKGBUILD
(from rev 150708, ecl/trunk/PKGBUILD)
Deleted:
  ecl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   73 +++--
 1 file changed, 38 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-20 22:09:00 UTC (rev 150708)
+++ PKGBUILD2012-02-20 22:31:08 UTC (rev 150709)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Maintainer: juergen 
-
-pkgname=ecl
-pkgver=11.1.1
-pkgrel=1
-pkgdesc="Embeddable Common Lisp"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/ecls/";
-license=('LGPL')
-depends=('bash' 'gmp')
-makedepends=('texinfo')
-provides=('common-lisp' 'cl-asdf')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/project/ecls/ecls/11.1/ecl-11.1.1.tar.gz)
-md5sums=('6963cfa00e1c6d4a2123fd62100b02e6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure || return 1
-  ./configure --build=$CHOST \
-  --prefix=/usr   \
-  --with-tcp  \
-  --with-clos-streams \
-  --enable-shared \
-  --enable-boehm=local \
-  --with-system-gmp \
-  --without-x \
-  --without-clx \
-  --disable-threads
-
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
-}

Copied: ecl/repos/extra-x86_64/PKGBUILD (from rev 150708, ecl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-20 22:31:08 UTC (rev 150709)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: John Proctor 
+# Maintainer: juergen 
+
+pkgname=ecl
+pkgver=12.2.1
+pkgrel=1
+pkgdesc="Embeddable Common Lisp"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/ecls/";
+license=('LGPL')
+depends=('bash' 'gmp')
+makedepends=('texinfo')
+provides=('common-lisp' 'cl-asdf')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/project/ecls/ecls/12.2/ecl-12.2.1.tgz)
+md5sums=('1a54b733e7cd07af2b1cb6d7f8b716d2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure 
+  ./configure --build=$CHOST \
+  --prefix=/usr   \
+  --with-tcp  \
+  --with-clos-streams \
+  --enable-shared \
+  --enable-boehm=included \
+  --with-system-gmp \
+  --without-x \
+  --without-clx \
+  --disable-threads
+
+  make
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}
\ No newline at end of file