Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/eric: ChangeLog eric-4.0.4.ebuild
Date: Tue, 01 Jan 2008 18:34:56
Message-Id: E1J9lwx-0005kO-8L@stork.gentoo.org
1 jokey 08/01/01 18:34:51
2
3 Modified: ChangeLog
4 Added: eric-4.0.4.ebuild
5 Log:
6 Version bump as keeps notifying the user that a new version is out
7 (Portage version: 2.1.4_rc12)
8
9 Revision Changes Path
10 1.52 dev-util/eric/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.52&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.52&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?r1=1.51&r2=1.52
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v
19 retrieving revision 1.51
20 retrieving revision 1.52
21 diff -u -r1.51 -r1.52
22 --- ChangeLog 1 Jan 2008 16:00:30 -0000 1.51
23 +++ ChangeLog 1 Jan 2008 18:34:50 -0000 1.52
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/eric
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.51 2008/01/01 16:00:30 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.52 2008/01/01 18:34:50 jokey Exp $
29 +
30 +*eric-4.0.4 (01 Jan 2008)
31 +
32 + 01 Jan 2008; Markus Ullmann <jokey@g.o> +eric-4.0.4.ebuild:
33 + Version bump as keeps notifying the user that a new version is out
34
35 01 Jan 2008; Raúl Porcel <armin76@g.o> eric-4.0.3.ebuild:
36 Readd ~sparc, keywords were dropped for no reason
37
38
39
40 1.1 dev-util/eric/eric-4.0.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.0.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.0.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: eric-4.0.4.ebuild
46 ===================================================================
47 # Copyright 1999-2008 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.4.ebuild,v 1.1 2008/01/01 18:34:50 jokey 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 IUSE="linguas_de linguas_fr linguas_ru"
60
61 DESCRIPTION="eric4 is a full featured Python IDE that is written in PyQt4 using the QScintilla editor widget"
62 HOMEPAGE="http://www.die-offenbachs.de/detlev/eric4.html"
63 SRC_URI="mirror://sourceforge/eric-ide/${MY_P}.tar.gz
64 linguas_de? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-de-${PV}.tar.gz )
65 linguas_fr? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-fr-${PV}.tar.gz )
66 linguas_ru? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-ru-${PV}.tar.gz )"
67
68 SLOT="4"
69 LICENSE="GPL-2"
70 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
71
72 DEPEND=">=dev-python/PyQt4-4.1
73 >=x11-libs/qscintilla-2.1
74 >=x11-libs/qt-4.2.0"
75
76 LANGS="de fr ru"
77
78 python_version
79
80 src_install() {
81 # Change qt dir to be located in ${D}
82 dodir /usr/share/qt4/
83 sed -i \
84 -e "s:pyqtconfig._pkg_config\[\"qt_data_dir\"\]:\"${D}/usr/share/qt4/\":" \
85 install.py
86
87 ${python} install.py \
88 -b "/usr/bin" \
89 -i "${D}" \
90 -d "/usr/$(get_libdir)/python${PYVER}/site-packages" \
91 -c || die "python install.py failed"
92
93 dodir /usr/share/qt4/qsci/api/python/
94 dodoc THANKS eric/README*
95 make_desktop_entry "eric4 --nosplash" \
96 eric4 \
97 "/usr/$(get_libdir)/python${PYVER}/site-packages/eric4/icons/default/eric.png" \
98 "Development;IDE;Qt"
99 }
100
101 pkg_postinst() {
102 elog "If you want to use eric4 with mod_python, have a look at"
103 elog "\"${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/eric4/patch_modpython.py\"."
104 elog
105 elog "The following packages will give eric extended functionality."
106 elog
107 elog "dev-python/pylint"
108 elog "dev-python/pysvn (NOT YET IN PORTAGE)"
109 elog "dev-python/cx_freeze (NOT YET IN PORTAGE)"
110 }
111
112
113
114 --
115 gentoo-commits@g.o mailing list