Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyglet: pyglet-1.1.4-r2.ebuild pyglet-1.2.2.ebuild ChangeLog
Date: Thu, 28 May 2015 14:12:04
Message-Id: 20150528141154.6A326A09@oystercatcher.gentoo.org
1 jlec 15/05/28 14:11:54
2
3 Modified: pyglet-1.1.4-r2.ebuild ChangeLog
4 Added: pyglet-1.2.2.ebuild
5 Log:
6 Version Bump
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
9
10 Revision Changes Path
11 1.6 dev-python/pyglet/pyglet-1.1.4-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyglet/pyglet-1.1.4-r2.ebuild?rev=1.6&view=markup
14 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
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyglet/pyglet-1.1.4-r2.ebuild?r1=1.5&r2=1.6
16
17 Index: pyglet-1.1.4-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyglet/pyglet-1.1.4-r2.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- pyglet-1.1.4-r2.ebuild 27 May 2015 11:23:32 -0000 1.5
24 +++ pyglet-1.1.4-r2.ebuild 28 May 2015 14:11:54 -0000 1.6
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $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 $
30
31 EAPI=5
32
33 @@ -29,10 +29,6 @@
34
35 python_install_all() {
36 use doc && HTML_DOCS=( doc/html/. )
37 + use examples && EXAMPLES=( examples )
38 distutils-r1_python_install_all
39 -
40 - if use examples; then
41 - dodoc -r examples
42 - docompress -x /usr/share/doc/${PF}/examples
43 - fi
44 }
45
46
47
48 1.14 dev-python/pyglet/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyglet/ChangeLog?rev=1.14&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyglet/ChangeLog?rev=1.14&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyglet/ChangeLog?r1=1.13&r2=1.14
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyglet/ChangeLog,v
57 retrieving revision 1.13
58 retrieving revision 1.14
59 diff -u -r1.13 -r1.14
60 --- ChangeLog 27 May 2015 11:35:24 -0000 1.13
61 +++ ChangeLog 28 May 2015 14:11:54 -0000 1.14
62 @@ -1,6 +1,12 @@
63 # ChangeLog for dev-python/pyglet
64 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyglet/ChangeLog,v 1.13 2015/05/27 11:35:24 mrueg Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyglet/ChangeLog,v 1.14 2015/05/28 14:11:54 jlec Exp $
67 +
68 +*pyglet-1.2.2 (28 May 2015)
69 +
70 + 28 May 2015; Justin Lecher <jlec@g.o> +pyglet-1.2.2.ebuild,
71 + pyglet-1.1.4-r2.ebuild:
72 + Version Bump
73
74 27 May 2015; Manuel RĂ¼ger <mrueg@g.o> -pyglet-1.1.4-r1.ebuild,
75 -pyglet-1.1.4.ebuild:
76
77
78
79 1.1 dev-python/pyglet/pyglet-1.2.2.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyglet/pyglet-1.2.2.ebuild?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyglet/pyglet-1.2.2.ebuild?rev=1.1&content-type=text/plain
83
84 Index: pyglet-1.2.2.ebuild
85 ===================================================================
86 # Copyright 1999-2015 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyglet/pyglet-1.2.2.ebuild,v 1.1 2015/05/28 14:11:54 jlec Exp $
89
90 EAPI=5
91
92 PYTHON_COMPAT=( python2_7 python3_{3,4} )
93
94 inherit distutils-r1 virtualx
95
96 DESCRIPTION="Cross-platform windowing and multimedia library for Python"
97 HOMEPAGE="http://www.pyglet.org/"
98 SRC_URI="
99 mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
100 http://pyglet.googlecode.com/files/${P}.tar.gz"
101
102 LICENSE="BSD"
103 SLOT="0"
104 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
105 IUSE="alsa examples gtk +openal"
106
107 RDEPEND="
108 virtual/opengl
109 alsa? ( media-libs/alsa-lib[alisp] )
110 gtk? ( x11-libs/gtk+:2 )
111 openal? ( media-libs/openal )"
112 DEPEND="${RDEPEND}"
113 # ffmpeg? ( media-libs/avbin-bin )
114
115 # pyglet.gl.glx_info.GLXInfoException: pyglet requires an X server with GLX
116 RESTRICT=test
117
118 python_test() {
119 python_is_python3 && return
120 VIRTUALX_COMMAND="${PYTHON}"
121 virtualmake tests/test.py
122 }
123
124 python_install_all() {
125 DOCS=( NOTICE )
126 use examples && EXAMPLES=( examples )
127 distutils-r1_python_install_all
128 }