Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/lutris/files/, games-util/lutris/
Date: Fri, 11 Sep 2020 08:09:11
Message-Id: 1599811740.e8e44a458728cd9f71145cfad6b71a791409bdf3.polynomial-c@gentoo
1 commit: e8e44a458728cd9f71145cfad6b71a791409bdf3
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 11 08:08:50 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 11 08:09:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e44a45
7
8 games-util/lutris: Removed old
9
10 Package-Manager: Portage-3.0.6, Repoman-3.0.1
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 games-util/lutris/Manifest | 2 -
14 games-util/lutris/files/lutris-0.5.4-gtk.patch | 29 ----------
15 games-util/lutris/lutris-0.5.4-r1.ebuild | 79 --------------------------
16 games-util/lutris/lutris-0.5.6.ebuild | 78 -------------------------
17 4 files changed, 188 deletions(-)
18
19 diff --git a/games-util/lutris/Manifest b/games-util/lutris/Manifest
20 index 678e040beda..fe7a800819b 100644
21 --- a/games-util/lutris/Manifest
22 +++ b/games-util/lutris/Manifest
23 @@ -1,4 +1,2 @@
24 -DIST lutris_0.5.4.tar.xz 1843880 BLAKE2B f286d62df3bf5a5eadd634d2d177a5b69b5fa5d897e70f58a19be4148609e56ba33c29ce4218ae833dbdf9dded1e9be869f9ed4d84ba2b435a09981219d74438 SHA512 81669f2021063229bad78ebc49b54075058266716279695c53c43a5a06a8c1d4e5a9dcbcb20a1becfe0d243aa6e812f5a30b4d90f418d4cffcff18daefb09c50
25 -DIST lutris_0.5.6.tar.xz 1747440 BLAKE2B e39206d8245d99a0424537cd9d9ed860c4e0d9fd373afe61d7e19eb2672bee621d541060af74f1197242e49a846e70fe16eb28e0c57370d2e11634d7035ab1fe SHA512 3ac9f7095c30044990e42f671d6e1e5cac6cd921cdf93e175400335cb6e9ae5b1bf8101dc0805838f3c5bf9713b891c62960c80a1a20aef1e4f896a74af97a01
26 DIST lutris_0.5.7.1.tar.xz 2145584 BLAKE2B eb766d5e36aca63af7af8f2e85f51b4e3e37b8372b13a59702c545a0c697fa5feb1403cd9589d22c2bdff6593f69ed39e1bcb7ecb28ecc24b7a77b09ed1b2f89 SHA512 9efff4d92ae4d9051a7253324047dfa57f463188ebdbcede5feba2c0268494e8fa7929d2ef30bfe85e52824bbb9c05b1f1688b6658376597cc4cc35c26a19da3
27 DIST lutris_0.5.7.tar.xz 2133524 BLAKE2B d27191668f582a5cd50941ca227d6121f1bfdb4824c490dd54cc513fda523712af9480451b0e5503404aba8d083c94ce91b928ed3faf4e94ea9f0bbf28b764c1 SHA512 f751be82dd5550dc882932980a3a04a62f183e5f0dddc9939154025408da081392917834324875a80ae8b354906e04835c2df56c23f1d6d29cd9fbdc514e1c57
28
29 diff --git a/games-util/lutris/files/lutris-0.5.4-gtk.patch b/games-util/lutris/files/lutris-0.5.4-gtk.patch
30 deleted file mode 100644
31 index a2c5d71d998..00000000000
32 --- a/games-util/lutris/files/lutris-0.5.4-gtk.patch
33 +++ /dev/null
34 @@ -1,29 +0,0 @@
35 -From a97150b78954e176cb0f825f0c201f54d5da613e Mon Sep 17 00:00:00 2001
36 -From: Stefan Strogin <steils@g.o>
37 -Date: Tue, 31 Dec 2019 03:22:26 +0200
38 -Subject: [PATCH] Call the correct method for creating TreeModelSort (Closes
39 - #2554)
40 -
41 -Upstream-Status: Accepted
42 -[https://github.com/lutris/lutris/commit/a99b17f00dfc4cdab80c237752cc3167d64194eb]
43 -Signed-off-by: Stefan Strogin <steils@g.o>
44 ----
45 - lutris/gui/views/store.py | 2 +-
46 - 1 file changed, 1 insertion(+), 1 deletion(-)
47 -
48 -diff --git a/lutris/gui/views/store.py b/lutris/gui/views/store.py
49 -index ba331313..4d5f372e 100644
50 ---- a/lutris/gui/views/store.py
51 -+++ b/lutris/gui/views/store.py
52 -@@ -130,7 +130,7 @@ class GameStore(GObject.Object):
53 - self.prevent_sort_update = False # prevent recursion with signals
54 - self.modelfilter = self.store.filter_new()
55 - self.modelfilter.set_visible_func(self.filter_view)
56 -- self.modelsort = Gtk.TreeModelSort.sort_new_with_model(self.modelfilter)
57 -+ self.modelsort = Gtk.TreeModelSort.new_with_model(self.modelfilter)
58 - self.modelsort.connect("sort-column-changed", self.on_sort_column_changed)
59 - self.modelsort.set_sort_func(sort_col, sort_func, sort_col)
60 - self.sort_view(sort_key, sort_ascending)
61 ---
62 -2.24.1
63 -
64
65 diff --git a/games-util/lutris/lutris-0.5.4-r1.ebuild b/games-util/lutris/lutris-0.5.4-r1.ebuild
66 deleted file mode 100644
67 index c6f225494ee..00000000000
68 --- a/games-util/lutris/lutris-0.5.4-r1.ebuild
69 +++ /dev/null
70 @@ -1,79 +0,0 @@
71 -# Copyright 1999-2020 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=7
75 -
76 -PYTHON_COMPAT=( python3_{6,7} )
77 -PYTHON_REQ_USE="sqlite,threads(+)"
78 -
79 -inherit distutils-r1 virtualx xdg
80 -
81 -DESCRIPTION="An open source gaming platform for GNU/Linux"
82 -HOMEPAGE="https://lutris.net/"
83 -
84 -if [[ ${PV} == *9999* ]] ; then
85 - EGIT_REPO_URI="https://github.com/lutris/lutris.git"
86 - inherit git-r3
87 -else
88 - SRC_URI="https://lutris.net/releases/${P/-/_}.tar.xz"
89 - KEYWORDS="~amd64 ~x86"
90 - S="${WORKDIR}/${PN}"
91 -fi
92 -
93 -LICENSE="GPL-3"
94 -SLOT="0"
95 -
96 -RESTRICT="!test? ( test )"
97 -
98 -BDEPEND="
99 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
100 -"
101 -RDEPEND="
102 - app-arch/cabextract
103 - app-arch/p7zip
104 - app-arch/unrar
105 - app-arch/unzip
106 - dev-python/pillow[${PYTHON_USEDEP}]
107 - dev-python/pygobject:3[${PYTHON_USEDEP}]
108 - dev-python/python-evdev[${PYTHON_USEDEP}]
109 - dev-python/pyyaml[${PYTHON_USEDEP}]
110 - dev-python/requests[${PYTHON_USEDEP}]
111 - gnome-base/gnome-desktop:3[introspection]
112 - media-sound/fluid-soundfont
113 - net-libs/libsoup
114 - net-libs/webkit-gtk:4[introspection]
115 - x11-apps/mesa-progs
116 - x11-apps/xgamma
117 - x11-apps/xrandr
118 - x11-libs/gtk+:3[introspection]
119 - x11-libs/libnotify
120 -"
121 -
122 -PATCHES=( "${FILESDIR}/${P}-gtk.patch" )
123 -
124 -python_install_all() {
125 - local DOCS=( AUTHORS README.rst docs/installers.rst )
126 - distutils-r1_python_install_all
127 -}
128 -
129 -python_test() {
130 - virtx nosetests -v
131 -}
132 -
133 -pkg_preinst() {
134 - xdg_pkg_preinst
135 -}
136 -
137 -pkg_postinst() {
138 - xdg_pkg_postinst
139 -
140 - # Quote README.rst
141 - elog "Lutris installations are fully automated through scripts, which can"
142 - elog "be written in either JSON or YAML. The scripting syntax is described"
143 - elog "in ${EROOT}/usr/share/doc/${PF}/installers.rst.bz2, and is also"
144 - elog "available online at lutris.net."
145 -}
146 -
147 -pkg_postrm() {
148 - xdg_pkg_postrm
149 -}
150
151 diff --git a/games-util/lutris/lutris-0.5.6.ebuild b/games-util/lutris/lutris-0.5.6.ebuild
152 deleted file mode 100644
153 index ba12e071824..00000000000
154 --- a/games-util/lutris/lutris-0.5.6.ebuild
155 +++ /dev/null
156 @@ -1,78 +0,0 @@
157 -# Copyright 1999-2020 Gentoo Authors
158 -# Distributed under the terms of the GNU General Public License v2
159 -
160 -EAPI=7
161 -
162 -PYTHON_COMPAT=( python3_{6,7} )
163 -PYTHON_REQ_USE="sqlite,threads(+)"
164 -
165 -inherit distutils-r1 virtualx xdg
166 -
167 -DESCRIPTION="An open source gaming platform for GNU/Linux"
168 -HOMEPAGE="https://lutris.net/"
169 -
170 -if [[ ${PV} == *9999* ]] ; then
171 - EGIT_REPO_URI="https://github.com/lutris/lutris.git"
172 - inherit git-r3
173 -else
174 - SRC_URI="https://lutris.net/releases/${P/-/_}.tar.xz"
175 - KEYWORDS="~amd64 ~x86"
176 - S="${WORKDIR}/${PN}"
177 -fi
178 -
179 -LICENSE="GPL-3"
180 -SLOT="0"
181 -
182 -RESTRICT="!test? ( test )"
183 -
184 -BDEPEND="
185 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
186 -"
187 -RDEPEND="
188 - app-arch/cabextract
189 - app-arch/p7zip
190 - app-arch/unrar
191 - app-arch/unzip
192 - dev-python/dbus-python[${PYTHON_USEDEP}]
193 - dev-python/pillow[${PYTHON_USEDEP}]
194 - dev-python/pygobject:3[${PYTHON_USEDEP}]
195 - dev-python/python-evdev[${PYTHON_USEDEP}]
196 - dev-python/pyyaml[${PYTHON_USEDEP}]
197 - dev-python/requests[${PYTHON_USEDEP}]
198 - gnome-base/gnome-desktop:3[introspection]
199 - media-sound/fluid-soundfont
200 - net-libs/libsoup
201 - net-libs/webkit-gtk:4[introspection]
202 - x11-apps/mesa-progs
203 - x11-apps/xgamma
204 - x11-apps/xrandr
205 - x11-libs/gtk+:3[introspection]
206 - x11-libs/libnotify
207 -"
208 -
209 -python_install_all() {
210 - local DOCS=( AUTHORS README.rst docs/installers.rst )
211 - distutils-r1_python_install_all
212 -}
213 -
214 -python_test() {
215 - virtx nosetests -v
216 -}
217 -
218 -pkg_preinst() {
219 - xdg_pkg_preinst
220 -}
221 -
222 -pkg_postinst() {
223 - xdg_pkg_postinst
224 -
225 - # Quote README.rst
226 - elog "Lutris installations are fully automated through scripts, which can"
227 - elog "be written in either JSON or YAML. The scripting syntax is described"
228 - elog "in ${EROOT}/usr/share/doc/${PF}/installers.rst.bz2, and is also"
229 - elog "available online at lutris.net."
230 -}
231 -
232 -pkg_postrm() {
233 - xdg_pkg_postrm
234 -}