[arch-commits] CVS update of extra/games/atomix (PKGBUILD atomix.install)

Eric Belanger eric at archlinux.org
Sun Nov 4 21:37:53 UTC 2007


    Date: Sunday, November 4, 2007 @ 16:37:53
  Author: eric
    Path: /home/cvs-extra/extra/games/atomix

 Removed: PKGBUILD (1.5) atomix.install (1.3)

extra repo cleanup


----------------+
 PKGBUILD       |   23 -----------------------
 atomix.install |   32 --------------------------------
 2 files changed, 55 deletions(-)


Index: extra/games/atomix/PKGBUILD
diff -u extra/games/atomix/PKGBUILD:1.5 extra/games/atomix/PKGBUILD:removed
--- extra/games/atomix/PKGBUILD:1.5	Sun Apr 22 16:19:32 2007
+++ extra/games/atomix/PKGBUILD	Sun Nov  4 16:37:53 2007
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD,v 1.5 2007/04/22 20:19:32 jgc Exp $
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=atomix
-pkgver=2.14.0
-pkgrel=1
-pkgdesc="puzzle game for building molecules out of isolated atoms"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://ftp.gnome.org/"
-depends=('libgnomeui>=2.18.1-2' 'filesystem>=0.8-3')
-makedepends=('pkgconfig' 'perlxml')
-install=atomix.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.14/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('54f4b98463b57aebc7692d1b153791af')
-
-build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make || return 1
-  make DESTDIR=${startdir}/pkg install
-  rm -rf ${startdir}/pkg/var
-}
Index: extra/games/atomix/atomix.install
diff -u extra/games/atomix/atomix.install:1.3 extra/games/atomix/atomix.install:removed
--- extra/games/atomix/atomix.install:1.3	Sun Apr 22 16:12:38 2007
+++ extra/games/atomix/atomix.install	Sun Nov  4 16:37:53 2007
@@ -1,32 +0,0 @@
-scores=('atomix.scores')
-
-post_install() {
-  for score in "${scores[@]}" ; do
-    if [ -e "var/games/${score}" ]; then
-      continue
-    fi
-    if [ -e "opt/gnome/var/games/${score}" ]; then
-      mv "opt/gnome/var/games/${score}" var/games/
-    else
-      touch "var/games/${score}"
-    fi
-    
-    chown root:games "var/games/${score}"
-    chmod 664 "var/games/${score}"
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  for score in "${scores[@]}" ; do
-    rm -f "var/games/${score}"
-  done
-}
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list