Date: Saturday, November 5, 2011 @ 07:41:14
  Author: allan
Revision: 142168

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

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

---------------+
 ChangeLog     |   38 ++++++++++++++++----------------
 PKGBUILD      |   65 ++++++++++++++++++++++++++++----------------------------
 bison.install |   32 +++++++++++++--------------
 3 files changed, 68 insertions(+), 67 deletions(-)

Deleted: core-i686/ChangeLog
===================================================================
--- core-i686/ChangeLog 2011-11-05 11:41:13 UTC (rev 142167)
+++ core-i686/ChangeLog 2011-11-05 11:41:14 UTC (rev 142168)
@@ -1,19 +0,0 @@
-2010-03-25  Eric Belanger  <[email protected]>
-
-       * bison 2.4.2-1
-       * Upstream update
-       * Removed texinfo dependency in install scriptlet
-       * Updated license
-       * Added sh depends
-
-2008-12-11  Eric Belanger  <[email protected]>
-
-       * bison 2.4.1-1
-       * Upstream update
-
-2008-11-08  Eric Belanger  <[email protected]>
-
-       * bison 2.4-1
-       * Upstream update
-       * Added info file support
-       * Added ChangeLog

Copied: bison/repos/core-i686/ChangeLog (from rev 142165, 
bison/repos/testing-i686/ChangeLog)
===================================================================
--- core-i686/ChangeLog                         (rev 0)
+++ core-i686/ChangeLog 2011-11-05 11:41:14 UTC (rev 142168)
@@ -0,0 +1,19 @@
+2010-03-25  Eric Belanger  <[email protected]>
+
+       * bison 2.4.2-1
+       * Upstream update
+       * Removed texinfo dependency in install scriptlet
+       * Updated license
+       * Added sh depends
+
+2008-12-11  Eric Belanger  <[email protected]>
+
+       * bison 2.4.1-1
+       * Upstream update
+
+2008-11-08  Eric Belanger  <[email protected]>
+
+       * bison 2.4-1
+       * Upstream update
+       * Added info file support
+       * Added ChangeLog

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD  2011-11-05 11:41:13 UTC (rev 142167)
+++ core-i686/PKGBUILD  2011-11-05 11:41:14 UTC (rev 142168)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <[email protected]>
-# Contributor: Eric Belanger <[email protected]>
-
-pkgname=bison
-pkgver=2.5
-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.bz2)
-md5sums=('9dba20116b13fc61a0846b0058fbe004')
-
-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 142165, 
bison/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD                          (rev 0)
+++ core-i686/PKGBUILD  2011-11-05 11:41:14 UTC (rev 142168)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae <[email protected]>
+# Contributor: Eric Belanger <[email protected]>
+
+pkgname=bison
+pkgver=2.5
+pkgrel=2
+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.bz2{,.sig})
+md5sums=('9dba20116b13fc61a0846b0058fbe004'
+         '610b73db67bd4760209458efe7554ca3')
+
+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     2011-11-05 11:41:13 UTC (rev 142167)
+++ core-i686/bison.install     2011-11-05 11:41:14 UTC (rev 142168)
@@ -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 142165, 
bison/repos/testing-i686/bison.install)
===================================================================
--- core-i686/bison.install                             (rev 0)
+++ core-i686/bison.install     2011-11-05 11:41:14 UTC (rev 142168)
@@ -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
+}

Reply via email to