Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/eric: eric-4.3.9.ebuild eric-4.3.10-r1.ebuild
Date: Fri, 26 Feb 2010 19:29:41
Message-Id: E1Nl5sZ-0004Rs-Bj@stork.gentoo.org
1 arfrever 10/02/26 19:29:39
2
3 Modified: eric-4.3.9.ebuild eric-4.3.10-r1.ebuild
4 Log:
5 Delete calls to python_version().
6 (Portage version: 15458-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 dev-util/eric/eric-4.3.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild?r1=1.8&r2=1.9
14
15 Index: eric-4.3.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- eric-4.3.9.ebuild 17 Jan 2010 19:09:43 -0000 1.8
22 +++ eric-4.3.9.ebuild 26 Feb 2010 19:29:38 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild,v 1.8 2010/01/17 19:09:43 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild,v 1.9 2010/02/26 19:29:38 arfrever Exp $
28
29 EAPI="2"
30 NEED_PYTHON="2.4"
31 @@ -36,8 +36,6 @@
32
33 LANGS="cs de es fr ru tr"
34
35 -python_version
36 -
37 src_prepare() {
38 epatch "${FILESDIR}/4.2.3-no-interactive.patch"
39 }
40 @@ -56,10 +54,9 @@
41 }
42 python_execute_function installation
43
44 - python_version
45 make_desktop_entry "eric4 --nosplash" \
46 eric4 \
47 - "/usr/$(get_libdir)/python${PYVER}/site-packages/eric4/icons/default/eric.png" \
48 + "$(python_get_sitedir -f)/eric4/icons/default/eric.png" \
49 "Development;IDE;Qt"
50 }
51
52
53
54
55 1.3 dev-util/eric/eric-4.3.10-r1.ebuild
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild?rev=1.3&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild?rev=1.3&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild?r1=1.2&r2=1.3
60
61 Index: eric-4.3.10-r1.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild,v
64 retrieving revision 1.2
65 retrieving revision 1.3
66 diff -u -r1.2 -r1.3
67 --- eric-4.3.10-r1.ebuild 2 Jan 2010 16:55:53 -0000 1.2
68 +++ eric-4.3.10-r1.ebuild 26 Feb 2010 19:29:38 -0000 1.3
69 @@ -1,6 +1,6 @@
70 # Copyright 1999-2010 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $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 $
73 +# $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 $
74
75 EAPI="2"
76 SUPPORT_PYTHON_ABIS="1"
77 @@ -35,8 +35,6 @@
78
79 LANGS="cs de es fr ru tr"
80
81 -python_version
82 -
83 src_prepare() {
84 epatch "${FILESDIR}/4.2.3-no-interactive.patch"
85 ! use kde && epatch "${FILESDIR}"/${PN}-4.3-no-pykde.patch
86 @@ -56,10 +54,9 @@
87 }
88 python_execute_function installation
89
90 - python_version
91 make_desktop_entry "eric4 --nosplash" \
92 eric4 \
93 - "/usr/$(get_libdir)/python${PYVER}/site-packages/eric4/icons/default/eric.png" \
94 + "$(python_get_sitedir -f)/eric4/icons/default/eric.png" \
95 "Development;IDE;Qt"
96 }