[arch-commits] Commit in robotfindskitten/repos (6 files)

Alexander Rødseth arodseth at archlinux.org
Sun May 22 11:21:59 UTC 2016


    Date: Sunday, May 22, 2016 @ 13:21:58
  Author: arodseth
Revision: 176088

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

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

-------------------------------------------+
 /PKGBUILD                                 |   68 ++++++++++++++++++++++++++++
 community-i686/PKGBUILD                   |   36 --------------
 community-i686/robotfindskitten.install   |   22 ---------
 community-x86_64/PKGBUILD                 |   36 --------------
 community-x86_64/robotfindskitten.install |   22 ---------
 5 files changed, 68 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-22 11:21:45 UTC (rev 176087)
+++ community-i686/PKGBUILD	2016-05-22 11:21:58 UTC (rev 176088)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: muflax <muflax at gmail.com>
-# Contributor: Adrian Siekierka <kontakt at asie.pl>
-
-pkgname=robotfindskitten
-pkgver=2.7182818.701
-pkgrel=3
-pkgdesc='Yet another Zen simulation'
-arch=('x86_64' 'i686')
-url='http://www.robotfindskitten.org/'
-license=('GPL2')
-depends=('ncurses')
-makedepends=('setconf')
-install="$pkgname.install"
-options=('zipman')
-source=("http://robotfindskitten.org/download/POSIX/$pkgname-$pkgver.tar.gz")
-sha256sums=('7749a370796fd23e3b306b00de5f7fb7997a35fef30e3910ff159448c932d719')
-
-prepare() {
-  setconf "$pkgname-$pkgver/src/Makefile.in" execgamesdir '$(prefix)/bin'
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" prefix="$pkgdir/usr" install
-  install -Dm644 "$pkgname-$pkgver/nki/vanilla.nki" \
-    "$pkgdir/usr/share/games/robotfindskitten/vanilla.nki"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: robotfindskitten/repos/community-i686/PKGBUILD (from rev 176087, robotfindskitten/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-22 11:21:58 UTC (rev 176088)
@@ -0,0 +1,34 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: muflax <muflax at gmail.com>
+# Contributor: Adrian Siekierka <kontakt at asie.pl>
+
+pkgname=robotfindskitten
+pkgver=2.7182818.701
+pkgrel=4
+pkgdesc='Yet another Zen simulation'
+arch=('x86_64' 'i686')
+url='http://www.robotfindskitten.org/'
+license=('GPL2')
+depends=('ncurses')
+makedepends=('setconf')
+source=("http://robotfindskitten.org/download/POSIX/$pkgname-$pkgver.tar.gz")
+sha256sums=('7749a370796fd23e3b306b00de5f7fb7997a35fef30e3910ff159448c932d719')
+
+prepare() {
+  setconf "$pkgname-$pkgver/src/Makefile.in" execgamesdir '$(prefix)/bin'
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" prefix="$pkgdir/usr" install
+  install -Dm644 "$pkgname-$pkgver/nki/vanilla.nki" \
+    "$pkgdir/usr/share/games/robotfindskitten/vanilla.nki"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/robotfindskitten.install
===================================================================
--- community-i686/robotfindskitten.install	2016-05-22 11:21:45 UTC (rev 176087)
+++ community-i686/robotfindskitten.install	2016-05-22 11:21:58 UTC (rev 176088)
@@ -1,22 +0,0 @@
-infodir=usr/share/info
-filelist=(robotfindskitten.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $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 $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-22 11:21:45 UTC (rev 176087)
+++ community-x86_64/PKGBUILD	2016-05-22 11:21:58 UTC (rev 176088)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: muflax <muflax at gmail.com>
-# Contributor: Adrian Siekierka <kontakt at asie.pl>
-
-pkgname=robotfindskitten
-pkgver=2.7182818.701
-pkgrel=3
-pkgdesc='Yet another Zen simulation'
-arch=('x86_64' 'i686')
-url='http://www.robotfindskitten.org/'
-license=('GPL2')
-depends=('ncurses')
-makedepends=('setconf')
-install="$pkgname.install"
-options=('zipman')
-source=("http://robotfindskitten.org/download/POSIX/$pkgname-$pkgver.tar.gz")
-sha256sums=('7749a370796fd23e3b306b00de5f7fb7997a35fef30e3910ff159448c932d719')
-
-prepare() {
-  setconf "$pkgname-$pkgver/src/Makefile.in" execgamesdir '$(prefix)/bin'
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" prefix="$pkgdir/usr" install
-  install -Dm644 "$pkgname-$pkgver/nki/vanilla.nki" \
-    "$pkgdir/usr/share/games/robotfindskitten/vanilla.nki"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: robotfindskitten/repos/community-x86_64/PKGBUILD (from rev 176087, robotfindskitten/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-22 11:21:58 UTC (rev 176088)
@@ -0,0 +1,34 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: muflax <muflax at gmail.com>
+# Contributor: Adrian Siekierka <kontakt at asie.pl>
+
+pkgname=robotfindskitten
+pkgver=2.7182818.701
+pkgrel=4
+pkgdesc='Yet another Zen simulation'
+arch=('x86_64' 'i686')
+url='http://www.robotfindskitten.org/'
+license=('GPL2')
+depends=('ncurses')
+makedepends=('setconf')
+source=("http://robotfindskitten.org/download/POSIX/$pkgname-$pkgver.tar.gz")
+sha256sums=('7749a370796fd23e3b306b00de5f7fb7997a35fef30e3910ff159448c932d719')
+
+prepare() {
+  setconf "$pkgname-$pkgver/src/Makefile.in" execgamesdir '$(prefix)/bin'
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" prefix="$pkgdir/usr" install
+  install -Dm644 "$pkgname-$pkgver/nki/vanilla.nki" \
+    "$pkgdir/usr/share/games/robotfindskitten/vanilla.nki"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/robotfindskitten.install
===================================================================
--- community-x86_64/robotfindskitten.install	2016-05-22 11:21:45 UTC (rev 176087)
+++ community-x86_64/robotfindskitten.install	2016-05-22 11:21:58 UTC (rev 176088)
@@ -1,22 +0,0 @@
-infodir=usr/share/info
-filelist=(robotfindskitten.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $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 $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list