Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygame_sdl2/
Date: Sun, 28 May 2017 11:15:05
Message-Id: 1495968340.ede58d8b2be942b6b9b9a95b09765ac1bcb2eb9f.pacho@gentoo
1 commit: ede58d8b2be942b6b9b9a95b09765ac1bcb2eb9f
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 10:45:40 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 10:45:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede58d8b
7
8 dev-python/pygame_sdl2: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/pygame_sdl2/pygame_sdl2-6.99.6.ebuild | 29 ------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/dev-python/pygame_sdl2/pygame_sdl2-6.99.6.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-6.99.6.ebuild
16 deleted file mode 100644
17 index 5ed05cb7dfb..00000000000
18 --- a/dev-python/pygame_sdl2/pygame_sdl2-6.99.6.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -PYTHON_COMPAT=( python2_7 python3_4 )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Reimplementation of portions of the pygame API using SDL2"
30 -HOMEPAGE="https://github.com/renpy/pygame_sdl2"
31 -SRC_URI="http://www.renpy.org/dl/${PV}/pygame_sdl2-for-renpy-${PV}.tar.bz2"
32 -
33 -LICENSE="LGPL-2.1 ZLIB"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE=""
37 -
38 -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
39 - media-libs/libpng:0
40 - media-libs/libsdl2[video]
41 - media-libs/sdl2-image[png,jpeg]
42 - media-libs/sdl2-mixer
43 - media-libs/sdl2-ttf
44 - virtual/jpeg:62
45 -"
46 -DEPEND="${RDEPEND}
47 - dev-python/cython[${PYTHON_USEDEP}]"
48 -
49 -S=${WORKDIR}/pygame-sdl2-for-renpy-${PV}