[arch-commits] Commit in guile1.8/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Jun 4 15:55:50 UTC 2013


    Date: Tuesday, June 4, 2013 @ 17:55:49
  Author: bpiotrowski
Revision: 187150

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

Added:
  guile1.8/repos/staging-i686/PKGBUILD
    (from rev 187149, guile1.8/trunk/PKGBUILD)
  guile1.8/repos/staging-x86_64/PKGBUILD
    (from rev 187149, guile1.8/trunk/PKGBUILD)
Deleted:
  guile1.8/repos/staging-i686/PKGBUILD
  guile1.8/repos/staging-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   64 ++++++++++++++++++++++++++++++++++++++++++++++
 staging-i686/PKGBUILD   |   32 -----------------------
 staging-x86_64/PKGBUILD |   32 -----------------------
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD	2013-06-04 15:55:27 UTC (rev 187149)
+++ staging-i686/PKGBUILD	2013-06-04 15:55:49 UTC (rev 187150)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-
-pkgname=guile1.8
-pkgver=1.8.8
-pkgrel=2
-pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy branch.'
-url="http://www.gnu.org/software/guile/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gmp' 'libltdl' 'ncurses>=5.7' 'texinfo')
-source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
-options=('!libtool')
-md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
-
-build() {
-  cd guile-$pkgver
-  ./configure --prefix=/usr \
-	--disable-static  \
-	--disable-error-on-warning \
-        --program-suffix=1.8
-  make LDFLAGS+="-lpthread"
-}
-
-package() {
-  cd guile-$pkgver
-  make DESTDIR="$pkgdir" install
-  
-  rm -rf "$pkgdir"/usr/share/info
-  sed -i 's/guile/guile1.8/' -i "$pkgdir"/usr/bin/guile-config1.8
-  mv "$pkgdir"/usr/share/aclocal/guile.m4 "$pkgdir"/usr/share/aclocal/guile18.m4
-}

Copied: guile1.8/repos/staging-i686/PKGBUILD (from rev 187149, guile1.8/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-06-04 15:55:49 UTC (rev 187150)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+
+pkgname=guile1.8
+pkgver=1.8.8
+pkgrel=3
+pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy branch.'
+url="http://www.gnu.org/software/guile/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses>=5.7' 'texinfo')
+source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
+options=('!libtool')
+md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
+
+build() {
+  cd guile-$pkgver
+  ./configure --prefix=/usr \
+	--disable-static  \
+	--disable-error-on-warning \
+        --program-suffix=1.8
+  make LDFLAGS+="-lpthread"
+}
+
+package() {
+  cd guile-$pkgver
+  make DESTDIR="$pkgdir" install
+  
+  rm -rf "$pkgdir"/usr/share/info
+  sed -i '1s/guile/guile1.8/' -i "$pkgdir"/usr/bin/guile-config1.8
+  mv "$pkgdir"/usr/share/aclocal/guile.m4 "$pkgdir"/usr/share/aclocal/guile18.m4
+}

Deleted: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD	2013-06-04 15:55:27 UTC (rev 187149)
+++ staging-x86_64/PKGBUILD	2013-06-04 15:55:49 UTC (rev 187150)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-
-pkgname=guile1.8
-pkgver=1.8.8
-pkgrel=2
-pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy branch.'
-url="http://www.gnu.org/software/guile/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gmp' 'libltdl' 'ncurses>=5.7' 'texinfo')
-source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
-options=('!libtool')
-md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
-
-build() {
-  cd guile-$pkgver
-  ./configure --prefix=/usr \
-	--disable-static  \
-	--disable-error-on-warning \
-        --program-suffix=1.8
-  make LDFLAGS+="-lpthread"
-}
-
-package() {
-  cd guile-$pkgver
-  make DESTDIR="$pkgdir" install
-  
-  rm -rf "$pkgdir"/usr/share/info
-  sed -i 's/guile/guile1.8/' -i "$pkgdir"/usr/bin/guile-config1.8
-  mv "$pkgdir"/usr/share/aclocal/guile.m4 "$pkgdir"/usr/share/aclocal/guile18.m4
-}

Copied: guile1.8/repos/staging-x86_64/PKGBUILD (from rev 187149, guile1.8/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-06-04 15:55:49 UTC (rev 187150)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+
+pkgname=guile1.8
+pkgver=1.8.8
+pkgrel=3
+pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy branch.'
+url="http://www.gnu.org/software/guile/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses>=5.7' 'texinfo')
+source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
+options=('!libtool')
+md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
+
+build() {
+  cd guile-$pkgver
+  ./configure --prefix=/usr \
+	--disable-static  \
+	--disable-error-on-warning \
+        --program-suffix=1.8
+  make LDFLAGS+="-lpthread"
+}
+
+package() {
+  cd guile-$pkgver
+  make DESTDIR="$pkgdir" install
+  
+  rm -rf "$pkgdir"/usr/share/info
+  sed -i '1s/guile/guile1.8/' -i "$pkgdir"/usr/bin/guile-config1.8
+  mv "$pkgdir"/usr/share/aclocal/guile.m4 "$pkgdir"/usr/share/aclocal/guile18.m4
+}




More information about the arch-commits mailing list