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-python/drpython: ChangeLog drpython-165-r1.ebuild drpython-165.ebuild drpython-164.ebuild
Date: Tue, 04 Dec 2007 07:52:02
Message-Id: E1IzSZQ-0005cY-01@stork.gentoo.org
1 hawking 07/12/04 07:51:55
2
3 Modified: ChangeLog
4 Added: drpython-165-r1.ebuild
5 Removed: drpython-165.ebuild drpython-164.ebuild
6 Log:
7 Revbump. Added patch to prevent running against other SLOTs of wxpython, #201158. Drop old.
8 (Portage version: 2.1.4_rc4)
9
10 Revision Changes Path
11 1.15 dev-python/drpython/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/drpython/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/drpython/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/drpython/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/drpython/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 20 Nov 2007 06:45:45 -0000 1.14
24 +++ ChangeLog 4 Dec 2007 07:51:55 -0000 1.15
25 @@ -1,6 +1,15 @@
26 # ChangeLog for dev-python/drpython
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/drpython/ChangeLog,v 1.14 2007/11/20 06:45:45 hawking Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/drpython/ChangeLog,v 1.15 2007/12/04 07:51:55 hawking Exp $
30 +
31 +*drpython-165-r1 (04 Dec 2007)
32 +
33 + 04 Dec 2007; Ali Polatel <hawking@g.o>
34 + -files/drpython.py-3.10.12.patch, -files/drpython.py-3.10.13.patch,
35 + +files/drpython-165-wxversion.patch, -drpython-164.ebuild,
36 + -drpython-165.ebuild, +drpython-165-r1.ebuild:
37 + Revbump. Added patch to prevent running against other SLOTs of wxpython,
38 + #201158. Drop old.
39
40 *drpython-165 (20 Nov 2007)
41
42
43
44
45 1.1 dev-python/drpython/drpython-165-r1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/drpython/drpython-165-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/drpython/drpython-165-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: drpython-165-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-python/drpython/drpython-165-r1.ebuild,v 1.1 2007/12/04 07:51:55 hawking Exp $
55
56 inherit distutils eutils multilib
57
58 DESCRIPTION="A powerful cross-platform IDE for Python"
59 HOMEPAGE="http://drpython.sourceforge.net/"
60 SRC_URI="mirror://sourceforge/${PN}/${P/-}.zip"
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
64 IUSE=""
65
66 RDEPEND="=dev-python/wxpython-2.6*"
67 DEPEND="app-arch/unzip"
68
69 S=${WORKDIR}/${PN}
70
71 src_unpack() {
72 distutils_src_unpack
73 epatch "${FILESDIR}"/${P}-wxversion.patch
74 }
75
76 src_install() {
77 distutils_python_version
78
79 local destdir="/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}/"
80 dodir ${destdir}/bitmaps/{16,24}
81 cp -R bitmaps "${D}"/${destdir} || die "Failed to cp bitmaps"
82
83 distutils_src_install
84
85 #Windows-only setup script:
86 rm "${D}"/usr/bin/postinst.py
87
88 make_wrapper drpython "python ${destdir}drpython_wx26.py"
89 }
90
91 pkg_postinst() {
92 distutils_pkg_postinst
93 elog "See the DrPython homepage for 20+ available plugins:"
94 elog "http://sourceforge.net/project/showfiles.php?group_id=83074"
95 }
96
97
98
99 --
100 gentoo-commits@g.o mailing list