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