[Lunar-commits] <moonbase> eric4: a QT 4.x IDE for python, ruby, etc.

Florin Braescu florin at lunar-linux.org
Sun Sep 14 22:50:54 CEST 2008


commit 969e80236d41c6b198160210fa7329d0ec74212a
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Sep 14 23:50:54 2008 +0300

    eric4: a QT 4.x IDE for python, ruby, etc.
---
 editors/eric4/BUILD   |   10 ++++++++++
 editors/eric4/DEPENDS |    2 ++
 editors/eric4/DETAILS |   14 ++++++++++++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/editors/eric4/BUILD b/editors/eric4/BUILD
new file mode 100644
index 0000000..ed63442
--- /dev/null
+++ b/editors/eric4/BUILD
@@ -0,0 +1,10 @@
+(
+
+  . /etc/profile.d/qt4.rc
+  . /etc/profile.d/kde4.rc
+
+  prepare_install  &&
+  sedit "s/usr\/local\/bin/usr\/bin\//" install.py  &&
+  python install.py
+        
+) > $C_FIFO 2>&1
diff --git a/editors/eric4/DEPENDS b/editors/eric4/DEPENDS
new file mode 100644
index 0000000..77d94f0
--- /dev/null
+++ b/editors/eric4/DEPENDS
@@ -0,0 +1,2 @@
+depends  qscintilla2
+depends  PyQt-4 
diff --git a/editors/eric4/DETAILS b/editors/eric4/DETAILS
new file mode 100644
index 0000000..7b24c2f
--- /dev/null
+++ b/editors/eric4/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=eric4
+         VERSION=4.2.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/eric-ide
+      SOURCE_VFY=sha1:24560e94cc058e019994afe0bfd2fdd17e93b0ee
+        WEB_SITE=http://www.die-offenbachs.de/detlev/eric
+         ENTERED=20080914
+         UPDATED=20080914
+           SHORT="A full featured Python IDE"
+
+cat << EOF
+eric is a full featured Python IDE that is written in PyQt using the
+QScintilla editor widget.
+EOF


More information about the Lunar-commits mailing list