[arch-commits] Commit in maxima/repos (3 files)

Eric Belanger eric at archlinux.org
Thu May 29 05:00:41 UTC 2008


    Date: Thursday, May 29, 2008 @ 01:00:40
  Author: eric
Revision: 2205

Merged revisions 1256-2204 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/maxima/trunk

........
  r2202 | eric | 2008-05-29 00:31:19 -0400 (Thu, 29 May 2008) | 2 lines
  
  upgpkg: maxima 5.15.0-2
      Rebuilt against clisp 2.45, disabled SMP build, cleanup .install file
........

Modified:
  maxima/repos/extra-i686/	(properties)
  maxima/repos/extra-i686/PKGBUILD
  maxima/repos/extra-i686/maxima.install

----------------+
 PKGBUILD       |    6 +++---
 maxima.install |   10 ----------
 2 files changed, 3 insertions(+), 13 deletions(-)


Property changes on: maxima/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /maxima/trunk:1-1255
   + /maxima/trunk:1-2204

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-05-29 04:34:18 UTC (rev 2204)
+++ extra-i686/PKGBUILD	2008-05-29 05:00:40 UTC (rev 2205)
@@ -4,15 +4,15 @@
 
 pkgname=maxima
 pkgver=5.15.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Maxima - a sophisticated computer algebra system"
 arch=("i686" "x86_64")
 license=('GPL')
 url="http://maxima.sourceforge.net"
-depends=('clisp>=2.41' 'librep' 'libsigsegv' 'readline' 'bash')
+depends=('clisp>=2.45' 'librep' 'libsigsegv' 'readline' 'bash')
 # needs rebuild when {readline,bash} changes version
+options=('!makeflags')
 install=$pkgname.install
-
 source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" "$pkgname.desktop")
 md5sums=('db5338cd384bc0531e76ccdf18d760ef' 'a44160f17c95d4ce1d6f3b4ca7cf6b9e')
 

Modified: extra-i686/maxima.install
===================================================================
--- extra-i686/maxima.install	2008-05-29 04:34:18 UTC (rev 2204)
+++ extra-i686/maxima.install	2008-05-29 05:00:40 UTC (rev 2205)
@@ -12,13 +12,3 @@
 post_upgrade() {
   post_install $1
 }
-
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
-op=$1
-shift
-
-$op $*





More information about the arch-commits mailing list