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: 1512937477.bae097be6e06768689ca88eb43cfc8ceb4f653dc.chewi@gentoo
1 commit: bae097be6e06768689ca88eb43cfc8ceb4f653dc
2 Author: soredake <fdsfgs <AT> krutt <DOT> org>
3 AuthorDate: Sat Dec 9 22:50:46 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 20:24:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae097be
7
8 games-util/lutris: version bump to 0.4.14
9
10 Closes: https://github.com/gentoo/gentoo/pull/6494
11
12 games-util/lutris/Manifest | 1 +
13 games-util/lutris/lutris-0.4.14.ebuild | 68 ++++++++++++++++++++++++++++++++++
14 2 files changed, 69 insertions(+)
15
16 diff --git a/games-util/lutris/Manifest b/games-util/lutris/Manifest
17 index d390e0b4246..5745af35c92 100644
18 --- a/games-util/lutris/Manifest
19 +++ b/games-util/lutris/Manifest
20 @@ -1,3 +1,4 @@
21 DIST lutris-0.4.13.tar.gz 1028111 BLAKE2B 46abb83a5ed27c5f7d7bb8a6183e4b950c79cc811e6eade996789df4d81fb73d51d202bf3cc9ac46abc30d2a2b8291a001b4df1d0dd4912d7e6c30705fc65912 SHA512 006e4cc237a60bd925cee87046664f766686a15c692f7717e6fd25bee377880bd96f788309966e8e0dabdf2c938e0da0f8914c7e70554f216b8513aa41bc808a
22 +DIST lutris-0.4.14.tar.gz 1617493 BLAKE2B c97d0e31657252c4ae5c6718151f028d273831cdb9f21b748ada651686cf3aa51a618a007db87528d84f21dca292509399f9bb1f0c0444c57e369b13b9ae79a0 SHA512 d229d7f79b3395db22ad49abc02ca5e08db9465258be33fcefe743c0a099e1ca507b6b9c28f03d2a6857489f7f2e19fca38803f6876df88a96b060ed5f7f94bc
23 DIST lutris_0.3.6.3.tar.gz 515606 BLAKE2B 5c23c26419b1fa0bb836aa90c5b9bec8fceff544ddefb314c5b4c5c060be278eccbb7f9c21b4a2190e5232d6abfa31e25b141e4a2d72f941385c94db6d6b9871 SHA512 548a3a79ffb1c378d923f404634acc3b5eb1055d087ff212cf8a35b7db56650bf616f3b7374ab9fdf996c8f10d80ab602d35d126ef3bb183b9ce55b36d270e97
24 DIST lutris_0.3.8.tar.xz 658408 BLAKE2B 2a31206052a87873146609d229fb93b9a991ffb5f92f9d4f5b2a576b41d16815b5122168a5073ea44883d73223aa0fcc6dec46d9b909d594750d06300263f3e4 SHA512 165e9c045e82407dfd6dd35fa73a98b68d095119596b9f0e66867c92071d1178526ddf991fc6b05449446c9d7c1a573ffea564d93d440cebdaa788c61e57fcfe
25
26 diff --git a/games-util/lutris/lutris-0.4.14.ebuild b/games-util/lutris/lutris-0.4.14.ebuild
27 new file mode 100644
28 index 00000000000..960cafec846
29 --- /dev/null
30 +++ b/games-util/lutris/lutris-0.4.14.ebuild
31 @@ -0,0 +1,68 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +PYTHON_COMPAT=( python3_{4,5,6} )
38 +PYTHON_REQ_USE="sqlite,threads"
39 +
40 +inherit distutils-r1 gnome2-utils python-r1
41 +
42 +DESCRIPTION="Lutris is an open source gaming platform for GNU/Linux."
43 +HOMEPAGE="https://lutris.net/"
44 +
45 +if [[ "${PV}" == "9999" ]] ; then
46 + EGIT_REPO_URI="https://github.com/lutris/${PN}.git"
47 + inherit git-r3
48 +else
49 + SRC_URI="https://github.com/lutris/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
50 + KEYWORDS="~amd64 ~x86"
51 +fi
52 +
53 +LICENSE="GPL-3"
54 +SLOT="0"
55 +
56 +RDEPEND="
57 + dev-python/dbus-python[${PYTHON_USEDEP}]
58 + dev-python/pygobject:3[${PYTHON_USEDEP}]
59 + dev-python/python-evdev[${PYTHON_USEDEP}]
60 + dev-python/pyyaml[${PYTHON_USEDEP}]
61 + net-libs/libsoup
62 + x11-apps/xrandr
63 + x11-apps/xgamma"
64 +
65 +python_install() {
66 + distutils-r1_python_install
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 + # README.rst contains list of optional deps
79 + DOCS=( AUTHORS README.rst INSTALL.rst )
80 + distutils-r1_src_install
81 +}
82 +
83 +pkg_preinst() {
84 + gnome2_icon_savelist
85 + gnome2_schemas_savelist
86 +}
87 +
88 +pkg_postinst() {
89 + gnome2_icon_cache_update
90 + gnome2_schemas_update
91 +
92 + elog "For a list of optional dependencies (runners) see:"
93 + elog "/usr/share/doc/${PF}/README.rst.bz2"
94 +}
95 +
96 +pkg_postrm() {
97 + gnome2_icon_cache_update
98 + gnome2_schemas_update
99 +}