Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tcltk/tclpython: ChangeLog tclpython-4.1-r2.ebuild tclpython-3.1-r1.ebuild
Date: Wed, 31 Mar 2010 21:03:29
Message-Id: E1Nx54P-0001ox-DZ@stork.gentoo.org
1 jlec 10/03/31 21:03:25
2
3 Modified: ChangeLog
4 Added: tclpython-4.1-r2.ebuild tclpython-3.1-r1.ebuild
5 Log:
6 Adopted to new python situation, #312507, minor QA
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 dev-tcltk/tclpython/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tclpython/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tclpython/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tclpython/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 16 Apr 2009 19:13:18 -0000 1.9
23 +++ ChangeLog 31 Mar 2010 21:03:25 -0000 1.10
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-tcltk/tclpython
26 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/ChangeLog,v 1.9 2009/04/16 19:13:18 mescalinum Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/ChangeLog,v 1.10 2010/03/31 21:03:25 jlec Exp $
30 +
31 +*tclpython-4.1-r2 (31 Mar 2010)
32 +*tclpython-3.1-r1 (31 Mar 2010)
33 +
34 + 31 Mar 2010; Justin Lecher <jlec@g.o> +tclpython-3.1-r1.ebuild,
35 + +tclpython-4.1-r2.ebuild:
36 + Adopted to new python situation, #312507, minor QA
37
38 *tclpython-4.1-r1 (16 Apr 2009)
39
40
41
42
43 1.1 dev-tcltk/tclpython/tclpython-4.1-r2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tclpython/tclpython-4.1-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tclpython/tclpython-4.1-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: tclpython-4.1-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/tclpython-4.1-r2.ebuild,v 1.1 2010/03/31 21:03:25 jlec Exp $
53
54 PYTHON_DEPEND="2"
55
56 inherit distutils multilib toolchain-funcs
57
58 DESCRIPTION="Python package for Tcl"
59 HOMEPAGE="http://jfontain.free.fr/tclpython.htm"
60 SRC_URI="http://jfontain.free.fr/${P}.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65 IUSE=""
66
67 DEPEND=">=dev-lang/tcl-8.4"
68
69 src_compile() {
70 einfo \
71 "$(tc-getCC) -shared ${LDFLAGS} -fPIC ${CFLAGS} -o tclpython.so.${PV} \
72 -I$(python_get_includedir) tclpython.c -lpthread -lutil"
73
74 $(tc-getCC) -shared ${LDFLAGS} -fPIC ${CFLAGS} -o tclpython.so.${PV} \
75 -I$(python_get_includedir) tclpython.c -lpthread -lutil \
76 || die
77 }
78
79 src_install() {
80 exeinto /usr/$(get_libdir)/tclpython
81 doexe tclpython.so.${PV} pkgIndex.tcl || die "tcl"
82 dosym tclpython.so.${PV} /usr/$(get_libdir)/tclpython/tclpython.so || die
83
84 dodoc CHANGES INSTALL README || die
85 dohtml tclpython.htm || die
86 }
87
88
89
90 1.1 dev-tcltk/tclpython/tclpython-3.1-r1.ebuild
91
92 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tclpython/tclpython-3.1-r1.ebuild?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tclpython/tclpython-3.1-r1.ebuild?rev=1.1&content-type=text/plain
94
95 Index: tclpython-3.1-r1.ebuild
96 ===================================================================
97 # Copyright 1999-2010 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 # $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/tclpython-3.1-r1.ebuild,v 1.1 2010/03/31 21:03:25 jlec Exp $
100
101 PYTHON_DEPEND="2"
102
103 inherit distutils multilib toolchain-funcs
104
105 DESCRIPTION="Python package for Tcl"
106 HOMEPAGE="http://jfontain.free.fr/tclpython.htm"
107 SRC_URI="http://jfontain.free.fr/${P}.tar.gz"
108
109 LICENSE="GPL-2"
110 SLOT="0"
111 KEYWORDS="~amd64 ~ppc ~x86"
112 IUSE=""
113
114 DEPEND=">=dev-lang/tcl-8.4"
115
116 src_compile() {
117 einfo \
118 "$(tc-getCC) -shared ${LDFLAGS} -fPIC ${CFLAGS} -o tclpython.so.${PV} \
119 -I$(python_get_includedir) tclpython.c -lpthread -lutil"
120
121 $(tc-getCC) -shared ${LDFLAGS} -fPIC ${CFLAGS} -o tclpython.so.${PV} \
122 -I$(python_get_includedir) tclpython.c -lpthread -lutil \
123 || die
124 }
125
126 src_install() {
127 exeinto /usr/$(get_libdir)/tclpython
128 doexe tclpython.so.${PV} pkgIndex.tcl || die "tcl"
129 dosym tclpython.so.${PV} /usr/$(get_libdir)/tclpython/tclpython.so || die
130
131 dodoc CHANGES INSTALL README || die
132 dohtml tclpython.htm || die
133 }