summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2007-06-23 12:29:09 +0000
committerTiziano Müller <dev-zero@gentoo.org>2007-06-23 12:29:09 +0000
commiteebf761cd182f50576130713b0b154e54c589f93 (patch)
tree4a92ef18210bfba2d1df4f97eb89ac5d5ff51ad4 /dev-util/eric/files
parentAdded missing dependency on sys-apps/hal. Fixes bug 182958. (diff)
downloadgentoo-2-eebf761cd182f50576130713b0b154e54c589f93.tar.gz
gentoo-2-eebf761cd182f50576130713b0b154e54c589f93.tar.bz2
gentoo-2-eebf761cd182f50576130713b0b154e54c589f93.zip
Version bump, cleanup & ebuild rework.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'dev-util/eric/files')
-rw-r--r--dev-util/eric/files/3.9.5-disable_compilation.patch74
-rw-r--r--dev-util/eric/files/digest-eric-3.9.512
2 files changed, 86 insertions, 0 deletions
diff --git a/dev-util/eric/files/3.9.5-disable_compilation.patch b/dev-util/eric/files/3.9.5-disable_compilation.patch
new file mode 100644
index 000000000000..24a46b525e54
--- /dev/null
+++ b/dev-util/eric/files/3.9.5-disable_compilation.patch
@@ -0,0 +1,74 @@
+--- eric-3.9.5/install.py.orig 2007-06-23 14:21:07.000000000 +0200
++++ eric-3.9.5/install.py 2007-06-23 14:21:57.000000000 +0200
+@@ -15,8 +15,8 @@
+ import os
+ import string
+ import re
+-import compileall
+-import py_compile
++#import compileall
++#import py_compile
+ import glob
+ import shutil
+ import fnmatch
+@@ -195,7 +195,7 @@
+ os.remove(rwname)
+
+ # Cleanup our config file
+- for name in ['eric3config.py', 'eric3config.pyc']:
++ for name in ['eric3config.py']:
+ e3cfile = os.path.join(pyModDir, name)
+ if os.path.exists(e3cfile):
+ os.remove(e3cfile)
+@@ -263,18 +263,14 @@
+ # copy the new sitecustomize.py
+ if distDir:
+ shutil.copy('sitecustomize.py', cfg['mdir'])
+- shutil.copy('sitecustomize.pyc', cfg['mdir'])
+ else:
+ shutil.copy('sitecustomize.py', pyModDir)
+- shutil.copy('sitecustomize.pyc', pyModDir)
+
+ # copy the eric3 config file
+ if distDir:
+ shutil.copy('eric3config.py', cfg['mdir'])
+- shutil.copy('eric3config.pyc', cfg['mdir'])
+ else:
+ shutil.copy('eric3config.py', pyModDir)
+- shutil.copy('eric3config.pyc', pyModDir)
+
+ # copy the various parts of eric3
+ copyTree('eric', cfg['ericDir'], ['*.py', '*.pyc', '*.pyo', '*.pyw'],
+@@ -611,19 +607,19 @@
+
+ # Create/modify the sitecustomize file
+ createSitecustomize()
+- print "Compiling debugger files."
+- if distDir:
+- compileall.compile_dir("eric", ddir=os.path.join(distDir, modDir, cfg['ericDir']))
+- py_compile.compile("eric3config.py",
+- dfile = os.path.join(distDir, modDir, "eric3config.py"))
+- py_compile.compile("sitecustomize.py",
+- dfile = os.path.join(distDir, modDir, "sitecustomize.py"))
+- else:
+- compileall.compile_dir("eric", ddir=os.path.join(modDir, cfg['ericDir']))
+- py_compile.compile("eric3config.py",
+- dfile = os.path.join(modDir, "eric3config.py"))
+- py_compile.compile("sitecustomize.py",
+- dfile = os.path.join(modDir, "sitecustomize.py"))
++# print "Compiling debugger files."
++# if distDir:
++# compileall.compile_dir("eric", ddir=os.path.join(distDir, modDir, cfg['ericDir']))
++# py_compile.compile("eric3config.py",
++# dfile = os.path.join(distDir, modDir, "eric3config.py"))
++# py_compile.compile("sitecustomize.py",
++# dfile = os.path.join(distDir, modDir, "sitecustomize.py"))
++# else:
++# compileall.compile_dir("eric", ddir=os.path.join(modDir, cfg['ericDir']))
++# py_compile.compile("eric3config.py",
++# dfile = os.path.join(modDir, "eric3config.py"))
++# py_compile.compile("sitecustomize.py",
++# dfile = os.path.join(modDir, "sitecustomize.py"))
+ print "\nInstalling eric3 ..."
+ installEric()
+ print "\nInstallation complete."
diff --git a/dev-util/eric/files/digest-eric-3.9.5 b/dev-util/eric/files/digest-eric-3.9.5
new file mode 100644
index 000000000000..f40cec5b7f1d
--- /dev/null
+++ b/dev-util/eric/files/digest-eric-3.9.5
@@ -0,0 +1,12 @@
+MD5 63d6fb3c302b603577554af62520c948 eric-3.9.5.tar.gz 1875948
+RMD160 702ba0fd40626d8bf3f35f350454112ba7d0c2d8 eric-3.9.5.tar.gz 1875948
+SHA256 6dd9f001ac399d1fc81a54c6428bed065a07955d9087a11bbfd118f4f93020b5 eric-3.9.5.tar.gz 1875948
+MD5 46138106a951e2af5c6dbc57cd558186 eric-i18n-de-3.9.5.tar.gz 239701
+RMD160 083c59ff7dcdbbc1826d0c7141f3e32b71e9b577 eric-i18n-de-3.9.5.tar.gz 239701
+SHA256 087df0258059b2865574e44df48a91079e02817b8e1cecdbfdd12630cddf3cfb eric-i18n-de-3.9.5.tar.gz 239701
+MD5 7f13aca3d31cc2f18b8d357172662834 eric-i18n-fr-3.9.5.tar.gz 243243
+RMD160 f3339f6161e2d10102590486c1c49d9efe92494a eric-i18n-fr-3.9.5.tar.gz 243243
+SHA256 8e4f2dba0b2dd246ab376f6bfd510b8c8e593286a514cb31ff9cad6144459fcf eric-i18n-fr-3.9.5.tar.gz 243243
+MD5 7b2927ae5a78622939d1e10f226b31cd eric-i18n-ru-3.9.5.tar.gz 251500
+RMD160 5a3f0923fae810401afba0d7c9288844571ba660 eric-i18n-ru-3.9.5.tar.gz 251500
+SHA256 5e0dbaad9b193f6d26721a4931e02d4079da73091661a5f008d98b65f9c497a7 eric-i18n-ru-3.9.5.tar.gz 251500