[arch-commits] Commit in gnuchess/repos (6 files)
Jonathan Steel
jsteel at archlinux.org
Wed Apr 27 16:09:55 UTC 2016
Date: Wednesday, April 27, 2016 @ 18:09:55
Author: jsteel
Revision: 172075
archrelease: copy trunk to community-i686, community-x86_64
Added:
gnuchess/repos/community-i686/PKGBUILD
(from rev 172074, gnuchess/trunk/PKGBUILD)
gnuchess/repos/community-x86_64/PKGBUILD
(from rev 172074, gnuchess/trunk/PKGBUILD)
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 | 60 ++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 31 ------------------
community-i686/gnuchess.install | 13 -------
community-x86_64/PKGBUILD | 31 ------------------
community-x86_64/gnuchess.install | 13 -------
5 files changed, 60 insertions(+), 88 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-04-27 16:09:35 UTC (rev 172074)
+++ community-i686/PKGBUILD 2016-04-27 16:09:55 UTC (rev 172075)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=gnuchess
-pkgver=6.2.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=('c181b5e218695a154a550292fddedc6d')
-
-build() {
- cd $pkgname-$pkgver
-
- ./configure --prefix=/usr
-
- make
-}
-
-package() {
- cd $pkgname-$pkgver
-
- make prefix="$pkgdir"/usr install
-}
Copied: gnuchess/repos/community-i686/PKGBUILD (from rev 172074, gnuchess/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 16:09:55 UTC (rev 172075)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=gnuchess
+pkgver=6.2.2
+pkgrel=2
+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')
+source=(http://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
+md5sums=('c181b5e218695a154a550292fddedc6d')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make prefix="$pkgdir"/usr install
+}
Deleted: community-i686/gnuchess.install
===================================================================
--- community-i686/gnuchess.install 2016-04-27 16:09:35 UTC (rev 172074)
+++ community-i686/gnuchess.install 2016-04-27 16:09:55 UTC (rev 172075)
@@ -1,13 +0,0 @@
-infodir=/usr/share/info
-
-post_install() {
- install-info $infodir/gnuchess.info.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-pre_remove() {
- install-info --delete $infodir/gnuchess.info.gz $infodir/dir 2> /dev/null
-}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-04-27 16:09:35 UTC (rev 172074)
+++ community-x86_64/PKGBUILD 2016-04-27 16:09:55 UTC (rev 172075)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=gnuchess
-pkgver=6.2.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=('c181b5e218695a154a550292fddedc6d')
-
-build() {
- cd $pkgname-$pkgver
-
- ./configure --prefix=/usr
-
- make
-}
-
-package() {
- cd $pkgname-$pkgver
-
- make prefix="$pkgdir"/usr install
-}
Copied: gnuchess/repos/community-x86_64/PKGBUILD (from rev 172074, gnuchess/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-27 16:09:55 UTC (rev 172075)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=gnuchess
+pkgver=6.2.2
+pkgrel=2
+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')
+source=(http://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
+md5sums=('c181b5e218695a154a550292fddedc6d')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make prefix="$pkgdir"/usr install
+}
Deleted: community-x86_64/gnuchess.install
===================================================================
--- community-x86_64/gnuchess.install 2016-04-27 16:09:35 UTC (rev 172074)
+++ community-x86_64/gnuchess.install 2016-04-27 16:09:55 UTC (rev 172075)
@@ -1,13 +0,0 @@
-infodir=/usr/share/info
-
-post_install() {
- install-info $infodir/gnuchess.info.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-pre_remove() {
- install-info --delete $infodir/gnuchess.info.gz $infodir/dir 2> /dev/null
-}
More information about the arch-commits
mailing list