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: Fri, 10 Nov 2017 22:18:08
Message-Id: 1510352276.4c92b224473531dcb8e13120e64f43a8329d78e3.chewi@gentoo
1 commit: 4c92b224473531dcb8e13120e64f43a8329d78e3
2 Author: soredake <fdsfgs <AT> krutt <DOT> org>
3 AuthorDate: Fri Nov 10 21:26:09 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 10 22:17:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c92b224
7
8 games-util/lutris: version bump to 0.4.13
9
10 Closes: https://github.com/gentoo/gentoo/pull/6150
11
12 games-util/lutris/Manifest | 1 +
13 games-util/lutris/lutris-0.4.13.ebuild | 68 ++++++++++++++++++++++++++++++++++
14 games-util/lutris/metadata.xml | 8 ++++
15 3 files changed, 77 insertions(+)
16
17 diff --git a/games-util/lutris/Manifest b/games-util/lutris/Manifest
18 index 7c08cf18476..eb27efbc5b8 100644
19 --- a/games-util/lutris/Manifest
20 +++ b/games-util/lutris/Manifest
21 @@ -1,2 +1,3 @@
22 +DIST lutris-0.4.13.tar.gz 1028111 SHA256 720ee375104af791f42298ea8d3beb5353ecbb8e933706768d95065724f17114 SHA512 006e4cc237a60bd925cee87046664f766686a15c692f7717e6fd25bee377880bd96f788309966e8e0dabdf2c938e0da0f8914c7e70554f216b8513aa41bc808a WHIRLPOOL 64f96116b6b448097c6de9bc955902669aa787a865604763a90dac0cc7a8712a0a484bf2dbe75144cb21f031c35f3f7a005845b8e2a38ed6a3fcd5c17ec67de0
23 DIST lutris_0.3.6.3.tar.gz 515606 SHA256 a9061403ef8844b2c1443b1c5f15fe98af224d652d66268b47ae8e215e289058 SHA512 548a3a79ffb1c378d923f404634acc3b5eb1055d087ff212cf8a35b7db56650bf616f3b7374ab9fdf996c8f10d80ab602d35d126ef3bb183b9ce55b36d270e97 WHIRLPOOL 9c6e08908a2462f639a89f05b8eea9c212dba103a9c0492d3bd8bba2d2002d718354b4410e6506c7e88c0b4a2bf930d6d05930d0b27d66de0b66b9526f2c2fac
24 DIST lutris_0.3.8.tar.xz 658408 SHA256 404b8379dbf9dcab6e25bca781b8afe0b3f9cd9b27ff58cba8b8c98f54fb74f4 SHA512 165e9c045e82407dfd6dd35fa73a98b68d095119596b9f0e66867c92071d1178526ddf991fc6b05449446c9d7c1a573ffea564d93d440cebdaa788c61e57fcfe WHIRLPOOL 618c85b3cf0c583d21787161ff44cac4fb2d75072a7d32c3d642026f39fbcb7333f79a4cd2901f552fc70a1f1dd8b6933017d070293813f1facde788701ed67e
25
26 diff --git a/games-util/lutris/lutris-0.4.13.ebuild b/games-util/lutris/lutris-0.4.13.ebuild
27 new file mode 100644
28 index 00000000000..960cafec846
29 --- /dev/null
30 +++ b/games-util/lutris/lutris-0.4.13.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 +}
100
101 diff --git a/games-util/lutris/metadata.xml b/games-util/lutris/metadata.xml
102 index 5d9c019090e..036f019d61d 100644
103 --- a/games-util/lutris/metadata.xml
104 +++ b/games-util/lutris/metadata.xml
105 @@ -5,6 +5,14 @@
106 <email>games@g.o</email>
107 <name>Gentoo Games Project</name>
108 </maintainer>
109 + <maintainer type="person">
110 + <email>fdsfgs@×××××.org</email>
111 + <name>soredake</name>
112 + </maintainer>
113 + <maintainer type="project">
114 + <email>proxy-maint@g.o</email>
115 + <name>Proxy Maintainers</name>
116 + </maintainer>
117 <longdescription lang="en">
118 Lutris is a gaming platform for GNU/Linux. Its goal is to make
119 gaming on Linux as easy as possible by taking care of installing