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

Allan McRae allan at nymeria.archlinux.org
Sun Oct 20 11:52:24 UTC 2013


    Date: Sunday, October 20, 2013 @ 13:52:24
  Author: allan
Revision: 196831

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

Added:
  bison/repos/core-i686/PKGBUILD
    (from rev 196830, bison/trunk/PKGBUILD)
  bison/repos/core-i686/bison.install
    (from rev 196830, bison/trunk/bison.install)
  bison/repos/core-x86_64/PKGBUILD
    (from rev 196830, bison/trunk/PKGBUILD)
  bison/repos/core-x86_64/bison.install
    (from rev 196830, bison/trunk/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

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 /bison.install            |   32 ++++++++++++++++++++
 core-i686/PKGBUILD        |   33 ---------------------
 core-i686/bison.install   |   16 ----------
 core-x86_64/PKGBUILD      |   33 ---------------------
 core-x86_64/bison.install |   16 ----------
 6 files changed, 100 insertions(+), 98 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2013-10-20 11:51:11 UTC (rev 196830)
+++ core-i686/PKGBUILD	2013-10-20 11:52:24 UTC (rev 196831)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Eric Belanger <eric at archlinux.org>
-
-pkgname=bison
-pkgver=3.0
-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=('a2624994561aa69f056c904c1ccb2880'
-         'SKIP')
-
-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 196830, bison/trunk/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2013-10-20 11:52:24 UTC (rev 196831)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+
+pkgname=bison
+pkgver=3.0
+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')
+options=('staticlibs')
+install=bison.install
+source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('a2624994561aa69f056c904c1ccb2880'
+         'SKIP')
+
+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	2013-10-20 11:51:11 UTC (rev 196830)
+++ core-i686/bison.install	2013-10-20 11:52:24 UTC (rev 196831)
@@ -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 196830, bison/trunk/bison.install)
===================================================================
--- core-i686/bison.install	                        (rev 0)
+++ core-i686/bison.install	2013-10-20 11:52:24 UTC (rev 196831)
@@ -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	2013-10-20 11:51:11 UTC (rev 196830)
+++ core-x86_64/PKGBUILD	2013-10-20 11:52:24 UTC (rev 196831)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Eric Belanger <eric at archlinux.org>
-
-pkgname=bison
-pkgver=3.0
-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=('a2624994561aa69f056c904c1ccb2880'
-         'SKIP')
-
-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 196830, bison/trunk/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2013-10-20 11:52:24 UTC (rev 196831)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+
+pkgname=bison
+pkgver=3.0
+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')
+options=('staticlibs')
+install=bison.install
+source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('a2624994561aa69f056c904c1ccb2880'
+         'SKIP')
+
+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	2013-10-20 11:51:11 UTC (rev 196830)
+++ core-x86_64/bison.install	2013-10-20 11:52:24 UTC (rev 196831)
@@ -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 196830, bison/trunk/bison.install)
===================================================================
--- core-x86_64/bison.install	                        (rev 0)
+++ core-x86_64/bison.install	2013-10-20 11:52:24 UTC (rev 196831)
@@ -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