[PyKDE] ANN: new eric3 snapshot available
    Sundance 
    sundance at ierne.eu.org
       
    Sun Sep 14 22:15:01 BST 2003
    
    
  
I heard Detlev Offenbach said:
> This snapshot is available via
> http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20030914\
.tar.gz
And here's the ebuild (it's exactly the same as for the last snapshot, 
only the name changes, and Portage makes the rest happen automatically 
-- so that you know how to Make Your Own when the next snapshot is 
released). :)
-- S.
-------------- next part --------------
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
}
    
    
More information about the PyQt
mailing list