Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/lutris/
Date: Sun, 10 Dec 2017 20:27:03
Message-Id: 1512937605.526db8c23000e64bd942c85d846c819dc75632a9.chewi@gentoo
1 commit: 526db8c23000e64bd942c85d846c819dc75632a9
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 20:26:45 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 20:26:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=526db8c2
7
8 games-util/lutris: Drop pre 0.4.14 versions
9
10 Package-Manager: Portage-2.3.17, Repoman-2.3.6
11
12 games-util/lutris/Manifest | 3 --
13 games-util/lutris/lutris-0.3.6.3.ebuild | 67 --------------------------------
14 games-util/lutris/lutris-0.3.8.ebuild | 67 --------------------------------
15 games-util/lutris/lutris-0.4.13.ebuild | 68 ---------------------------------
16 4 files changed, 205 deletions(-)
17
18 diff --git a/games-util/lutris/Manifest b/games-util/lutris/Manifest
19 index 5745af35c92..f4836fa54dd 100644
20 --- a/games-util/lutris/Manifest
21 +++ b/games-util/lutris/Manifest
22 @@ -1,4 +1 @@
23 -DIST lutris-0.4.13.tar.gz 1028111 BLAKE2B 46abb83a5ed27c5f7d7bb8a6183e4b950c79cc811e6eade996789df4d81fb73d51d202bf3cc9ac46abc30d2a2b8291a001b4df1d0dd4912d7e6c30705fc65912 SHA512 006e4cc237a60bd925cee87046664f766686a15c692f7717e6fd25bee377880bd96f788309966e8e0dabdf2c938e0da0f8914c7e70554f216b8513aa41bc808a
24 DIST lutris-0.4.14.tar.gz 1617493 BLAKE2B c97d0e31657252c4ae5c6718151f028d273831cdb9f21b748ada651686cf3aa51a618a007db87528d84f21dca292509399f9bb1f0c0444c57e369b13b9ae79a0 SHA512 d229d7f79b3395db22ad49abc02ca5e08db9465258be33fcefe743c0a099e1ca507b6b9c28f03d2a6857489f7f2e19fca38803f6876df88a96b060ed5f7f94bc
25 -DIST lutris_0.3.6.3.tar.gz 515606 BLAKE2B 5c23c26419b1fa0bb836aa90c5b9bec8fceff544ddefb314c5b4c5c060be278eccbb7f9c21b4a2190e5232d6abfa31e25b141e4a2d72f941385c94db6d6b9871 SHA512 548a3a79ffb1c378d923f404634acc3b5eb1055d087ff212cf8a35b7db56650bf616f3b7374ab9fdf996c8f10d80ab602d35d126ef3bb183b9ce55b36d270e97
26 -DIST lutris_0.3.8.tar.xz 658408 BLAKE2B 2a31206052a87873146609d229fb93b9a991ffb5f92f9d4f5b2a576b41d16815b5122168a5073ea44883d73223aa0fcc6dec46d9b909d594750d06300263f3e4 SHA512 165e9c045e82407dfd6dd35fa73a98b68d095119596b9f0e66867c92071d1178526ddf991fc6b05449446c9d7c1a573ffea564d93d440cebdaa788c61e57fcfe
27
28 diff --git a/games-util/lutris/lutris-0.3.6.3.ebuild b/games-util/lutris/lutris-0.3.6.3.ebuild
29 deleted file mode 100644
30 index 391ecd58bad..00000000000
31 --- a/games-util/lutris/lutris-0.3.6.3.ebuild
32 +++ /dev/null
33 @@ -1,67 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -PYTHON_COMPAT=( python2_7 )
39 -PYTHON_REQ_USE="sqlite,threads"
40 -
41 -inherit distutils-r1 gnome2-utils games
42 -
43 -DESCRIPTION="Gaming platform for GNU/Linux"
44 -HOMEPAGE="http://lutris.net/"
45 -SRC_URI="http://lutris.net/releases/${PN}_${PV}.tar.gz"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE=""
51 -
52 -RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]
53 - dev-python/pyyaml[${PYTHON_USEDEP}]
54 - dev-python/pyxdg[${PYTHON_USEDEP}]
55 - gnome-base/gvfs[http]
56 - x11-apps/xrandr
57 - x11-apps/xgamma
58 - x11-misc/xdg-utils"
59 -
60 -# INSTALL contains list of optional deps
61 -DOCS=( AUTHORS README.rst INSTALL )
62 -
63 -S=${WORKDIR}/${PN}
64 -
65 -python_install() {
66 - distutils-r1_python_install --install-scripts="${GAMES_BINDIR}"
67 -}
68 -
69 -src_prepare() {
70 - distutils-r1_src_prepare
71 -}
72 -
73 -src_compile() {
74 - distutils-r1_src_compile
75 -}
76 -
77 -src_install() {
78 - distutils-r1_src_install
79 - prepgamesdirs
80 -}
81 -
82 -pkg_preinst() {
83 - games_pkg_preinst
84 - gnome2_icon_savelist
85 - gnome2_schemas_savelist
86 -}
87 -
88 -pkg_postinst() {
89 - games_pkg_postinst
90 - gnome2_icon_cache_update
91 - gnome2_schemas_update
92 -
93 - elog "For a list of optional deps (runners), see"
94 - elog "/usr/share/doc/${PF}/INSTALL"
95 -}
96 -
97 -pkg_postrm() {
98 - gnome2_icon_cache_update
99 - gnome2_schemas_update
100 -}
101
102 diff --git a/games-util/lutris/lutris-0.3.8.ebuild b/games-util/lutris/lutris-0.3.8.ebuild
103 deleted file mode 100644
104 index da95d81a19e..00000000000
105 --- a/games-util/lutris/lutris-0.3.8.ebuild
106 +++ /dev/null
107 @@ -1,67 +0,0 @@
108 -# Copyright 1999-2017 Gentoo Foundation
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=5
112 -PYTHON_COMPAT=( python2_7 )
113 -PYTHON_REQ_USE="sqlite,threads"
114 -
115 -inherit distutils-r1 gnome2-utils games
116 -
117 -DESCRIPTION="Gaming platform for GNU/Linux"
118 -HOMEPAGE="http://lutris.net/"
119 -SRC_URI="http://lutris.net/releases/${PN}_${PV}.tar.xz"
120 -
121 -LICENSE="GPL-3"
122 -SLOT="0"
123 -KEYWORDS="~amd64 ~x86"
124 -IUSE=""
125 -
126 -RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]
127 - dev-python/pyyaml[${PYTHON_USEDEP}]
128 - dev-python/pyxdg[${PYTHON_USEDEP}]
129 - gnome-base/gvfs[http]
130 - x11-apps/xrandr
131 - x11-apps/xgamma
132 - x11-misc/xdg-utils"
133 -
134 -# INSTALL contains list of optional deps
135 -DOCS=( AUTHORS README.rst INSTALL.rst )
136 -
137 -S=${WORKDIR}/${PN}
138 -
139 -python_install() {
140 - distutils-r1_python_install --install-scripts="${GAMES_BINDIR}"
141 -}
142 -
143 -src_prepare() {
144 - distutils-r1_src_prepare
145 -}
146 -
147 -src_compile() {
148 - distutils-r1_src_compile
149 -}
150 -
151 -src_install() {
152 - distutils-r1_src_install
153 - prepgamesdirs
154 -}
155 -
156 -pkg_preinst() {
157 - games_pkg_preinst
158 - gnome2_icon_savelist
159 - gnome2_schemas_savelist
160 -}
161 -
162 -pkg_postinst() {
163 - games_pkg_postinst
164 - gnome2_icon_cache_update
165 - gnome2_schemas_update
166 -
167 - elog "For a list of optional deps (runners), see"
168 - elog "/usr/share/doc/${PF}/INSTALL"
169 -}
170 -
171 -pkg_postrm() {
172 - gnome2_icon_cache_update
173 - gnome2_schemas_update
174 -}
175
176 diff --git a/games-util/lutris/lutris-0.4.13.ebuild b/games-util/lutris/lutris-0.4.13.ebuild
177 deleted file mode 100644
178 index 960cafec846..00000000000
179 --- a/games-util/lutris/lutris-0.4.13.ebuild
180 +++ /dev/null
181 @@ -1,68 +0,0 @@
182 -# Copyright 1999-2017 Gentoo Foundation
183 -# Distributed under the terms of the GNU General Public License v2
184 -
185 -EAPI=6
186 -
187 -PYTHON_COMPAT=( python3_{4,5,6} )
188 -PYTHON_REQ_USE="sqlite,threads"
189 -
190 -inherit distutils-r1 gnome2-utils python-r1
191 -
192 -DESCRIPTION="Lutris is an open source gaming platform for GNU/Linux."
193 -HOMEPAGE="https://lutris.net/"
194 -
195 -if [[ "${PV}" == "9999" ]] ; then
196 - EGIT_REPO_URI="https://github.com/lutris/${PN}.git"
197 - inherit git-r3
198 -else
199 - SRC_URI="https://github.com/lutris/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
200 - KEYWORDS="~amd64 ~x86"
201 -fi
202 -
203 -LICENSE="GPL-3"
204 -SLOT="0"
205 -
206 -RDEPEND="
207 - dev-python/dbus-python[${PYTHON_USEDEP}]
208 - dev-python/pygobject:3[${PYTHON_USEDEP}]
209 - dev-python/python-evdev[${PYTHON_USEDEP}]
210 - dev-python/pyyaml[${PYTHON_USEDEP}]
211 - net-libs/libsoup
212 - x11-apps/xrandr
213 - x11-apps/xgamma"
214 -
215 -python_install() {
216 - distutils-r1_python_install
217 -}
218 -
219 -src_prepare() {
220 - distutils-r1_src_prepare
221 -}
222 -
223 -src_compile() {
224 - distutils-r1_src_compile
225 -}
226 -
227 -src_install() {
228 - # README.rst contains list of optional deps
229 - DOCS=( AUTHORS README.rst INSTALL.rst )
230 - distutils-r1_src_install
231 -}
232 -
233 -pkg_preinst() {
234 - gnome2_icon_savelist
235 - gnome2_schemas_savelist
236 -}
237 -
238 -pkg_postinst() {
239 - gnome2_icon_cache_update
240 - gnome2_schemas_update
241 -
242 - elog "For a list of optional dependencies (runners) see:"
243 - elog "/usr/share/doc/${PF}/README.rst.bz2"
244 -}
245 -
246 -pkg_postrm() {
247 - gnome2_icon_cache_update
248 - gnome2_schemas_update
249 -}