public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-util/lutris: lutris-0.3.6.1.ebuild ChangeLog
@ 2014-11-07 13:32 Julian Ospald (hasufell)
  0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2014-11-07 13:32 UTC (permalink / raw
  To: gentoo-commits

hasufell    14/11/07 13:32:03

  Modified:             ChangeLog
  Added:                lutris-0.3.6.1.ebuild
  Log:
  version bump wrt #528532
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key BDEED020)

Revision  Changes    Path
1.8                  games-util/lutris/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/lutris/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	7 Nov 2014 13:31:12 -0000	1.7
+++ ChangeLog	7 Nov 2014 13:32:03 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for games-util/lutris
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/ChangeLog,v 1.7 2014/11/07 13:31:12 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/ChangeLog,v 1.8 2014/11/07 13:32:03 hasufell Exp $
+
+*lutris-0.3.6.1 (07 Nov 2014)
+
+  07 Nov 2014; Julian Ospald <hasufell@gentoo.org> +lutris-0.3.6.1.ebuild:
+  version bump wrt #528532
 
 *lutris-0.3.5-r1 (07 Nov 2014)
 



1.1                  games-util/lutris/lutris-0.3.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/lutris-0.3.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/lutris-0.3.6.1.ebuild?rev=1.1&content-type=text/plain

Index: lutris-0.3.6.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/lutris-0.3.6.1.ebuild,v 1.1 2014/11/07 13:32:03 hasufell Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite,threads"

inherit distutils-r1 gnome2-utils games

DESCRIPTION="Gaming platform for GNU/Linux"
HOMEPAGE="http://lutris.net/"
SRC_URI="https://github.com/lutris/lutris/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]
	dev-python/pyyaml[${PYTHON_USEDEP}]
	dev-python/pyxdg[${PYTHON_USEDEP}]
	gnome-base/gvfs[http]
	x11-apps/xrandr
	x11-apps/xgamma
	x11-misc/xdg-utils"

# INSTALL contains list of optional deps
DOCS=( AUTHORS README.rst INSTALL )

python_install() {
	distutils-r1_python_install --install-scripts="${GAMES_BINDIR}"
}

src_prepare() {
	distutils-r1_src_prepare
}

src_compile() {
	distutils-r1_src_compile
}

src_install() {
	distutils-r1_src_install
	prepgamesdirs
}

pkg_preinst() {
	games_pkg_preinst
	gnome2_icon_savelist
	gnome2_schemas_savelist
}

pkg_postinst() {
	games_pkg_postinst
	gnome2_icon_cache_update
	gnome2_schemas_update

	elog "For a list of optional deps (runners), see"
	elog "/usr/share/doc/${PF}/INSTALL"
}

pkg_postrm() {
	gnome2_icon_cache_update
	gnome2_schemas_update
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-util/lutris: lutris-0.3.6.1.ebuild ChangeLog
@ 2015-02-19  9:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-19  9:06 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/19 09:06:32

  Modified:             lutris-0.3.6.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #540244
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  games-util/lutris/lutris-0.3.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/lutris-0.3.6.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/lutris-0.3.6.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/lutris-0.3.6.1.ebuild?r1=1.1&r2=1.2

Index: lutris-0.3.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/lutris/lutris-0.3.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lutris-0.3.6.1.ebuild	7 Nov 2014 13:32:03 -0000	1.1
+++ lutris-0.3.6.1.ebuild	19 Feb 2015 09:06:32 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/lutris-0.3.6.1.ebuild,v 1.1 2014/11/07 13:32:03 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/lutris-0.3.6.1.ebuild,v 1.2 2015/02/19 09:06:32 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]



1.11                 games-util/lutris/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/lutris/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	22 Jan 2015 08:37:51 -0000	1.10
+++ ChangeLog	19 Feb 2015 09:06:32 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/lutris
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/ChangeLog,v 1.10 2015/01/22 08:37:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/ChangeLog,v 1.11 2015/02/19 09:06:32 ago Exp $
+
+  19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> lutris-0.3.6.1.ebuild:
+  Stable for amd64, wrt bug #540244
 
   22 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> -lutris-0.3.5-r1.ebuild,
   -lutris-0.3.5.ebuild:





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-util/lutris: lutris-0.3.6.1.ebuild ChangeLog
@ 2015-02-25 15:53 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-25 15:53 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/25 15:53:40

  Modified:             lutris-0.3.6.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #540244
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  games-util/lutris/lutris-0.3.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/lutris-0.3.6.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/lutris-0.3.6.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/lutris-0.3.6.1.ebuild?r1=1.2&r2=1.3

Index: lutris-0.3.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/lutris/lutris-0.3.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lutris-0.3.6.1.ebuild	19 Feb 2015 09:06:32 -0000	1.2
+++ lutris-0.3.6.1.ebuild	25 Feb 2015 15:53:40 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/lutris-0.3.6.1.ebuild,v 1.2 2015/02/19 09:06:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/lutris-0.3.6.1.ebuild,v 1.3 2015/02/25 15:53:40 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]



1.12                 games-util/lutris/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/lutris/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	19 Feb 2015 09:06:32 -0000	1.11
+++ ChangeLog	25 Feb 2015 15:53:40 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/lutris
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/ChangeLog,v 1.11 2015/02/19 09:06:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/ChangeLog,v 1.12 2015/02/25 15:53:40 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> lutris-0.3.6.1.ebuild:
+  Stable for x86, wrt bug #540244
 
   19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> lutris-0.3.6.1.ebuild:
   Stable for amd64, wrt bug #540244





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-25 15:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-07 13:32 [gentoo-commits] gentoo-x86 commit in games-util/lutris: lutris-0.3.6.1.ebuild ChangeLog Julian Ospald (hasufell)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-19  9:06 Agostino Sarubbo (ago)
2015-02-25 15:53 Agostino Sarubbo (ago)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox