summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-02-26 19:29:38 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-02-26 19:29:38 +0000
commit4c4056bb21a7fcc73046ce28356c1a2830356182 (patch)
treed8fabd7602363c6e112549a7ca8c36ded4abec93 /dev-util
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-4c4056bb21a7fcc73046ce28356c1a2830356182.tar.gz
gentoo-2-4c4056bb21a7fcc73046ce28356c1a2830356182.tar.bz2
gentoo-2-4c4056bb21a7fcc73046ce28356c1a2830356182.zip
Delete calls to python_version().
(Portage version: 15458-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/eric/eric-4.3.10-r1.ebuild7
-rw-r--r--dev-util/eric/eric-4.3.9.ebuild7
2 files changed, 4 insertions, 10 deletions
diff --git a/dev-util/eric/eric-4.3.10-r1.ebuild b/dev-util/eric/eric-4.3.10-r1.ebuild
index 0c2eca094dbf..b6946e2c3de0 100644
--- a/dev-util/eric/eric-4.3.10-r1.ebuild
+++ b/dev-util/eric/eric-4.3.10-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild,v 1.2 2010/01/02 16:55:53 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild,v 1.3 2010/02/26 19:29:38 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -35,8 +35,6 @@ S=${WORKDIR}/${MY_P}
LANGS="cs de es fr ru tr"
-python_version
-
src_prepare() {
epatch "${FILESDIR}/4.2.3-no-interactive.patch"
! use kde && epatch "${FILESDIR}"/${PN}-4.3-no-pykde.patch
@@ -56,10 +54,9 @@ src_install() {
}
python_execute_function installation
- python_version
make_desktop_entry "eric4 --nosplash" \
eric4 \
- "/usr/$(get_libdir)/python${PYVER}/site-packages/eric4/icons/default/eric.png" \
+ "$(python_get_sitedir -f)/eric4/icons/default/eric.png" \
"Development;IDE;Qt"
}
diff --git a/dev-util/eric/eric-4.3.9.ebuild b/dev-util/eric/eric-4.3.9.ebuild
index 76f320934bf4..fb26169faf6b 100644
--- a/dev-util/eric/eric-4.3.9.ebuild
+++ b/dev-util/eric/eric-4.3.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild,v 1.8 2010/01/17 19:09:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild,v 1.9 2010/02/26 19:29:38 arfrever Exp $
EAPI="2"
NEED_PYTHON="2.4"
@@ -36,8 +36,6 @@ S=${WORKDIR}/${MY_P}
LANGS="cs de es fr ru tr"
-python_version
-
src_prepare() {
epatch "${FILESDIR}/4.2.3-no-interactive.patch"
}
@@ -56,10 +54,9 @@ src_install() {
}
python_execute_function installation
- python_version
make_desktop_entry "eric4 --nosplash" \
eric4 \
- "/usr/$(get_libdir)/python${PYVER}/site-packages/eric4/icons/default/eric.png" \
+ "$(python_get_sitedir -f)/eric4/icons/default/eric.png" \
"Development;IDE;Qt"
}