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

Jan de Groot jgc at archlinux.org
Tue Jun 19 22:03:38 UTC 2018


    Date: Tuesday, June 19, 2018 @ 22:03:37
  Author: jgc
Revision: 327299

archrelease: copy trunk to extra-x86_64

Added:
  gc/repos/extra-x86_64/PKGBUILD
    (from rev 327298, gc/trunk/PKGBUILD)
Deleted:
  gc/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-19 22:03:34 UTC (rev 327298)
+++ PKGBUILD	2018-06-19 22:03:37 UTC (rev 327299)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel [at] archlinux.org>
-# Contributor: dorphell <dorphell at gmx.net>
-
-pkgname=gc
-pkgver=7.6.4
-pkgrel=1
-pkgdesc="A garbage collector for C and C++"
-arch=('x86_64')
-url="http://www.hboehm.info/gc/"
-license=('GPL')
-depends=('gcc-libs' 'libatomic_ops')
-source=(https://github.com/ivmai/bdwgc/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b94c1f2535f98354811ee644dccab6e84a0cf73e477ca03fb5a3758fb1fecd1c')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-cplusplus --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  sed 's|GC_MALLOC 1L|gc 3|g' doc/gc.man |
-    install -Dm644 /dev/stdin "${pkgdir}/usr/share/man/man3/gc.3"
-}

Copied: gc/repos/extra-x86_64/PKGBUILD (from rev 327298, gc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-19 22:03:37 UTC (rev 327299)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel [at] archlinux.org>
+# Contributor: dorphell <dorphell at gmx.net>
+
+pkgname=gc
+pkgver=7.6.6
+pkgrel=1
+pkgdesc="A garbage collector for C and C++"
+arch=('x86_64')
+url="http://www.hboehm.info/gc/"
+license=('GPL')
+depends=('gcc-libs' 'libatomic_ops')
+source=(https://github.com/ivmai/bdwgc/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e968edf8f80d83284dd473e00a5e3377addc2df261ffb7e6dc77c9a34a0039dc')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-cplusplus --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  sed 's|GC_MALLOC 1L|gc 3|g' doc/gc.man |
+    install -Dm644 /dev/stdin "${pkgdir}/usr/share/man/man3/gc.3"
+}



More information about the arch-commits mailing list