[Lunar-commits] r24603 - moonbase/trunk/editors/eric
Florin Braescu
florin at lunar-linux.org
Mon May 28 12:56:03 CEST 2007
Author: florin
Date: 2007-05-28 12:56:02 +0200 (Mon, 28 May 2007)
New Revision: 24603
Modified:
moonbase/trunk/editors/eric/BUILD
moonbase/trunk/editors/eric/DETAILS
Log:
bump the version from 3.9.2 to 3.9.5. bugfixes release.
Modified: moonbase/trunk/editors/eric/BUILD
===================================================================
--- moonbase/trunk/editors/eric/BUILD 2007-05-28 10:53:54 UTC (rev 24602)
+++ moonbase/trunk/editors/eric/BUILD 2007-05-28 10:56:02 UTC (rev 24603)
@@ -1,5 +1,8 @@
(
+ . /etc/profile.d/qt3.rc
+ . /etc/profile.d/kde3.rc
+
export PATH=${QT_PREFIX:-$QTDIR}/bin:${KDE_PREFIX:-$KDEDIR}/bin:$PATH
export KDEDIR=${KDE_PREFIX:-$KDEDIR}
prepare_install &&
Modified: moonbase/trunk/editors/eric/DETAILS
===================================================================
--- moonbase/trunk/editors/eric/DETAILS 2007-05-28 10:53:54 UTC (rev 24602)
+++ moonbase/trunk/editors/eric/DETAILS 2007-05-28 10:56:02 UTC (rev 24603)
@@ -1,14 +1,14 @@
MODULE=eric
- VERSION=3.9.2
+ VERSION=3.9.5
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/eric-ide/
- SOURCE_VFY=sha1:448b1272d283c3bb8f210c59169bd49d289b5074
+ SOURCE_VFY=sha1:bc67b3093576eb1952d6e7c40e52fd0368c365a7
WEB_SITE=http://www.die-offenbachs.de/detlev/eric3.html
ENTERED=20030711
- UPDATED=20061112
- SHORT="A full featured Python IDE"
+ UPDATED=20070528
+ SHORT="A full featured Python IDE"
cat << EOF
-eric3 is a full featured Python IDE that is written in PyQt using the
+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