# ChangeLog for dev-util/eric
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.38 2006/10/14 13:47:11 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.39 2006/12/26 22:36:13 dev-zero Exp $
+
+*eric-3.9.3 (26 Dec 2006)
+
+ 26 Dec 2006; Tiziano Müller <dev-zero@gentoo.org> -eric-3.8.1.ebuild,
+ -eric-3.8.2.ebuild, -eric-3.9.1.ebuild, +eric-3.9.3.ebuild:
+ Version bump with some cleanups. Dropped old versions.
*eric-3.9.1 (14 Oct 2006)
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-3.9.3.ebuild,v 1.1 2006/12/26 22:36:13 dev-zero Exp $
+
+inherit python eutils
+
+DESCRIPTION="eric3 is a full featured Python IDE that is written in PyQt using the QScintilla editor widget"
+HOMEPAGE="http://www.die-offenbachs.de/detlev/eric3.html"
+SRC_URI="mirror://sourceforge/eric-ide/${P}.tar.gz
+ linguas_de? ( mirror://sourceforge/eric-ide/${PN}-i18n-de-${PV}.tar.gz )
+ linguas_fr? ( mirror://sourceforge/eric-ide/${PN}-i18n-fr-${PV}.tar.gz )
+ linguas_ru? ( mirror://sourceforge/eric-ide/${PN}-i18n-ru-${PV}.tar.gz )"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="idl"
+
+DEPEND=">=dev-python/PyQt-3.13
+ >=dev-python/pyxml-0.8.4"
+
+RDEPEND=">=dev-python/PyQt-3.13
+ >=dev-python/pyxml-0.8.4
+ idl? ( !sparc? ( >=net-misc/omniORB-4.0.3 ) )"
+
+LANGS="de fr ru"
+
+python_version
+
+src_install() {
+ ${python} install.py \
+ -b "${ROOT}usr/bin" \
+ -i "${D}" \
+ -d "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages" \
+ -c
+
+ dodoc HISTORY THANKS eric/README*
+ make_desktop_entry "eric3 --nosplash" \
+ eric3 \
+ "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/eric3/icons/default/eric.png" \
+ "Development;IDE;Qt"
+}
+
+pkg_postinst() {
+ elog "If you want to use eric3 with mod_python, have a look at"
+ elog "\"${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/eric3/patch_modpython.py\"."
+}
--- /dev/null
+MD5 7009ed286086ac263bacfc9f68285253 eric-3.9.3.tar.gz 1870776
+RMD160 7e5df73cf741dafb3e7e4e17cb2b4b934fdc440d eric-3.9.3.tar.gz 1870776
+SHA256 45f5c8161c8a730759c75a20c707810d21ebc6d8c49578dfd25f638bb3128ed5 eric-3.9.3.tar.gz 1870776
+MD5 f21a92d926f7f8c7be807865779a0130 eric-i18n-de-3.9.3.tar.gz 239705
+RMD160 16a5b227d0d9868c861e58074e479123aaa8013a eric-i18n-de-3.9.3.tar.gz 239705
+SHA256 8ca93041867f00af1098466bd82f6cef5307e29c1be3e76df33527d325fd1775 eric-i18n-de-3.9.3.tar.gz 239705
+MD5 f83e1bca792c4e9300f84cd95ac21498 eric-i18n-fr-3.9.3.tar.gz 243243
+RMD160 b39cf34e1b2931314c4e11c7f95882d2293a27a5 eric-i18n-fr-3.9.3.tar.gz 243243
+SHA256 249b68bb81008964b9a9fa598024b80cf07849828f41427ee706a070f3f75ec7 eric-i18n-fr-3.9.3.tar.gz 243243
+MD5 8e99157c0734e1b914d12d1effc7747c eric-i18n-ru-3.9.3.tar.gz 251499
+RMD160 df66844bf486052e6cfe02c7186e414d0ac9835c eric-i18n-ru-3.9.3.tar.gz 251499
+SHA256 a28886d784c0f0d0a816e1bc82887bfc816a439a27754020e2fd8de94f5592d1 eric-i18n-ru-3.9.3.tar.gz 251499