summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2006-12-30 00:19:42 +0000
committerTiziano Müller <dev-zero@gentoo.org>2006-12-30 00:19:42 +0000
commit25bdcefefd7104c530cc9f62b6015ea04ae19567 (patch)
treeb3992672eedf5709828accff3d5ebcc97cce9a68 /dev-util/eric
parentstable on x86, bug #158780 (diff)
downloadgentoo-2-25bdcefefd7104c530cc9f62b6015ea04ae19567.tar.gz
gentoo-2-25bdcefefd7104c530cc9f62b6015ea04ae19567.tar.bz2
gentoo-2-25bdcefefd7104c530cc9f62b6015ea04ae19567.zip
Added qscintilla dependency (bug #117945)
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'dev-util/eric')
-rw-r--r--dev-util/eric/ChangeLog6
-rw-r--r--dev-util/eric/eric-3.7.2-r1.ebuild5
-rw-r--r--dev-util/eric/eric-3.9.3.ebuild10
3 files changed, 13 insertions, 8 deletions
diff --git a/dev-util/eric/ChangeLog b/dev-util/eric/ChangeLog
index ca99f7696bc8..ef876722b271 100644
--- a/dev-util/eric/ChangeLog
+++ b/dev-util/eric/ChangeLog
@@ -1,6 +1,10 @@
# 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.39 2006/12/26 22:36:13 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.40 2006/12/30 00:19:42 dev-zero Exp $
+
+ 30 Dec 2006; Tiziano Müller <dev-zero@gentoo.org> eric-3.7.2-r1.ebuild,
+ eric-3.9.3.ebuild:
+ Added qscintilla dependency (bug #117945)
*eric-3.9.3 (26 Dec 2006)
diff --git a/dev-util/eric/eric-3.7.2-r1.ebuild b/dev-util/eric/eric-3.7.2-r1.ebuild
index 66465c6c3b6a..d6fbc98dbcdf 100644
--- a/dev-util/eric/eric-3.7.2-r1.ebuild
+++ b/dev-util/eric/eric-3.7.2-r1.ebuild
@@ -1,6 +1,6 @@
# 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.7.2-r1.ebuild,v 1.5 2006/01/24 19:37:14 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-3.7.2-r1.ebuild,v 1.6 2006/12/30 00:19:42 dev-zero Exp $
inherit python eutils
@@ -24,7 +24,8 @@ KEYWORDS="amd64 ~ppc ppc64 sparc x86"
IUSE="idl"
DEPEND=">=dev-python/PyQt-3.13
- >=dev-python/pyxml-0.8.4"
+ >=dev-python/pyxml-0.8.4
+ >=dev-python/qscintilla-1.0"
RDEPEND=">=dev-python/PyQt-3.13
>=dev-python/pyxml-0.8.4
diff --git a/dev-util/eric/eric-3.9.3.ebuild b/dev-util/eric/eric-3.9.3.ebuild
index 2c7187c05521..b8630324c381 100644
--- a/dev-util/eric/eric-3.9.3.ebuild
+++ b/dev-util/eric/eric-3.9.3.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-3.9.3.ebuild,v 1.2 2006/12/30 00:19:42 dev-zero Exp $
inherit python eutils
@@ -17,8 +17,8 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="idl"
DEPEND=">=dev-python/PyQt-3.13
- >=dev-python/pyxml-0.8.4"
-
+ >=dev-python/pyxml-0.8.4
+ >=dev-python/qscintilla-1.0"
RDEPEND=">=dev-python/PyQt-3.13
>=dev-python/pyxml-0.8.4
idl? ( !sparc? ( >=net-misc/omniORB-4.0.3 ) )"
@@ -28,11 +28,11 @@ LANGS="de fr ru"
python_version
src_install() {
- ${python} install.py \
+ python install.py \
-b "${ROOT}usr/bin" \
-i "${D}" \
-d "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages" \
- -c
+ -c || die "python install.py failed"
dodoc HISTORY THANKS eric/README*
make_desktop_entry "eric3 --nosplash" \