Gentoo Archives: gentoo-commits

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