* [gentoo-commits] gentoo-x86 commit in dev-python/shiboken: shiboken-1.2.2.ebuild ChangeLog
@ 2014-05-07 7:21 Patrick Lauer (patrick)
0 siblings, 0 replies; 6+ messages in thread
From: Patrick Lauer (patrick) @ 2014-05-07 7:21 UTC (permalink / raw
To: gentoo-commits
patrick 14/05/07 07:21:39
Modified: ChangeLog
Added: shiboken-1.2.2.ebuild
Log:
Bump
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.51 dev-python/shiboken/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 24 Feb 2014 01:19:01 -0000 1.50
+++ ChangeLog 7 May 2014 07:21:38 -0000 1.51
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/shiboken
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.50 2014/02/24 01:19:01 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.51 2014/05/07 07:21:38 patrick Exp $
+
+*shiboken-1.2.2 (07 May 2014)
+
+ 07 May 2014; Patrick Lauer <patrick@gentoo.org> +shiboken-1.2.2.ebuild:
+ Bump
24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
shiboken-1.2.1-r1.ebuild:
1.1 dev-python/shiboken/shiboken-1.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?rev=1.1&content-type=text/plain
Index: shiboken-1.2.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v 1.1 2014/05/07 07:21:38 patrick Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
inherit multilib cmake-utils python-r1
DESCRIPTION="A tool for creating Python bindings for C++ libraries"
HOMEPAGE="http://qt-project.org/wiki/PySide"
SRC_URI="http://download.qt-project.org/official_releases/pyside/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="
>=dev-libs/libxml2-2.6.32
>=dev-libs/libxslt-1.1.19
>=dev-qt/qtcore-4.7.0:4
>=dev-qt/qtxmlpatterns-4.7.0:4
!dev-python/apiextractor
!dev-python/generatorrunner
"
DEPEND="${RDEPEND}
test? (
>=dev-qt/qtgui-4.7.0:4
>=dev-qt/qttest-4.7.0:4
)"
DOCS=( AUTHORS ChangeLog )
src_prepare() {
# Fix inconsistent naming of libshiboken.so and ShibokenConfig.cmake,
# caused by the usage of a different version suffix with python >= 3.2
sed -i -e "/get_config_var('SOABI')/d" \
cmake/Modules/FindPython3InterpWithDebug.cmake || die
if use prefix; then
cp "${FILESDIR}"/rpath.cmake . || die
sed -i -e '1iinclude(rpath.cmake)' CMakeLists.txt || die
fi
}
src_configure() {
configuration() {
local mycmakeargs=(
$(cmake-utils_use_build test TESTS)
-DPYTHON_EXECUTABLE="${PYTHON}"
-DPYTHON_SITE_PACKAGES="$(python_get_sitedir)"
-DPYTHON_SUFFIX="-${EPYTHON}"
)
if [[ ${EPYTHON} == python3* ]]; then
mycmakeargs+=(
-DUSE_PYTHON3=ON
-DPYTHON3_EXECUTABLE="${PYTHON}"
-DPYTHON3_INCLUDE_DIR="$(python_get_includedir)"
-DPYTHON3_LIBRARY="$(python_get_library_path)"
)
fi
cmake-utils_src_configure
}
python_foreach_impl configuration
}
src_compile() {
python_foreach_impl cmake-utils_src_make
}
src_test() {
python_foreach_impl cmake-utils_src_test
}
src_install() {
installation() {
cmake-utils_src_install
mv "${ED}"usr/$(get_libdir)/pkgconfig/${PN}{,-${EPYTHON}}.pc || die
}
python_foreach_impl installation
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/shiboken: shiboken-1.2.2.ebuild ChangeLog
@ 2014-06-20 15:03 Ian Delaney (idella4)
0 siblings, 0 replies; 6+ messages in thread
From: Ian Delaney (idella4) @ 2014-06-20 15:03 UTC (permalink / raw
To: gentoo-commits
idella4 14/06/20 15:03:52
Modified: shiboken-1.2.2.ebuild ChangeLog
Log:
add py3.4 support
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.2 dev-python/shiboken/shiboken-1.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?r1=1.1&r2=1.2
Index: shiboken-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shiboken-1.2.2.ebuild 7 May 2014 07:21:38 -0000 1.1
+++ shiboken-1.2.2.ebuild 20 Jun 2014 15:03:52 -0000 1.2
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v 1.1 2014/05/07 07:21:38 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v 1.2 2014/06/20 15:03:52 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit multilib cmake-utils python-r1
1.52 dev-python/shiboken/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 7 May 2014 07:21:38 -0000 1.51
+++ ChangeLog 20 Jun 2014 15:03:52 -0000 1.52
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/shiboken
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.51 2014/05/07 07:21:38 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.52 2014/06/20 15:03:52 idella4 Exp $
+
+ 20 Jun 2014; Ian Delaney <idella4@gentoo.org> shiboken-1.2.2.ebuild:
+ add py3.4 support
*shiboken-1.2.2 (07 May 2014)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/shiboken: shiboken-1.2.2.ebuild ChangeLog
@ 2014-09-20 23:15 Davide Pesavento (pesa)
0 siblings, 0 replies; 6+ messages in thread
From: Davide Pesavento (pesa) @ 2014-09-20 23:15 UTC (permalink / raw
To: gentoo-commits
pesa 14/09/20 23:15:39
Modified: shiboken-1.2.2.ebuild ChangeLog
Log:
Fix tests with python3, thanks to kensington for the patch (bug 502238). Drop deprecated python targets. Simplify deps.
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Revision Changes Path
1.4 dev-python/shiboken/shiboken-1.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?r1=1.3&r2=1.4
Index: shiboken-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- shiboken-1.2.2.ebuild 27 Aug 2014 12:14:24 -0000 1.3
+++ shiboken-1.2.2.ebuild 20 Sep 2014 23:15:39 -0000 1.4
@@ -1,12 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v 1.3 2014/08/27 12:14:24 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v 1.4 2014/09/20 23:15:39 pesa Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-inherit multilib cmake-utils python-r1
+inherit cmake-utils multilib python-r1
DESCRIPTION="A tool for creating Python bindings for C++ libraries"
HOMEPAGE="http://qt-project.org/wiki/PySide"
@@ -18,20 +18,21 @@
IUSE="test"
RDEPEND="
- >=dev-libs/libxml2-2.6.32
- >=dev-libs/libxslt-1.1.19
- >=dev-qt/qtcore-4.7.0:4
- >=dev-qt/qtxmlpatterns-4.7.0:4
- !dev-python/apiextractor
- !dev-python/generatorrunner
+ dev-libs/libxml2
+ dev-libs/libxslt
+ dev-qt/qtcore:4
+ dev-qt/qtxmlpatterns:4
"
DEPEND="${RDEPEND}
test? (
- >=dev-qt/qtgui-4.7.0:4
- >=dev-qt/qttest-4.7.0:4
+ dev-qt/qtgui:4
+ dev-qt/qttest:4
)"
DOCS=( AUTHORS ChangeLog )
+PATCHES=(
+ "${FILESDIR}/${PV}-Fix-tests-with-Python-3.patch"
+)
src_prepare() {
# Fix inconsistent naming of libshiboken.so and ShibokenConfig.cmake,
@@ -43,6 +44,8 @@
cp "${FILESDIR}"/rpath.cmake . || die
sed -i -e '1iinclude(rpath.cmake)' CMakeLists.txt || die
fi
+
+ cmake-utils_src_prepare
}
src_configure() {
@@ -69,7 +72,7 @@
}
src_compile() {
- python_foreach_impl cmake-utils_src_make
+ python_foreach_impl cmake-utils_src_compile
}
src_test() {
1.54 dev-python/shiboken/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 27 Aug 2014 12:14:24 -0000 1.53
+++ ChangeLog 20 Sep 2014 23:15:39 -0000 1.54
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/shiboken
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.53 2014/08/27 12:14:24 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.54 2014/09/20 23:15:39 pesa Exp $
+
+ 20 Sep 2014; Davide Pesavento <pesa@gentoo.org>
+ +files/1.2.2-Fix-tests-with-Python-3.patch, shiboken-1.2.2.ebuild:
+ Fix tests with python3, thanks to kensington for the patch (bug 502238). Drop
+ deprecated python targets. Simplify deps.
27 Aug 2014; Anthony G. Basile <blueness@gentoo.org> shiboken-1.1.2-r1.ebuild,
shiboken-1.2.1-r1.ebuild, shiboken-1.2.2.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/shiboken: shiboken-1.2.2.ebuild ChangeLog
@ 2014-09-20 23:58 Davide Pesavento (pesa)
0 siblings, 0 replies; 6+ messages in thread
From: Davide Pesavento (pesa) @ 2014-09-20 23:58 UTC (permalink / raw
To: gentoo-commits
pesa 14/09/20 23:58:11
Modified: shiboken-1.2.2.ebuild ChangeLog
Log:
Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE.
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Revision Changes Path
1.5 dev-python/shiboken/shiboken-1.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?r1=1.4&r2=1.5
Index: shiboken-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- shiboken-1.2.2.ebuild 20 Sep 2014 23:15:39 -0000 1.4
+++ shiboken-1.2.2.ebuild 20 Sep 2014 23:58:11 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v 1.4 2014/09/20 23:15:39 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v 1.5 2014/09/20 23:58:11 pesa Exp $
EAPI=5
@@ -15,9 +15,12 @@
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
+ ${PYTHON_DEPS}
dev-libs/libxml2
dev-libs/libxslt
dev-qt/qtcore:4
1.55 dev-python/shiboken/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 20 Sep 2014 23:15:39 -0000 1.54
+++ ChangeLog 20 Sep 2014 23:58:11 -0000 1.55
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/shiboken
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.54 2014/09/20 23:15:39 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.55 2014/09/20 23:58:11 pesa Exp $
+
+ 20 Sep 2014; Davide Pesavento <pesa@gentoo.org> shiboken-1.2.2.ebuild:
+ Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE.
20 Sep 2014; Davide Pesavento <pesa@gentoo.org>
+files/1.2.2-Fix-tests-with-Python-3.patch, shiboken-1.2.2.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/shiboken: shiboken-1.2.2.ebuild ChangeLog
@ 2015-02-16 13:36 Pacho Ramos (pacho)
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2015-02-16 13:36 UTC (permalink / raw
To: gentoo-commits
pacho 15/02/16 13:36:19
Modified: shiboken-1.2.2.ebuild ChangeLog
Log:
amd64/x86 stable, bug #530760
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.7 dev-python/shiboken/shiboken-1.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?r1=1.6&r2=1.7
Index: shiboken-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- shiboken-1.2.2.ebuild 25 Jan 2015 21:11:39 -0000 1.6
+++ shiboken-1.2.2.ebuild 16 Feb 2015 13:36:18 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v 1.6 2015/01/25 21:11:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v 1.7 2015/02/16 13:36:18 pacho Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
1.57 dev-python/shiboken/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 25 Jan 2015 21:11:39 -0000 1.56
+++ ChangeLog 16 Feb 2015 13:36:18 -0000 1.57
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/shiboken
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.56 2015/01/25 21:11:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.57 2015/02/16 13:36:18 pacho Exp $
+
+ 16 Feb 2015; Pacho Ramos <pacho@gentoo.org> shiboken-1.2.2.ebuild:
+ amd64/x86 stable, bug #530760
25 Jan 2015; Markus Meier <maekke@gentoo.org> shiboken-1.2.2.ebuild:
arm stable, bug #530538
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/shiboken: shiboken-1.2.2.ebuild ChangeLog
@ 2015-02-16 13:38 Pacho Ramos (pacho)
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2015-02-16 13:38 UTC (permalink / raw
To: gentoo-commits
pacho 15/02/16 13:38:26
Modified: shiboken-1.2.2.ebuild ChangeLog
Log:
ppc stable, bug #530760
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.8 dev-python/shiboken/shiboken-1.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?r1=1.7&r2=1.8
Index: shiboken-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- shiboken-1.2.2.ebuild 16 Feb 2015 13:36:18 -0000 1.7
+++ shiboken-1.2.2.ebuild 16 Feb 2015 13:38:26 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v 1.7 2015/02/16 13:36:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v 1.8 2015/02/16 13:38:26 pacho Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
1.58 dev-python/shiboken/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 16 Feb 2015 13:36:18 -0000 1.57
+++ ChangeLog 16 Feb 2015 13:38:26 -0000 1.58
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/shiboken
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.57 2015/02/16 13:36:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.58 2015/02/16 13:38:26 pacho Exp $
+
+ 16 Feb 2015; Pacho Ramos <pacho@gentoo.org> shiboken-1.2.2.ebuild:
+ ppc stable, bug #530760
16 Feb 2015; Pacho Ramos <pacho@gentoo.org> shiboken-1.2.2.ebuild:
amd64/x86 stable, bug #530760
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-02-16 13:38 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-20 23:15 [gentoo-commits] gentoo-x86 commit in dev-python/shiboken: shiboken-1.2.2.ebuild ChangeLog Davide Pesavento (pesa)
-- strict thread matches above, loose matches on Subject: below --
2015-02-16 13:38 Pacho Ramos (pacho)
2015-02-16 13:36 Pacho Ramos (pacho)
2014-09-20 23:58 Davide Pesavento (pesa)
2014-06-20 15:03 Ian Delaney (idella4)
2014-05-07 7:21 Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox