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/kiwi: ChangeLog kiwi-1.9.22.ebuild
Date: Wed, 25 Jun 2008 10:47:09
Message-Id: E1KBSWl-00056G-Jp@stork.gentoo.org
1 hawking 08/06/25 10:47:03
2
3 Modified: ChangeLog
4 Added: kiwi-1.9.22.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r1 x86_64)
8
9 Revision Changes Path
10 1.11 dev-python/kiwi/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kiwi/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kiwi/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kiwi/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/kiwi/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 28 Mar 2008 06:58:26 -0000 1.10
23 +++ ChangeLog 25 Jun 2008 10:47:03 -0000 1.11
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-python/kiwi
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/ChangeLog,v 1.10 2008/03/28 06:58:26 hawking Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/ChangeLog,v 1.11 2008/06/25 10:47:03 hawking Exp $
29 +
30 +*kiwi-1.9.22 (25 Jun 2008)
31 +
32 + 25 Jun 2008; Ali Polatel <hawking@g.o> +kiwi-1.9.22.ebuild:
33 + Version bump.
34
35 *kiwi-1.9.21 (28 Mar 2008)
36
37
38
39
40 1.1 dev-python/kiwi/kiwi-1.9.22.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kiwi/kiwi-1.9.22.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kiwi/kiwi-1.9.22.ebuild?rev=1.1&content-type=text/plain
44
45 Index: kiwi-1.9.22.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-python/kiwi/kiwi-1.9.22.ebuild,v 1.1 2008/06/25 10:47:03 hawking Exp $
50
51 NEED_PYTHON=2.3
52
53 inherit distutils versionator
54
55 DESCRIPTION="Kiwi is a pure Python framework and set of enhanced PyGTK widgets"
56 HOMEPAGE="http://www.async.com.br/projects/kiwi/"
57 SRC_URI="http://download.gnome.org/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.gz"
58 LICENSE="LGPL-2.1"
59 SLOT="0"
60
61 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
62 IUSE="examples"
63
64 DEPEND="dev-python/pygtk"
65
66 src_unpack() {
67 unpack ${A}
68 cd "${S}"
69 sed -i \
70 -e "s:share/doc/kiwi:share/doc/${PF}:g" \
71 setup.py || die "sed failed"
72 }
73
74 src_install() {
75 distutils_src_install
76
77 if use examples ; then
78 insinto /usr/share/doc/${PF}
79 doins -r examples
80 fi
81 }
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list