[arch-commits] Commit in eric/trunk (PKGBUILD eric.install)

Douglas Soares de Andrade douglas at archlinux.org
Wed Oct 22 12:06:18 UTC 2008


    Date: Wednesday, October 22, 2008 @ 08:06:18
  Author: douglas
Revision: 16820

upgpkg: eric 4.2.2a-3

Modified:
  eric/trunk/PKGBUILD
  eric/trunk/eric.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-22 11:58:00 UTC (rev 16819)
+++ PKGBUILD	2008-10-22 12:06:18 UTC (rev 16820)
@@ -4,7 +4,7 @@
 
 pkgname=eric
 pkgver=4.2.2a
-pkgrel=2
+pkgrel=3
 pkgdesc="A full-featured Python IDE that is written in PyQt4 using the QScintilla2 editor widget"
 arch=('i686' 'x86_64')
 url="http://www.die-offenbachs.de/eric/index.html"

Modified: eric.install
===================================================================
--- eric.install	2008-10-22 11:58:00 UTC (rev 16819)
+++ eric.install	2008-10-22 12:06:18 UTC (rev 16820)
@@ -3,15 +3,15 @@
 }
 
 post_remove() {
-  if test -e /usr/lib/python2.5/site-packages/sitecustomize.py
+  if test -e /usr/lib/python2.6/site-packages/sitecustomize.py
   then
     sed -i -e '/import sys/d' \
-	usr/lib/python2.5/site-packages/sitecustomize.py
+	usr/lib/python2.6/site-packages/sitecustomize.py
     sed -i -e '/sys.setappdefaultencoding = sys.setdefaultencoding/d' \
-	usr/lib/python2.5/site-packages/sitecustomize.py
-    if test ! -s /usr/lib/python2.5/site-packages/sitecustomize.py
+	usr/lib/python2.6/site-packages/sitecustomize.py
+    if test ! -s /usr/lib/python2.6/site-packages/sitecustomize.py
     then
-      rm /usr/lib/python2.5/site-packages/sitecustomize.py
+      rm /usr/lib/python2.6/site-packages/sitecustomize.py
     fi
   fi
 }




More information about the arch-commits mailing list