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

Allan McRae allan at archlinux.org
Fri Oct 26 01:40:07 UTC 2012


    Date: Thursday, October 25, 2012 @ 21:40:06
  Author: allan
Revision: 169690

db-move: moved bison from [testing] to [core] (i686, x86_64)

Added:
  bison/repos/core-i686/PKGBUILD
    (from rev 169688, bison/repos/testing-i686/PKGBUILD)
  bison/repos/core-i686/bison.install
    (from rev 169688, bison/repos/testing-i686/bison.install)
  bison/repos/core-x86_64/PKGBUILD
    (from rev 169688, bison/repos/testing-x86_64/PKGBUILD)
  bison/repos/core-x86_64/bison.install
    (from rev 169688, bison/repos/testing-x86_64/bison.install)
Deleted:
  bison/repos/core-i686/PKGBUILD
  bison/repos/core-i686/bison.install
  bison/repos/core-x86_64/PKGBUILD
  bison/repos/core-x86_64/bison.install
  bison/repos/testing-i686/
  bison/repos/testing-x86_64/

---------------------------+
 core-i686/PKGBUILD        |   66 ++++++++++++++++++++++----------------------
 core-i686/bison.install   |   32 ++++++++++-----------
 core-x86_64/PKGBUILD      |   66 ++++++++++++++++++++++----------------------
 core-x86_64/bison.install |   32 ++++++++++-----------
 4 files changed, 98 insertions(+), 98 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2012-10-26 01:40:04 UTC (rev 169689)
+++ core-i686/PKGBUILD	2012-10-26 01:40:06 UTC (rev 169690)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Eric Belanger <eric at archlinux.org>
-
-pkgname=bison
-pkgver=2.6.2
-pkgrel=1
-pkgdesc="The GNU general-purpose parser generator"
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="http://www.gnu.org/software/bison/bison.html"
-depends=('glibc' 'm4' 'sh')
-groups=('base-devel')
-install=bison.install
-source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('dea291996f98c34c3fd8e389a9cf6ea1'
-         'e6d78e6423e9e29f3b6c5deee839b41c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}  
-  ./configure --prefix=/usr --datadir=/usr/share
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: bison/repos/core-i686/PKGBUILD (from rev 169688, bison/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2012-10-26 01:40:06 UTC (rev 169690)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+
+pkgname=bison
+pkgver=2.6.4
+pkgrel=1
+pkgdesc="The GNU general-purpose parser generator"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.gnu.org/software/bison/bison.html"
+depends=('glibc' 'm4' 'sh')
+groups=('base-devel')
+install=bison.install
+source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('8b2dc57eb9d2d6de4715d30de6b2ee07'
+         '89b9f75a9aa1b02418fef0e685bd44f2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}  
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-i686/bison.install
===================================================================
--- core-i686/bison.install	2012-10-26 01:40:04 UTC (rev 169689)
+++ core-i686/bison.install	2012-10-26 01:40:06 UTC (rev 169690)
@@ -1,16 +0,0 @@
-infodir=usr/share/info
-file=bison.info.gz
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}

Copied: bison/repos/core-i686/bison.install (from rev 169688, bison/repos/testing-i686/bison.install)
===================================================================
--- core-i686/bison.install	                        (rev 0)
+++ core-i686/bison.install	2012-10-26 01:40:06 UTC (rev 169690)
@@ -0,0 +1,16 @@
+infodir=usr/share/info
+file=bison.info.gz
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+}

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2012-10-26 01:40:04 UTC (rev 169689)
+++ core-x86_64/PKGBUILD	2012-10-26 01:40:06 UTC (rev 169690)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Eric Belanger <eric at archlinux.org>
-
-pkgname=bison
-pkgver=2.6.2
-pkgrel=1
-pkgdesc="The GNU general-purpose parser generator"
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="http://www.gnu.org/software/bison/bison.html"
-depends=('glibc' 'm4' 'sh')
-groups=('base-devel')
-install=bison.install
-source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('dea291996f98c34c3fd8e389a9cf6ea1'
-         'e6d78e6423e9e29f3b6c5deee839b41c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}  
-  ./configure --prefix=/usr --datadir=/usr/share
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: bison/repos/core-x86_64/PKGBUILD (from rev 169688, bison/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2012-10-26 01:40:06 UTC (rev 169690)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+
+pkgname=bison
+pkgver=2.6.4
+pkgrel=1
+pkgdesc="The GNU general-purpose parser generator"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.gnu.org/software/bison/bison.html"
+depends=('glibc' 'm4' 'sh')
+groups=('base-devel')
+install=bison.install
+source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('8b2dc57eb9d2d6de4715d30de6b2ee07'
+         '89b9f75a9aa1b02418fef0e685bd44f2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}  
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-x86_64/bison.install
===================================================================
--- core-x86_64/bison.install	2012-10-26 01:40:04 UTC (rev 169689)
+++ core-x86_64/bison.install	2012-10-26 01:40:06 UTC (rev 169690)
@@ -1,16 +0,0 @@
-infodir=usr/share/info
-file=bison.info.gz
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}

Copied: bison/repos/core-x86_64/bison.install (from rev 169688, bison/repos/testing-x86_64/bison.install)
===================================================================
--- core-x86_64/bison.install	                        (rev 0)
+++ core-x86_64/bison.install	2012-10-26 01:40:06 UTC (rev 169690)
@@ -0,0 +1,16 @@
+infodir=usr/share/info
+file=bison.info.gz
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+}




More information about the arch-commits mailing list