Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/spe: ChangeLog spe-0.8.3c-r1.ebuild spe-0.8.3c.ebuild
Date: Sat, 05 Jan 2008 00:20:11
Message-Id: E1JAwlf-0003Gx-TM@stork.gentoo.org
1 dirtyepic 08/01/05 00:20:03
2
3 Modified: ChangeLog
4 Added: spe-0.8.3c-r1.ebuild
5 Removed: spe-0.8.3c.ebuild
6 Log:
7 Revision bump.
8 (Portage version: 2.1.4_rc14)
9
10 Revision Changes Path
11 1.36 dev-util/spe/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/spe/ChangeLog?rev=1.36&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/spe/ChangeLog?rev=1.36&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/spe/ChangeLog?r1=1.35&r2=1.36
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v
20 retrieving revision 1.35
21 retrieving revision 1.36
22 diff -u -r1.35 -r1.36
23 --- ChangeLog 5 Jan 2008 00:15:39 -0000 1.35
24 +++ ChangeLog 5 Jan 2008 00:20:03 -0000 1.36
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-util/spe
27 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v 1.35 2008/01/05 00:15:39 dirtyepic Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v 1.36 2008/01/05 00:20:03 dirtyepic Exp $
30 +
31 +*spe-0.8.3c-r1 (05 Jan 2008)
32 +
33 + 05 Jan 2008; Ryan Hill <dirtyepic@g.o>
34 + +files/spe-0.8.3-wxversion.patch, -spe-0.8.3c.ebuild,
35 + +spe-0.8.3c-r1.ebuild:
36 + Revision bump.
37
38 05 Jan 2008; Ryan Hill <dirtyepic@g.o>
39 +files/spe-0.8.3-wxversion.patch, spe-0.8.3c.ebuild:
40
41
42
43 1.1 dev-util/spe/spe-0.8.3c-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/spe/spe-0.8.3c-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/spe/spe-0.8.3c-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: spe-0.8.3c-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.3c-r1.ebuild,v 1.1 2008/01/05 00:20:03 dirtyepic Exp $
53
54 inherit distutils eutils
55
56 MY_P="SPE-0.8.3.c-wx2.6.1.0"
57 DESCRIPTION="Python IDE with Blender support"
58 HOMEPAGE="http://pythonide.stani.be/"
59 SRC_URI="http://download.berlios.de/python/${MY_P}.tar.gz"
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
63 IUSE=""
64 S=${WORKDIR}/${MY_P}
65
66 DEPEND=">=virtual/python-2.3
67 app-arch/unzip"
68
69 RDEPEND="=dev-python/wxpython-2.6*
70 >=dev-util/wxglade-0.3.2
71 >=dev-python/pychecker-0.8.13
72 ${DEPEND}"
73
74 src_unpack() {
75 unpack ${A}
76 cd "${S}"
77
78 epatch "${FILESDIR}"/${PN}-0.8.3-wxversion.patch
79 chmod -R go-w "${S}"/*
80 }
81
82 src_install() {
83 distutils_src_install
84 distutils_python_version
85 SITEPATH="${ROOT}usr/lib/python${PYVER}/site-packages"
86
87 dobin spe
88 rm -rf "${D}${SITEPATH}/_spe/plugins/wxGlade"
89 rm -rf "${D}${SITEPATH}/_spe/plugins/pychecker"
90 ln -svf "../../wxglade" "${D}${SITEPATH}/_spe/plugins/wxGlade"
91 ln -svf "../../pychecker" "${D}${SITEPATH}/_spe/plugins/pychecker"
92
93 doicon "${S}/build/lib/_spe/images/spe.png"
94 make_desktop_entry "${PN}" "SPE - Stani's Python Editor" "spe" "Development"
95 }
96
97 pkg_postinst() {
98 distutils_python_version
99 SPEPATH="/usr/lib/python${PYVER}/site-packages"
100
101 elog
102 elog "To be able to use spe in blender, be sure that the path where spe is"
103 elog "installed ($SPEPATH) is included in your PYTHONPATH"
104 elog "environment variable. See the installation section in the manual for"
105 elog "more information ($SPEPATH/_spe/doc/manual.pdf)."
106 elog
107 }
108
109
110
111 --
112 gentoo-commits@g.o mailing list