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

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


    Date: Wednesday, October 22, 2008 @ 08:07:12
  Author: douglas
Revision: 16821

Merged revisions 16820 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/eric/trunk

........
  r16820 | douglas | 2008-10-22 10:06:18 -0200 (Qua, 22 Out 2008) | 1 line
  
  upgpkg: eric 4.2.2a-3
........

Modified:
  eric/repos/testing-i686/	(properties)
  eric/repos/testing-i686/PKGBUILD
  eric/repos/testing-i686/eric.install

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


Property changes on: eric/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /eric/trunk:1-16817
   + /eric/trunk:1-16820

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-10-22 12:06:18 UTC (rev 16820)
+++ testing-i686/PKGBUILD	2008-10-22 12:07:12 UTC (rev 16821)
@@ -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: testing-i686/eric.install
===================================================================
--- testing-i686/eric.install	2008-10-22 12:06:18 UTC (rev 16820)
+++ testing-i686/eric.install	2008-10-22 12:07:12 UTC (rev 16821)
@@ -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