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

Evgeniy Alekseev arcanis at archlinux.org
Mon Dec 1 07:07:57 UTC 2014


    Date: Monday, December 1, 2014 @ 08:07:57
  Author: arcanis
Revision: 123312

remove patch since eric has been rereleased after contacting with devs
update hash sums

Modified:
  eric/trunk/PKGBUILD
Deleted:
  eric/trunk/install_py2.patch

-------------------+
 PKGBUILD          |    7 ++-----
 install_py2.patch |   12 ------------
 2 files changed, 2 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-01 06:09:58 UTC (rev 123311)
+++ PKGBUILD	2014-12-01 07:07:57 UTC (rev 123312)
@@ -14,15 +14,12 @@
 license=('GPL3')
 depends=('python-qscintilla' 'python2-qscintilla')
 install=${pkgbase}.install
-source=("http://downloads.sourceforge.net/eric-ide/eric5-${pkgver}.tar.gz"
-        "install_py2.patch")
-md5sums=('1ffb05964068c41702f445c113565805'
-         '6c870e9ec58b7d9a4cf0a5ed97415b81')
+source=("http://downloads.sourceforge.net/eric-ide/eric5-${pkgver}.tar.gz")
+md5sums=('beda6fde03304e458f2619dc4a8f975d')
 changelog=ChangeLog
 
 prepare() {
   cp -r "${srcdir}/eric5-${pkgver}"{,_py2}
-  patch -p0 -i install_py2.patch
 
   cd "${srcdir}/eric5-${pkgver}_py2/eric"
   find . -name '*.py' -exec \

Deleted: install_py2.patch
===================================================================
--- install_py2.patch	2014-12-01 06:09:58 UTC (rev 123311)
+++ install_py2.patch	2014-12-01 07:07:57 UTC (rev 123312)
@@ -1,12 +0,0 @@
-diff -ruN eric5-5.5.1_py2.orig/install.py eric5-5.5.1_py2/install.py
---- eric5-5.5.1_py2.orig/install.py	2014-12-01 03:56:19.000000000 +0300
-+++ eric5-5.5.1_py2/install.py	2014-12-01 03:56:46.332570642 +0300
-@@ -237,7 +237,7 @@
-     text = text.replace("@MARKER@", marker)
-     
-     if sys.version_info[0] == 2:
--        f = codecs.open(src, "w", "utf-8")
-+        f = codecs.open(dst, "w", "utf-8")
-     else:
-         f = open(dst, "w")
-     f.write(text)



More information about the arch-commits mailing list