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/piddle: piddle-1.0.15.ebuild ChangeLog
Date: Mon, 27 Oct 2008 10:10:00
Message-Id: E1KuP2r-0003qQ-RC@stork.gentoo.org
1 hawking 08/10/27 10:09:57
2
3 Modified: piddle-1.0.15.ebuild ChangeLog
4 Log:
5 Use distutils.
6 (Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
7
8 Revision Changes Path
9 1.7 dev-python/piddle/piddle-1.0.15.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/piddle/piddle-1.0.15.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/piddle/piddle-1.0.15.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/piddle/piddle-1.0.15.ebuild?r1=1.6&r2=1.7
14
15 Index: piddle-1.0.15.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/piddle/piddle-1.0.15.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- piddle-1.0.15.ebuild 12 Jul 2006 15:48:11 -0000 1.6
22 +++ piddle-1.0.15.ebuild 27 Oct 2008 10:09:57 -0000 1.7
23 @@ -1,6 +1,9 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/piddle/piddle-1.0.15.ebuild,v 1.6 2006/07/12 15:48:11 agriffis Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/piddle/piddle-1.0.15.ebuild,v 1.7 2008/10/27 10:09:57 hawking Exp $
29 +
30 +NEED_PYTHON="1.5.2"
31 +inherit distutils
32
33 DESCRIPTION="Cross-media, cross-platform 2D graphics package"
34 HOMEPAGE="http://piddle.sourceforge.net/"
35 @@ -9,14 +12,8 @@
36 SLOT="0"
37 KEYWORDS="ia64 x86"
38 IUSE=""
39 -DEPEND=">=dev-lang/python-1.5.2"
40 -
41 -src_compile() {
42 - python setup.py build || die
43 -}
44
45 src_install() {
46 - python setup.py install --root=${D} --prefix=/usr || die
47 - dodoc README.txt
48 + distutils_src_install
49 dohtml -r docs/*
50 }
51
52
53
54 1.10 dev-python/piddle/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/piddle/ChangeLog?rev=1.10&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/piddle/ChangeLog?rev=1.10&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/piddle/ChangeLog?r1=1.9&r2=1.10
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-python/piddle/ChangeLog,v
63 retrieving revision 1.9
64 retrieving revision 1.10
65 diff -u -r1.9 -r1.10
66 --- ChangeLog 12 Jul 2006 15:48:11 -0000 1.9
67 +++ ChangeLog 27 Oct 2008 10:09:57 -0000 1.10
68 @@ -1,6 +1,9 @@
69 # ChangeLog for dev-python/piddle
70 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-python/piddle/ChangeLog,v 1.9 2006/07/12 15:48:11 agriffis Exp $
72 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/dev-python/piddle/ChangeLog,v 1.10 2008/10/27 10:09:57 hawking Exp $
74 +
75 + 27 Oct 2008; Ali Polatel <hawking@g.o> piddle-1.0.15.ebuild:
76 + Use distutils.
77
78 12 Jul 2006; Aron Griffis <agriffis@g.o> piddle-1.0.15.ebuild:
79 Mark 1.0.15 stable on ia64