Gentoo Archives: gentoo-commits

From: "Dominik Kapusta (ayoy)" <ayoy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/shiboken: shiboken-0.4.0.ebuild ChangeLog
Date: Tue, 24 Aug 2010 19:46:33
Message-Id: 20100824194630.067C42004E@flycatcher.gentoo.org
1 ayoy 10/08/24 19:46:30
2
3 Modified: ChangeLog
4 Added: shiboken-0.4.0.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-python/shiboken/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 16 Jun 2010 19:36:37 -0000 1.2
23 +++ ChangeLog 24 Aug 2010 19:46:29 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-python/shiboken
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.2 2010/06/16 19:36:37 ayoy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.3 2010/08/24 19:46:29 ayoy Exp $
29 +
30 +*shiboken-0.4.0 (24 Aug 2010)
31 +
32 + 24 Aug 2010; Dominik Kapusta <ayoy@g.o> +shiboken-0.4.0.ebuild:
33 + Version bump
34
35 16 Jun 2010; Dominik Kapusta <ayoy@g.o> shiboken-0.3.2.ebuild:
36 Adding a block against dev-python/boostpythongenerator
37
38
39
40 1.1 dev-python/shiboken/shiboken-0.4.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-0.4.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-0.4.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: shiboken-0.4.0.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-0.4.0.ebuild,v 1.1 2010/08/24 19:46:29 ayoy Exp $
50
51 EAPI="2"
52
53 inherit cmake-utils
54
55 DESCRIPTION="A tool for creating Python bindings for C++ libraries"
56 HOMEPAGE="http://www.pyside.org/"
57 SRC_URI="http://www.pyside.org/files/${P}.tar.bz2"
58
59 LICENSE="LGPL-2.1"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="debug"
63
64 DEPEND=">=dev-python/apiextractor-0.7.0
65 >=dev-python/generatorrunner-0.6.0
66 >=x11-libs/qt-core-4.5.0"
67 RDEPEND="${DEPEND}
68 !dev-python/boostpythongenerator"
69
70 src_install() {
71 cmake-utils_src_install
72 dodoc ChangeLog || die "dodoc failed"
73 }