Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygame_sdl2/
Date: Sun, 09 Feb 2020 12:14:57
Message-Id: 1581250477.aea85071a6981092046faaa333ad2e61a75009ca.soap@gentoo
1 commit: aea85071a6981092046faaa333ad2e61a75009ca
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 12:14:37 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 12:14:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea85071
7
8 dev-python/pygame_sdl2: Remove old
9
10 Package-Manager: Portage-2.3.88, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-python/pygame_sdl2/Manifest | 1 -
14 .../pygame_sdl2/pygame_sdl2-6.99.12.4-r1.ebuild | 39 ----------------------
15 .../pygame_sdl2/pygame_sdl2-6.99.6-r2.ebuild | 29 ----------------
16 3 files changed, 69 deletions(-)
17
18 diff --git a/dev-python/pygame_sdl2/Manifest b/dev-python/pygame_sdl2/Manifest
19 index bd683033aa9..b908c255a15 100644
20 --- a/dev-python/pygame_sdl2/Manifest
21 +++ b/dev-python/pygame_sdl2/Manifest
22 @@ -1,2 +1 @@
23 DIST pygame_sdl2-2.1.0-for-renpy-6.99.12.4.tar.gz 2294620 BLAKE2B 14da5e955ca6b9f6a08be1a3ae929db63e358c53b7a05a16cda73d6e3625a7d522dd5dfc972be978f330f26bb30dc70f4657501cd5e5a6d44c1f6b81eebe3fa4 SHA512 eacce553d6729b937c13420d826f2fe327bc7aba499a06bea7f1ceedba3327a9456c023878290ace39e1a8e417f54957345b8b78500ffc9ed3d2ec9952397754
24 -DIST pygame_sdl2-for-renpy-6.99.6.tar.bz2 133501 BLAKE2B 6d23b9bad3fad1b508525bdc7b18dbf0801d7c7e36e15b843104e763b5946c79e22663bf705e071b35c8b4742e3f8e59bfaa0345dc95b18f91b9dd186e6d4df6 SHA512 de1a40f7e8acdb46a7e0b13250c7fffdf848bd44c07408928aab6214afbc741aa77e1e8314d9049324328d9ffc645cafe077a468457a721f36e49f98e5217d53
25
26 diff --git a/dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r1.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r1.ebuild
27 deleted file mode 100644
28 index d66b4262bd0..00000000000
29 --- a/dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r1.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python{2_7,3_6} )
38 -inherit distutils-r1
39 -
40 -PYSDL="${PN}-2.1.0"
41 -
42 -DESCRIPTION="Reimplementation of portions of the pygame API using SDL2"
43 -HOMEPAGE="https://github.com/renpy/pygame_sdl2"
44 -SRC_URI="http://www.renpy.org/dl/${PV}/${PYSDL}-for-renpy-${PV}.tar.gz"
45 -
46 -LICENSE="LGPL-2.1 ZLIB"
47 -SLOT="0"
48 -KEYWORDS="amd64 x86"
49 -IUSE=""
50 -
51 -RDEPEND="
52 - dev-python/numpy[${PYTHON_USEDEP}]
53 - media-libs/libpng:0=
54 - media-libs/libsdl2:=[video]
55 - media-libs/sdl2-image:=[png,jpeg]
56 - media-libs/sdl2-mixer:=
57 - media-libs/sdl2-ttf:=
58 - virtual/jpeg:0"
59 -DEPEND="${RDEPEND}
60 - dev-python/cython[${PYTHON_USEDEP}]"
61 -
62 -S=${WORKDIR}/${PYSDL}-for-renpy-${PV}
63 -
64 -# PyGame distribution for this version has some pregenerated files;
65 -# we need to remove them
66 -python_prepare_all()
67 -{
68 - rm -r gen{,3} || die
69 - distutils-r1_python_prepare_all
70 -}
71
72 diff --git a/dev-python/pygame_sdl2/pygame_sdl2-6.99.6-r2.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-6.99.6-r2.ebuild
73 deleted file mode 100644
74 index bd63debab61..00000000000
75 --- a/dev-python/pygame_sdl2/pygame_sdl2-6.99.6-r2.ebuild
76 +++ /dev/null
77 @@ -1,29 +0,0 @@
78 -# Copyright 1999-2020 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=6
82 -
83 -PYTHON_COMPAT=( python{2_7,3_6} )
84 -inherit distutils-r1
85 -
86 -DESCRIPTION="Reimplementation of portions of the pygame API using SDL2"
87 -HOMEPAGE="https://github.com/renpy/pygame_sdl2"
88 -SRC_URI="http://www.renpy.org/dl/${PV}/pygame_sdl2-for-renpy-${PV}.tar.bz2"
89 -
90 -LICENSE="LGPL-2.1 ZLIB"
91 -SLOT="0"
92 -KEYWORDS="~amd64 ~x86"
93 -IUSE=""
94 -
95 -RDEPEND="
96 - dev-python/numpy[${PYTHON_USEDEP}]
97 - media-libs/libpng:0=
98 - media-libs/libsdl2:=[video]
99 - media-libs/sdl2-image:=[png,jpeg]
100 - media-libs/sdl2-mixer:=
101 - media-libs/sdl2-ttf:=
102 - virtual/jpeg:0"
103 -DEPEND="${RDEPEND}
104 - dev-python/cython[${PYTHON_USEDEP}]"
105 -
106 -S=${WORKDIR}/pygame-sdl2-for-renpy-${PV}