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

Jan de Groot jgc at archlinux.org
Wed May 30 21:56:03 UTC 2007


    Date: Wednesday, May 30, 2007 @ 17:56:03
  Author: jgc
    Path: /home/cvs-extra/extra/games/adonthell

 Removed: PKGBUILD (1.6) adonthell.install (1.1)

There's a bug in it, it's a game and it doesn't build with gcc 4.1.2 (don't even think about 4.2.0), remove it!


-------------------+
 PKGBUILD          |   23 -----------------------
 adonthell.install |   21 ---------------------
 2 files changed, 44 deletions(-)


Index: extra/games/adonthell/PKGBUILD
diff -u extra/games/adonthell/PKGBUILD:1.6 extra/games/adonthell/PKGBUILD:removed
--- extra/games/adonthell/PKGBUILD:1.6	Tue Jul 18 16:58:52 2006
+++ extra/games/adonthell/PKGBUILD	Wed May 30 17:56:03 2007
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD,v 1.6 2006/07/18 20:58:52 andyrtr Exp $
-# Maintainer: Arjan Timmerman <arjan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-#
-
-# warning! does not build with fakeroot
-
-pkgname=adonthell
-pkgver=0.3.4a
-pkgrel=1
-pkgdesc="Please note that it is only the engine. You need some datas to play Adonthell"
-arch=(i686 x86_64)
-depends=('sdl' 'python' 'libvorbis' 'xorg')
-source=(http://savannah.nongnu.org/download/adonthell/$pkgname-src-$pkgver.tar.gz)
-url="http://adonthell.linuxgames.com/"
-md5sums=('477ae574374fc9b5e1c5076769c150fe')
-
-build() {
-  cd $startdir/src/$pkgname-0.3.4
-  ./configure --prefix=/usr
-  make || return 1
-  make prefix=$startdir/pkg/usr install
-}
Index: extra/games/adonthell/adonthell.install
diff -u extra/games/adonthell/adonthell.install:1.1 extra/games/adonthell/adonthell.install:removed
--- extra/games/adonthell/adonthell.install:1.1	Mon Dec  9 22:00:49 2002
+++ extra/games/adonthell/adonthell.install	Wed May 30 17:56:03 2007
@@ -1,21 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  /bin/true
-  echo "Please note that it is only the engine. You need some datas to play."
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  /bin/true
-}
-
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list