[arch-commits] Commit in ecl/repos (4 files)
Jürgen Hötzel
juergen at archlinux.org
Wed Jun 7 18:30:40 UTC 2017
Date: Wednesday, June 7, 2017 @ 18:30:30
Author: juergen
Revision: 298138
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
ecl/repos/extra-i686/PKGBUILD
(from rev 298137, ecl/trunk/PKGBUILD)
ecl/repos/extra-x86_64/PKGBUILD
(from rev 298137, 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-06-07 18:29:53 UTC (rev 298137)
+++ extra-i686/PKGBUILD 2017-06-07 18:30:30 UTC (rev 298138)
@@ -1,39 +0,0 @@
-# Contributor: John Proctor <jproctor at prium.net>
-# Maintainer: juergen <juergen at archlinux.org>
-
-pkgname=ecl
-pkgver=16.1.2
-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=('2d482b1a0a4fbd5d881434517032279d808cb6405e22dd91ef6d733534464b99')
-
-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 298137, ecl/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-07 18:30:30 UTC (rev 298138)
@@ -0,0 +1,39 @@
+# 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
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-06-07 18:29:53 UTC (rev 298137)
+++ extra-x86_64/PKGBUILD 2017-06-07 18:30:30 UTC (rev 298138)
@@ -1,39 +0,0 @@
-# Contributor: John Proctor <jproctor at prium.net>
-# Maintainer: juergen <juergen at archlinux.org>
-
-pkgname=ecl
-pkgver=16.1.2
-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=('2d482b1a0a4fbd5d881434517032279d808cb6405e22dd91ef6d733534464b99')
-
-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 298137, ecl/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-06-07 18:30:30 UTC (rev 298138)
@@ -0,0 +1,39 @@
+# 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
+}
More information about the arch-commits
mailing list