Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/shiboken: shiboken-1.0.10.ebuild shiboken-1.0.9.ebuild ChangeLog
Date: Tue, 27 Dec 2011 09:03:32
Message-Id: 20111227090320.E4CF02004B@flycatcher.gentoo.org
1 patrick 11/12/27 09:03:20
2
3 Modified: shiboken-1.0.9.ebuild ChangeLog
4 Added: shiboken-1.0.10.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-python/shiboken/shiboken-1.0.9.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.0.9.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.0.9.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.0.9.ebuild?r1=1.1&r2=1.2
16
17 Index: shiboken-1.0.9.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.0.9.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- shiboken-1.0.9.ebuild 27 Dec 2011 08:39:31 -0000 1.1
24 +++ shiboken-1.0.9.ebuild 27 Dec 2011 09:03:20 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.0.9.ebuild,v 1.1 2011/12/27 08:39:31 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.0.9.ebuild,v 1.2 2011/12/27 09:03:20 patrick Exp $
30
31 EAPI=3
32
33 @@ -26,7 +26,7 @@
34 RDEPEND="${DEPEND}
35 !dev-python/boostpythongenerator"
36
37 -PATCHES=( "${FILESDIR}/${P}-fix-pkgconfig.patch" )
38 +PATCHES=( "${FILESDIR}/${PN}-1.0.9-fix-pkgconfig.patch" )
39
40 DOCS=( ChangeLog )
41
42
43
44
45 1.14 dev-python/shiboken/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.14&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.14&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?r1=1.13&r2=1.14
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v
54 retrieving revision 1.13
55 retrieving revision 1.14
56 diff -u -r1.13 -r1.14
57 --- ChangeLog 27 Dec 2011 08:39:31 -0000 1.13
58 +++ ChangeLog 27 Dec 2011 09:03:20 -0000 1.14
59 @@ -1,6 +1,12 @@
60 # ChangeLog for dev-python/shiboken
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.13 2011/12/27 08:39:31 patrick Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.14 2011/12/27 09:03:20 patrick Exp $
64 +
65 +*shiboken-1.0.10 (27 Dec 2011)
66 +
67 + 27 Dec 2011; Patrick Lauer <patrick@g.o> +shiboken-1.0.10.ebuild,
68 + shiboken-1.0.9.ebuild:
69 + Bump
70
71 *shiboken-1.0.9 (27 Dec 2011)
72
73
74
75
76 1.1 dev-python/shiboken/shiboken-1.0.10.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.0.10.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.0.10.ebuild?rev=1.1&content-type=text/plain
80
81 Index: shiboken-1.0.10.ebuild
82 ===================================================================
83 # Copyright 1999-2011 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.0.10.ebuild,v 1.1 2011/12/27 09:03:20 patrick Exp $
86
87 EAPI=3
88
89 PYTHON_DEPEND="2:2.5"
90
91 inherit python versionator cmake-utils
92
93 MY_PV=$(replace_version_separator '_' '~')
94 MY_P=${PN}-${MY_PV}
95
96 DESCRIPTION="A tool for creating Python bindings for C++ libraries"
97 HOMEPAGE="http://www.pyside.org/"
98 SRC_URI="http://www.pyside.org/files/${MY_P}.tar.bz2"
99
100 LICENSE="LGPL-2.1"
101 SLOT="0"
102 KEYWORDS="~amd64 ~x86"
103 IUSE="debug test"
104
105 DEPEND=">=dev-python/apiextractor-0.10.8
106 >=dev-python/generatorrunner-0.6.14
107 >=x11-libs/qt-core-4.7.0"
108 RDEPEND="${DEPEND}
109 !dev-python/boostpythongenerator"
110
111 PATCHES=( "${FILESDIR}/${PN}-1.0.9-fix-pkgconfig.patch" )
112
113 DOCS=( ChangeLog )
114
115 S=${WORKDIR}/${MY_P}
116
117 pkg_setup() {
118 python_set_active_version 2
119 }
120
121 src_configure() {
122 local mycmakeargs=(
123 $(cmake-utils_use_build test TESTS)
124 )
125 cmake-utils_src_configure
126 }