jlec 15/05/28 14:11:54 Modified: pyglet-1.1.4-r2.ebuild ChangeLog Added: pyglet-1.2.2.ebuild Log: Version Bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.6 dev-python/pyglet/pyglet-1.1.4-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyglet/pyglet-1.1.4-r2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyglet/pyglet-1.1.4-r2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyglet/pyglet-1.1.4-r2.ebuild?r1=1.5&r2=1.6 Index: pyglet-1.1.4-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyglet/pyglet-1.1.4-r2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pyglet-1.1.4-r2.ebuild 27 May 2015 11:23:32 -0000 1.5 +++ pyglet-1.1.4-r2.ebuild 28 May 2015 14:11:54 -0000 1.6 @@ -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/pyglet/pyglet-1.1.4-r2.ebuild,v 1.5 2015/05/27 11:23:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyglet/pyglet-1.1.4-r2.ebuild,v 1.6 2015/05/28 14:11:54 jlec Exp $ EAPI=5 @@ -29,10 +29,6 @@ python_install_all() { use doc && HTML_DOCS=( doc/html/. ) + use examples && EXAMPLES=( examples ) distutils-r1_python_install_all - - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi } 1.14 dev-python/pyglet/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyglet/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyglet/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyglet/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyglet/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 27 May 2015 11:35:24 -0000 1.13 +++ ChangeLog 28 May 2015 14:11:54 -0000 1.14 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pyglet # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyglet/ChangeLog,v 1.13 2015/05/27 11:35:24 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyglet/ChangeLog,v 1.14 2015/05/28 14:11:54 jlec Exp $ + +*pyglet-1.2.2 (28 May 2015) + + 28 May 2015; Justin Lecher <[email protected]> +pyglet-1.2.2.ebuild, + pyglet-1.1.4-r2.ebuild: + Version Bump 27 May 2015; Manuel RĂ¼ger <[email protected]> -pyglet-1.1.4-r1.ebuild, -pyglet-1.1.4.ebuild: 1.1 dev-python/pyglet/pyglet-1.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyglet/pyglet-1.2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyglet/pyglet-1.2.2.ebuild?rev=1.1&content-type=text/plain Index: pyglet-1.2.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyglet/pyglet-1.2.2.ebuild,v 1.1 2015/05/28 14:11:54 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit distutils-r1 virtualx DESCRIPTION="Cross-platform windowing and multimedia library for Python" HOMEPAGE="http://www.pyglet.org/" SRC_URI=" mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz http://pyglet.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="alsa examples gtk +openal" RDEPEND=" virtual/opengl alsa? ( media-libs/alsa-lib[alisp] ) gtk? ( x11-libs/gtk+:2 ) openal? ( media-libs/openal )" DEPEND="${RDEPEND}" # ffmpeg? ( media-libs/avbin-bin ) # pyglet.gl.glx_info.GLXInfoException: pyglet requires an X server with GLX RESTRICT=test python_test() { python_is_python3 && return VIRTUALX_COMMAND="${PYTHON}" virtualmake tests/test.py } python_install_all() { DOCS=( NOTICE ) use examples && EXAMPLES=( examples ) distutils-r1_python_install_all }
