I heard Detlev Offenbach said:

> This snapshot is available via
> 
http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20030817.tar.gz

This totally rocks. :D Thank you for all the work, Detlev!

I've made an ebuild to make it easier for people to give it a try. Eric 
is growing from great to awesome at an interestingly quick pace. :)

Off to play with the new features -- bye people!

-- S.
DESCRIPTION="The eric3 Python IDE"
IUSE=""

MY_P="${PN}-snapshot-${PV##*.}"
SRC_URI="http://www.die-offenbachs.de/detlev/snapshots/${MY_P}.tar.gz";

HOMEPAGE="http://www.die-offenbachs.de/detlev/eric3.html";
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
DEPEND="virtual/glibc
        sys-devel/libtool
        >=x11-libs/qt-3.0.4.1
        >=dev-python/qscintilla-1.52
        >=dev-lang/python-2.2.1
        >=dev-python/sip-3.6
        >=dev-python/PyQt-3.6-r1
        !dev-python/bicyclerepair"

src_install() {
        cd ${WORKDIR}/${MY_P}
        python install.py \
                -b /usr/bin \
                -i ${D}
        dodoc HISTORY LICENSE.GPL README eric/README-scripting.txt THANKS
}

Reply via email to