[arch-commits] Commit in bc/repos (10 files)

Antonio Rojas arojas at archlinux.org
Sat May 14 17:58:09 UTC 2016


    Date: Saturday, May 14, 2016 @ 19:58:09
  Author: arojas
Revision: 267989

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

Added:
  bc/repos/extra-i686/PKGBUILD
    (from rev 267988, bc/trunk/PKGBUILD)
  bc/repos/extra-i686/bc-1.06.95-void_uninitialized.patch
    (from rev 267988, bc/trunk/bc-1.06.95-void_uninitialized.patch)
  bc/repos/extra-x86_64/PKGBUILD
    (from rev 267988, bc/trunk/PKGBUILD)
  bc/repos/extra-x86_64/bc-1.06.95-void_uninitialized.patch
    (from rev 267988, bc/trunk/bc-1.06.95-void_uninitialized.patch)
Deleted:
  bc/repos/extra-i686/PKGBUILD
  bc/repos/extra-i686/bc-1.06.95-void_uninitialized.patch
  bc/repos/extra-i686/bc.install
  bc/repos/extra-x86_64/PKGBUILD
  bc/repos/extra-x86_64/bc-1.06.95-void_uninitialized.patch
  bc/repos/extra-x86_64/bc.install

--------------------------------------------------+
 /PKGBUILD                                        |   82 +++++++++++++++++++++
 /bc-1.06.95-void_uninitialized.patch             |   28 +++++++
 extra-i686/PKGBUILD                              |   43 -----------
 extra-i686/bc-1.06.95-void_uninitialized.patch   |   14 ---
 extra-i686/bc.install                            |   20 -----
 extra-x86_64/PKGBUILD                            |   43 -----------
 extra-x86_64/bc-1.06.95-void_uninitialized.patch |   14 ---
 extra-x86_64/bc.install                          |   20 -----
 8 files changed, 110 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-05-14 17:57:36 UTC (rev 267988)
+++ extra-i686/PKGBUILD	2016-05-14 17:58:09 UTC (rev 267989)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
-
-pkgname=bc
-pkgver=1.06.95
-pkgrel=1
-pkgdesc="An arbitrary precision calculator language"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/bc/"
-license=('GPL')
-depends=('readline')
-replaces=('bc-readline')
-conflicts=('bc-readline')
-install=bc.install
-source=(ftp://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
-        bc-1.06.95-void_uninitialized.patch)
-md5sums=('5126a721b73f97d715bb72c13c889035'
-         'SKIP'
-         'fe85d42dd4151801e9b8c2d2c4d990bf')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  # https://bugs.gentoo.org/show_bug.cgi?id=349339
-  patch -Np0 -i ${srcdir}/bc-1.06.95-void_uninitialized.patch
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-    --infodir=/usr/share/info --with-readline
-  make
-}
-
-check () {
-  cd "${pkgname}-${pkgver}"
-  echo "quit" | ./bc/bc -l Test/checklib.b # 10 failures
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: bc/repos/extra-i686/PKGBUILD (from rev 267988, bc/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-05-14 17:58:09 UTC (rev 267989)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: dorphell <dorphell at archlinux.org>
+
+pkgname=bc
+pkgver=1.06.95
+pkgrel=2
+pkgdesc="An arbitrary precision calculator language"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/bc/"
+license=('GPL')
+depends=('readline')
+replaces=('bc-readline')
+conflicts=('bc-readline')
+source=(http://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+        bc-1.06.95-void_uninitialized.patch)
+md5sums=('5126a721b73f97d715bb72c13c889035'
+         'fe85d42dd4151801e9b8c2d2c4d990bf')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  # https://bugs.gentoo.org/show_bug.cgi?id=349339
+  patch -Np0 -i ${srcdir}/bc-1.06.95-void_uninitialized.patch
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+    --infodir=/usr/share/info --with-readline
+  make
+}
+
+check () {
+  cd "${pkgname}-${pkgver}"
+  echo "quit" | ./bc/bc -l Test/checklib.b # 10 failures
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/bc-1.06.95-void_uninitialized.patch
===================================================================
--- extra-i686/bc-1.06.95-void_uninitialized.patch	2016-05-14 17:57:36 UTC (rev 267988)
+++ extra-i686/bc-1.06.95-void_uninitialized.patch	2016-05-14 17:58:09 UTC (rev 267989)
@@ -1,14 +0,0 @@
-http://www.pixelbeat.org/programming/oss_bug_flow.html
-https://bugs.gentoo.org/349339
-
---- bc/storage.c
-+++ bc/storage.c
-@@ -99,6 +99,7 @@
-     {
-       f = &functions[indx];
-       f->f_defined = FALSE;
-+      f->f_void = FALSE;
-       f->f_body = (char *) bc_malloc (BC_START_SIZE);
-       f->f_body_size = BC_START_SIZE;
-       f->f_code_size = 0;
-

Copied: bc/repos/extra-i686/bc-1.06.95-void_uninitialized.patch (from rev 267988, bc/trunk/bc-1.06.95-void_uninitialized.patch)
===================================================================
--- extra-i686/bc-1.06.95-void_uninitialized.patch	                        (rev 0)
+++ extra-i686/bc-1.06.95-void_uninitialized.patch	2016-05-14 17:58:09 UTC (rev 267989)
@@ -0,0 +1,14 @@
+http://www.pixelbeat.org/programming/oss_bug_flow.html
+https://bugs.gentoo.org/349339
+
+--- bc/storage.c
++++ bc/storage.c
+@@ -99,6 +99,7 @@
+     {
+       f = &functions[indx];
+       f->f_defined = FALSE;
++      f->f_void = FALSE;
+       f->f_body = (char *) bc_malloc (BC_START_SIZE);
+       f->f_body_size = BC_START_SIZE;
+       f->f_code_size = 0;
+

Deleted: extra-i686/bc.install
===================================================================
--- extra-i686/bc.install	2016-05-14 17:57:36 UTC (rev 267988)
+++ extra-i686/bc.install	2016-05-14 17:58:09 UTC (rev 267989)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(bc.info.gz dc.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-05-14 17:57:36 UTC (rev 267988)
+++ extra-x86_64/PKGBUILD	2016-05-14 17:58:09 UTC (rev 267989)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
-
-pkgname=bc
-pkgver=1.06.95
-pkgrel=1
-pkgdesc="An arbitrary precision calculator language"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/bc/"
-license=('GPL')
-depends=('readline')
-replaces=('bc-readline')
-conflicts=('bc-readline')
-install=bc.install
-source=(ftp://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
-        bc-1.06.95-void_uninitialized.patch)
-md5sums=('5126a721b73f97d715bb72c13c889035'
-         'SKIP'
-         'fe85d42dd4151801e9b8c2d2c4d990bf')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  # https://bugs.gentoo.org/show_bug.cgi?id=349339
-  patch -Np0 -i ${srcdir}/bc-1.06.95-void_uninitialized.patch
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-    --infodir=/usr/share/info --with-readline
-  make
-}
-
-check () {
-  cd "${pkgname}-${pkgver}"
-  echo "quit" | ./bc/bc -l Test/checklib.b # 10 failures
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: bc/repos/extra-x86_64/PKGBUILD (from rev 267988, bc/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-05-14 17:58:09 UTC (rev 267989)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: dorphell <dorphell at archlinux.org>
+
+pkgname=bc
+pkgver=1.06.95
+pkgrel=2
+pkgdesc="An arbitrary precision calculator language"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/bc/"
+license=('GPL')
+depends=('readline')
+replaces=('bc-readline')
+conflicts=('bc-readline')
+source=(http://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+        bc-1.06.95-void_uninitialized.patch)
+md5sums=('5126a721b73f97d715bb72c13c889035'
+         'fe85d42dd4151801e9b8c2d2c4d990bf')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  # https://bugs.gentoo.org/show_bug.cgi?id=349339
+  patch -Np0 -i ${srcdir}/bc-1.06.95-void_uninitialized.patch
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+    --infodir=/usr/share/info --with-readline
+  make
+}
+
+check () {
+  cd "${pkgname}-${pkgver}"
+  echo "quit" | ./bc/bc -l Test/checklib.b # 10 failures
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/bc-1.06.95-void_uninitialized.patch
===================================================================
--- extra-x86_64/bc-1.06.95-void_uninitialized.patch	2016-05-14 17:57:36 UTC (rev 267988)
+++ extra-x86_64/bc-1.06.95-void_uninitialized.patch	2016-05-14 17:58:09 UTC (rev 267989)
@@ -1,14 +0,0 @@
-http://www.pixelbeat.org/programming/oss_bug_flow.html
-https://bugs.gentoo.org/349339
-
---- bc/storage.c
-+++ bc/storage.c
-@@ -99,6 +99,7 @@
-     {
-       f = &functions[indx];
-       f->f_defined = FALSE;
-+      f->f_void = FALSE;
-       f->f_body = (char *) bc_malloc (BC_START_SIZE);
-       f->f_body_size = BC_START_SIZE;
-       f->f_code_size = 0;
-

Copied: bc/repos/extra-x86_64/bc-1.06.95-void_uninitialized.patch (from rev 267988, bc/trunk/bc-1.06.95-void_uninitialized.patch)
===================================================================
--- extra-x86_64/bc-1.06.95-void_uninitialized.patch	                        (rev 0)
+++ extra-x86_64/bc-1.06.95-void_uninitialized.patch	2016-05-14 17:58:09 UTC (rev 267989)
@@ -0,0 +1,14 @@
+http://www.pixelbeat.org/programming/oss_bug_flow.html
+https://bugs.gentoo.org/349339
+
+--- bc/storage.c
++++ bc/storage.c
+@@ -99,6 +99,7 @@
+     {
+       f = &functions[indx];
+       f->f_defined = FALSE;
++      f->f_void = FALSE;
+       f->f_body = (char *) bc_malloc (BC_START_SIZE);
+       f->f_body_size = BC_START_SIZE;
+       f->f_code_size = 0;
+

Deleted: extra-x86_64/bc.install
===================================================================
--- extra-x86_64/bc.install	2016-05-14 17:57:36 UTC (rev 267988)
+++ extra-x86_64/bc.install	2016-05-14 17:58:09 UTC (rev 267989)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(bc.info.gz dc.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}



More information about the arch-commits mailing list