public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyside: ChangeLog pyside-1.0.6.ebuild pyside-1.0.0.ebuild pyside-0.4.2.ebuild pyside-1.0.3.ebuild
@ 2011-09-06 12:42 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2011-09-06 12:42 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/09/06 12:42:17

  Modified:             ChangeLog
  Added:                pyside-1.0.6.ebuild
  Removed:              pyside-1.0.0.ebuild pyside-0.4.2.ebuild
                        pyside-1.0.3.ebuild
  Log:
  Bump pyside to latest release. Punt older that i didn't manage to make behave.
  
  (Portage version: 2.2.0_alpha53/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 dev-python/pyside/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyside/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	27 May 2011 18:25:22 -0000	1.19
+++ ChangeLog	6 Sep 2011 12:42:17 -0000	1.20
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/pyside
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyside/ChangeLog,v 1.19 2011/05/27 18:25:22 chiiph Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyside/ChangeLog,v 1.20 2011/09/06 12:42:17 scarabeus Exp $
+
+*pyside-1.0.6 (06 Sep 2011)
+
+  06 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org> -pyside-0.4.2.ebuild,
+  -pyside-1.0.0.ebuild, -pyside-1.0.3.ebuild, +pyside-1.0.6.ebuild,
+  -files/pyside-cmake-namespace.patch:
+  Version bump to latest release. Cleanup ebuild. Remove older.
 
 *pyside-1.0.3 (27 May 2011)
 



1.1                  dev-python/pyside/pyside-1.0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/pyside-1.0.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/pyside-1.0.6.ebuild?rev=1.1&content-type=text/plain

Index: pyside-1.0.6.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyside/pyside-1.0.6.ebuild,v 1.1 2011/09/06 12:42:17 scarabeus Exp $

EAPI=3

PYTHON_DEPEND="2:2.5"

inherit base python cmake-utils virtualx

MY_P="${PN}-qt4.7+${PV}"

DESCRIPTION="Python bindings for the Qt framework"
HOMEPAGE="http://www.pyside.org/"
SRC_URI="http://www.pyside.org/files/${MY_P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug kde test"

QT_PV="4.7.0"

RDEPEND=">=dev-python/shiboken-${PV}
	>=x11-libs/qt-core-${QT_PV}
	>=x11-libs/qt-assistant-${QT_PV}
	>=x11-libs/qt-gui-${QT_PV}
	>=x11-libs/qt-multimedia-${QT_PV}
	>=x11-libs/qt-opengl-${QT_PV}
	kde? ( media-libs/phonon )
	!kde? (
		|| (
			>=x11-libs/qt-phonon-${QT_PV}
			media-libs/phonon
		)
	)
	>=x11-libs/qt-script-${QT_PV}
	>=x11-libs/qt-sql-${QT_PV}
	>=x11-libs/qt-svg-${QT_PV}
	>=x11-libs/qt-test-${QT_PV}
	>=x11-libs/qt-webkit-${QT_PV}
	>=x11-libs/qt-xmlpatterns-${QT_PV}"
DEPEND="${DEPEND}
	test? ( >=x11-libs/qt-test-${QT_PV} )"

S="${WORKDIR}/${MY_P}.1"

DOCS=( "ChangeLog" )

PATCHES=(
	"${FILESDIR}/${PN}-find-kde-phonon.patch"
)

pkg_setup() {
	python_set_active_version 2
}

src_configure() {
	local mycmakeargs=(
		$(cmake-utils_use_build test TESTS)
	)
	cmake-utils_src_configure
}

src_test() {
	VIRTUALX_COMMAND="cmake-utils_src_test"
	virtualmake
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-06 12:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-06 12:42 [gentoo-commits] gentoo-x86 commit in dev-python/pyside: ChangeLog pyside-1.0.6.ebuild pyside-1.0.0.ebuild pyside-0.4.2.ebuild pyside-1.0.3.ebuild Tomas Chvatal (scarabeus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox