Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-util/lutris: lutris-0.3.3.ebuild ChangeLog
Date: Wed, 29 Jan 2014 00:27:34
Message-Id: 20140129002730.6D7C02004C@flycatcher.gentoo.org
1 hasufell 14/01/29 00:27:30
2
3 Modified: ChangeLog
4 Added: lutris-0.3.3.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
9
10 Revision Changes Path
11 1.3 games-util/lutris/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-util/lutris/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 27 Dec 2013 15:15:45 -0000 1.2
24 +++ ChangeLog 29 Jan 2014 00:27:30 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for games-util/lutris
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/ChangeLog,v 1.2 2013/12/27 15:15:45 hasufell Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/ChangeLog,v 1.3 2014/01/29 00:27:30 hasufell Exp $
31 +
32 +*lutris-0.3.3 (29 Jan 2014)
33 +
34 + 29 Jan 2014; Julian Ospald <hasufell@g.o> +lutris-0.3.3.ebuild:
35 + version bump
36
37 27 Dec 2013; Julian Ospald <hasufell@g.o> lutris-0.3.2.ebuild:
38 fix dependencies
39
40
41
42 1.1 games-util/lutris/lutris-0.3.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/lutris-0.3.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/lutris-0.3.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: lutris-0.3.3.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-util/lutris/lutris-0.3.3.ebuild,v 1.1 2014/01/29 00:27:30 hasufell Exp $
52
53 EAPI=5
54
55 PYTHON_COMPAT=( python2_7 )
56 PYTHON_REQ_USE="sqlite,threads"
57
58 inherit distutils-r1 gnome2-utils games
59
60 DESCRIPTION="Gaming platform for GNU/Linux"
61 HOMEPAGE="http://lutris.net/"
62 SRC_URI="https://github.com/lutris/lutris/archive/v${PV}.tar.gz -> ${P}.tar.gz"
63
64 LICENSE="GPL-3"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]
70 dev-python/pyyaml[${PYTHON_USEDEP}]
71 dev-python/pyxdg[${PYTHON_USEDEP}]
72 gnome-base/gvfs[http]"
73
74 # INSTALL contains list of optional deps
75 DOCS=( AUTHORS README INSTALL )
76
77 python_install() {
78 distutils-r1_python_install --install-scripts="${GAMES_BINDIR}"
79 }
80
81 src_prepare() {
82 distutils-r1_src_prepare
83 }
84
85 src_compile() {
86 distutils-r1_src_compile
87 }
88
89 src_install() {
90 distutils-r1_src_install
91 prepgamesdirs
92 }
93
94 pkg_preinst() {
95 games_pkg_preinst
96 gnome2_icon_savelist
97 gnome2_schemas_savelist
98 }
99
100 pkg_postinst() {
101 games_pkg_postinst
102 gnome2_icon_cache_update
103 gnome2_schemas_update
104
105 elog "For a list of optional deps (runners), see"
106 elog "/usr/share/doc/${PF}/INSTALL"
107 }
108
109 pkg_postrm() {
110 gnome2_icon_cache_update
111 gnome2_schemas_update
112 }