[arch-commits] Commit in ecl/repos (4 files)

Antonio Rojas arojas at archlinux.org
Wed Jul 12 17:37:00 UTC 2017


    Date: Wednesday, July 12, 2017 @ 17:37:00
  Author: arojas
Revision: 300166

archrelease: copy trunk to extra-i686, extra-x86_64

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

-----------------------+
 /PKGBUILD             |   78 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   39 ------------------------
 extra-x86_64/PKGBUILD |   39 ------------------------
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-07-12 17:36:30 UTC (rev 300165)
+++ extra-i686/PKGBUILD	2017-07-12 17:37:00 UTC (rev 300166)
@@ -1,39 +0,0 @@
-# Contributor: John Proctor <jproctor at prium.net>
-# Maintainer: juergen <juergen at archlinux.org>
-
-pkgname=ecl
-pkgver=16.1.3
-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/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-i686/PKGBUILD (from rev 300165, ecl/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-07-12 17:37:00 UTC (rev 300166)
@@ -0,0 +1,39 @@
+# Contributor: John Proctor <jproctor at prium.net>
+# Maintainer: juergen <juergen at archlinux.org>
+
+pkgname=ecl
+pkgver=16.1.3
+pkgrel=2
+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/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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-07-12 17:36:30 UTC (rev 300165)
+++ extra-x86_64/PKGBUILD	2017-07-12 17:37:00 UTC (rev 300166)
@@ -1,39 +0,0 @@
-# Contributor: John Proctor <jproctor at prium.net>
-# Maintainer: juergen <juergen at archlinux.org>
-
-pkgname=ecl
-pkgver=16.1.3
-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/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 300165, ecl/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-07-12 17:37:00 UTC (rev 300166)
@@ -0,0 +1,39 @@
+# Contributor: John Proctor <jproctor at prium.net>
+# Maintainer: juergen <juergen at archlinux.org>
+
+pkgname=ecl
+pkgver=16.1.3
+pkgrel=2
+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/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
+}



More information about the arch-commits mailing list