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

Jonathan Steel jsteel at archlinux.org
Sun Aug 3 22:08:56 UTC 2014


    Date: Monday, August 4, 2014 @ 00:08:55
  Author: jsteel
Revision: 116812

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

Added:
  gnuchess/repos/community-i686/PKGBUILD
    (from rev 116811, gnuchess/trunk/PKGBUILD)
  gnuchess/repos/community-i686/gnuchess.install
    (from rev 116811, gnuchess/trunk/gnuchess.install)
  gnuchess/repos/community-x86_64/PKGBUILD
    (from rev 116811, gnuchess/trunk/PKGBUILD)
  gnuchess/repos/community-x86_64/gnuchess.install
    (from rev 116811, gnuchess/trunk/gnuchess.install)
Deleted:
  gnuchess/repos/community-i686/PKGBUILD
  gnuchess/repos/community-i686/gnuchess.install
  gnuchess/repos/community-x86_64/PKGBUILD
  gnuchess/repos/community-x86_64/gnuchess.install

-----------------------------------+
 /PKGBUILD                         |   62 ++++++++++++++++++++++++++++++++++++
 /gnuchess.install                 |   40 +++++++++++++++++++++++
 community-i686/PKGBUILD           |   31 ------------------
 community-i686/gnuchess.install   |   20 -----------
 community-x86_64/PKGBUILD         |   31 ------------------
 community-x86_64/gnuchess.install |   20 -----------
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-08-03 22:08:35 UTC (rev 116811)
+++ community-i686/PKGBUILD	2014-08-03 22:08:55 UTC (rev 116812)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=gnuchess
-pkgver=6.1.1
-pkgrel=1
-pkgdesc="Play chess against the computer on a terminal and an engine for graphical chess frontends"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/chess/chess.html"
-license=('GPL3')
-depends=('bash')
-optdepends=('xboard: graphical frontend')
-install=$pkgname.install
-source=(http://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
-md5sums=('1299cbd0025a7cf4fbba21e6c2ef6278')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make  
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make prefix="$pkgdir"/usr install
-}

Copied: gnuchess/repos/community-i686/PKGBUILD (from rev 116811, gnuchess/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-08-03 22:08:55 UTC (rev 116812)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=gnuchess
+pkgver=6.1.2
+pkgrel=1
+pkgdesc="Play chess against the computer on a terminal and an engine for graphical chess frontends"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/chess/chess.html"
+license=('GPL3')
+depends=('bash')
+optdepends=('xboard: graphical frontend')
+install=$pkgname.install
+source=(http://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
+md5sums=('44e1d96f0eb04751351eccb22973e06f')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make  
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make prefix="$pkgdir"/usr install
+}

Deleted: community-i686/gnuchess.install
===================================================================
--- community-i686/gnuchess.install	2014-08-03 22:08:35 UTC (rev 116811)
+++ community-i686/gnuchess.install	2014-08-03 22:08:55 UTC (rev 116812)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(gnuchess.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file.gz $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.gz $infodir/dir 2> /dev/null
-  done
-}

Copied: gnuchess/repos/community-i686/gnuchess.install (from rev 116811, gnuchess/trunk/gnuchess.install)
===================================================================
--- community-i686/gnuchess.install	                        (rev 0)
+++ community-i686/gnuchess.install	2014-08-03 22:08:55 UTC (rev 116812)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(gnuchess.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file.gz $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.gz $infodir/dir 2> /dev/null
+  done
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-08-03 22:08:35 UTC (rev 116811)
+++ community-x86_64/PKGBUILD	2014-08-03 22:08:55 UTC (rev 116812)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=gnuchess
-pkgver=6.1.1
-pkgrel=1
-pkgdesc="Play chess against the computer on a terminal and an engine for graphical chess frontends"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/chess/chess.html"
-license=('GPL3')
-depends=('bash')
-optdepends=('xboard: graphical frontend')
-install=$pkgname.install
-source=(http://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
-md5sums=('1299cbd0025a7cf4fbba21e6c2ef6278')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make  
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make prefix="$pkgdir"/usr install
-}

Copied: gnuchess/repos/community-x86_64/PKGBUILD (from rev 116811, gnuchess/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-08-03 22:08:55 UTC (rev 116812)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=gnuchess
+pkgver=6.1.2
+pkgrel=1
+pkgdesc="Play chess against the computer on a terminal and an engine for graphical chess frontends"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/chess/chess.html"
+license=('GPL3')
+depends=('bash')
+optdepends=('xboard: graphical frontend')
+install=$pkgname.install
+source=(http://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
+md5sums=('44e1d96f0eb04751351eccb22973e06f')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make  
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make prefix="$pkgdir"/usr install
+}

Deleted: community-x86_64/gnuchess.install
===================================================================
--- community-x86_64/gnuchess.install	2014-08-03 22:08:35 UTC (rev 116811)
+++ community-x86_64/gnuchess.install	2014-08-03 22:08:55 UTC (rev 116812)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(gnuchess.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file.gz $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.gz $infodir/dir 2> /dev/null
-  done
-}

Copied: gnuchess/repos/community-x86_64/gnuchess.install (from rev 116811, gnuchess/trunk/gnuchess.install)
===================================================================
--- community-x86_64/gnuchess.install	                        (rev 0)
+++ community-x86_64/gnuchess.install	2014-08-03 22:08:55 UTC (rev 116812)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(gnuchess.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file.gz $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.gz $infodir/dir 2> /dev/null
+  done
+}




More information about the arch-commits mailing list