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: Sun, 28 Feb 2010 10:00:21
Message-Id: E1Nlfwh-00034K-Hw@stork.gentoo.org
1 arfrever 10/02/28 10:00:19
2
3 Modified: eric-4.3.9.ebuild eric-4.3.10-r1.ebuild
4 Log:
5 Don't use ${PYVER}.
6 (Portage version: 15495-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 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.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild?r1=1.9&r2=1.10
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.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- eric-4.3.9.ebuild 26 Feb 2010 19:29:38 -0000 1.9
22 +++ eric-4.3.9.ebuild 28 Feb 2010 10:00:18 -0000 1.10
23 @@ -1,9 +1,8 @@
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.9 2010/02/26 19:29:38 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild,v 1.10 2010/02/28 10:00:18 arfrever Exp $
28
29 EAPI="2"
30 -NEED_PYTHON="2.4"
31 SUPPORT_PYTHON_ABIS="1"
32
33 inherit eutils python
34 @@ -29,8 +28,7 @@
35 DEPEND="dev-python/PyQt4[svg,webkit,X]
36 dev-python/qscintilla-python"
37 RDEPEND="${DEPEND}"
38 -
39 -RESTRICT_PYTHON_ABIS="3*"
40 +RESTRICT_PYTHON_ABIS="3.*"
41
42 S=${WORKDIR}/${MY_P}
43
44 @@ -54,10 +52,8 @@
45 }
46 python_execute_function installation
47
48 - make_desktop_entry "eric4 --nosplash" \
49 - eric4 \
50 - "$(python_get_sitedir -f)/eric4/icons/default/eric.png" \
51 - "Development;IDE;Qt"
52 + doicon eric/icons/default/eric.png
53 + make_desktop_entry "eric4 --nosplash" eric4 eric "Development;IDE;Qt"
54 }
55
56 pkg_postinst() {
57 @@ -65,17 +61,17 @@
58
59 elog
60 elog "If you want to use eric4 with mod_python, have a look at"
61 - elog "\"${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/eric4/patch_modpython.py\"."
62 + elog "\"${ROOT%/}$(python_get_sitedir -f)/eric4/patch_modpython.py\"."
63 elog
64 elog "The following packages will give eric extended functionality:"
65 elog " dev-python/pylint"
66 elog " dev-python/pysvn"
67 elog
68 elog "This version has a plugin interface with plugin-autofetch from"
69 - elog "the App itself. You may want to check those as well."
70 + elog "the application itself. You may want to check those as well."
71 elog
72 }
73
74 pkg_postrm() {
75 - python_mod_cleanup
76 + python_mod_cleanup eric4{,config.py,plugins}
77 }
78
79
80
81 1.4 dev-util/eric/eric-4.3.10-r1.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild?rev=1.4&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild?rev=1.4&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild?r1=1.3&r2=1.4
86
87 Index: eric-4.3.10-r1.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild,v
90 retrieving revision 1.3
91 retrieving revision 1.4
92 diff -u -r1.3 -r1.4
93 --- eric-4.3.10-r1.ebuild 26 Feb 2010 19:29:38 -0000 1.3
94 +++ eric-4.3.10-r1.ebuild 28 Feb 2010 10:00:18 -0000 1.4
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2010 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $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 $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild,v 1.4 2010/02/28 10:00:18 arfrever Exp $
100
101 EAPI="2"
102 SUPPORT_PYTHON_ABIS="1"
103 @@ -54,10 +54,8 @@
104 }
105 python_execute_function installation
106
107 - make_desktop_entry "eric4 --nosplash" \
108 - eric4 \
109 - "$(python_get_sitedir -f)/eric4/icons/default/eric.png" \
110 - "Development;IDE;Qt"
111 + doicon eric/icons/default/eric.png
112 + make_desktop_entry "eric4 --nosplash" eric4 eric "Development;IDE;Qt"
113 }
114
115 pkg_postinst() {
116 @@ -65,14 +63,14 @@
117
118 elog
119 elog "If you want to use eric4 with mod_python, have a look at"
120 - elog "\"${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/eric4/patch_modpython.py\"."
121 + elog "\"${ROOT%/}$(python_get_sitedir -f)/eric4/patch_modpython.py\"."
122 elog
123 elog "The following packages will give eric extended functionality:"
124 elog " dev-python/pylint"
125 elog " dev-python/pysvn"
126 elog
127 elog "This version has a plugin interface with plugin-autofetch from"
128 - elog "the App itself. You may want to check those as well."
129 + elog "the application itself. You may want to check those as well."
130 elog
131 }