Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/eric: ChangeLog eric-4.0.1.ebuild
Date: Fri, 07 Sep 2007 13:42:34
Message-Id: E1ITdzy-00003D-FO@stork.gentoo.org
1 hawking 07/09/07 13:35:50
2
3 Modified: ChangeLog
4 Added: eric-4.0.1.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.3.7)
8
9 Revision Changes Path
10 1.47 dev-util/eric/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.47&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.47&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?r1=1.46&r2=1.47
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v
19 retrieving revision 1.46
20 retrieving revision 1.47
21 diff -u -r1.46 -r1.47
22 --- ChangeLog 25 Jun 2007 10:58:21 -0000 1.46
23 +++ ChangeLog 7 Sep 2007 13:35:49 -0000 1.47
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/eric
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.46 2007/06/25 10:58:21 peper Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.47 2007/09/07 13:35:49 hawking Exp $
29 +
30 +*eric-4.0.1 (07 Sep 2007)
31 +
32 + 07 Sep 2007; Ali Polatel <hawking@g.o> +eric-4.0.1.ebuild:
33 + version bump, thanks to everyone on bug 158117 and jokey
34
35 25 Jun 2007; Piotr JaroszyƄski <peper@g.o> eric-3.7.2-r1.ebuild:
36 (QA) Fix ${ROOT} abuse. bug #167271.
37
38
39
40 1.1 dev-util/eric/eric-4.0.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.0.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.0.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: eric-4.0.1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.0.1.ebuild,v 1.1 2007/09/07 13:35:49 hawking Exp $
50
51 NEED_PYTHON=2.4
52
53 inherit python eutils
54
55 MY_PN=${PN}4
56 MY_P=${MY_PN}-${PV}
57 S=${WORKDIR}/${MY_P}
58
59 DESCRIPTION="eric4 is a full featured Python IDE that is written in PyQt4 using the QScintilla editor widget"
60 HOMEPAGE="http://www.die-offenbachs.de/detlev/eric4.html"
61 SRC_URI="mirror://sourceforge/eric-ide/${MY_P}.tar.gz
62 linguas_de? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-de-${PV}.tar.gz )
63 linguas_fr? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-fr-${PV}.tar.gz )
64 linguas_ru? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-ru-${PV}.tar.gz )"
65
66 SLOT="4"
67 LICENSE="GPL-2"
68 KEYWORDS="~amd64 ~ppc ~x86"
69
70 DEPEND=">=dev-python/PyQt4-4.1
71 >=dev-python/qscintilla-2.1
72 >=x11-libs/qt-4.2.0"
73
74 LANGS="de fr ru"
75
76 python_version
77
78 src_install() {
79 # Change qt dir to be located in ${D}
80 mkdir -p ${D}/usr/share/qt4/
81 sed -i \
82 -e "s:pyqtconfig._pkg_config\[\"qt_data_dir\"\]:\"${D}/usr/share/qt4/\":" \
83 install.py
84
85 ${python} install.py \
86 -b "/usr/bin" \
87 -i "${D}" \
88 -d "/usr/$(get_libdir)/python${PYVER}/site-packages" \
89 -c || die "python install.py failed"
90
91 dodir /usr/share/qt4/qsci/api/python/
92 dodoc THANKS eric/README*
93 make_desktop_entry "eric4 --nosplash" \
94 eric4 \
95 "/usr/$(get_libdir)/python${PYVER}/site-packages/eric4/icons/default/eric.png" \
96 "Development;IDE;Qt"
97 }
98
99 pkg_postinst() {
100 elog "If you want to use eric4 with mod_python, have a look at"
101 elog "\"${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/eric4/patch_modpython.py\"."
102 elog
103 elog "The following packages will give eric extended functionality."
104 elog
105 elog "dev-python/pylint"
106 elog "dev-python/pysvn (NOT YET IN PORTAGE)"
107 elog "dev-python/cx_freeze (NOT YET IN PORTAGE)"
108 }
109
110
111
112 --
113 gentoo-commits@g.o mailing list