diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-09-16 22:02:30 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-09-16 22:02:30 +0000 |
commit | ab24fe9f67e895e581b12db21d047dc654b8512c (patch) | |
tree | 10bfd9b8d4580a60c20bfcb98798098d64e53e98 /games-util/lutris | |
parent | Version bump (bug #522968). (diff) | |
download | gentoo-2-ab24fe9f67e895e581b12db21d047dc654b8512c.tar.gz gentoo-2-ab24fe9f67e895e581b12db21d047dc654b8512c.tar.bz2 gentoo-2-ab24fe9f67e895e581b12db21d047dc654b8512c.zip |
version bump wrt #522884, rm old
(Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'games-util/lutris')
-rw-r--r-- | games-util/lutris/ChangeLog | 9 | ||||
-rw-r--r-- | games-util/lutris/files/lutris-0.3.2-desktopfile.patch | 36 | ||||
-rw-r--r-- | games-util/lutris/lutris-0.3.2.ebuild | 66 | ||||
-rw-r--r-- | games-util/lutris/lutris-0.3.5.ebuild (renamed from games-util/lutris/lutris-0.3.3.ebuild) | 4 |
4 files changed, 10 insertions, 105 deletions
diff --git a/games-util/lutris/ChangeLog b/games-util/lutris/ChangeLog index 305d176cc4db..d59f7838deaa 100644 --- a/games-util/lutris/ChangeLog +++ b/games-util/lutris/ChangeLog @@ -1,6 +1,13 @@ # 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.5 2014/06/01 22:25:01 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/ChangeLog,v 1.6 2014/09/16 22:02:30 hasufell Exp $ + +*lutris-0.3.5 (16 Sep 2014) + + 16 Sep 2014; Julian Ospald <hasufell@gentoo.org> -lutris-0.3.2.ebuild, + -lutris-0.3.3.ebuild, +lutris-0.3.5.ebuild, + -files/lutris-0.3.2-desktopfile.patch: + version bump wrt #522884, rm old 01 Jun 2014; Julian Ospald <hasufell@gentoo.org> lutris-0.3.4.ebuild: stable diff --git a/games-util/lutris/files/lutris-0.3.2-desktopfile.patch b/games-util/lutris/files/lutris-0.3.2-desktopfile.patch deleted file mode 100644 index a5685668c702..000000000000 --- a/games-util/lutris/files/lutris-0.3.2-desktopfile.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 8bc220189a687291639f81ea6378aaba26e4edd7 Mon Sep 17 00:00:00 2001 -From: hasufell <hasufell@posteo.de> -Date: Sun, 22 Dec 2013 16:57:19 +0100 -Subject: [PATCH] fix Version entry in lutris.desktop - -Version refers to the spec version, not the program version -http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s05.html ---- - lutris.desktop | 2 +- - lutris.desktop.in | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/lutris.desktop b/lutris.desktop -index 34dbb3f..e022382 100644 ---- a/lutris.desktop -+++ b/lutris.desktop -@@ -1,5 +1,5 @@ - [Desktop Entry] --Version=0.3.2 -+Version=1.0 - Name=Lutris - Comment=Lutris application - Categories=Network;FileTransfer;Game; -diff --git a/lutris.desktop.in b/lutris.desktop.in -index 6695909..4daa576 100644 ---- a/lutris.desktop.in -+++ b/lutris.desktop.in -@@ -1,5 +1,5 @@ - [Desktop Entry] --Version=0.3.2 -+Version=1.0 - Name=Lutris - Comment=Lutris application - Categories=Game; --- -1.8.5.1 diff --git a/games-util/lutris/lutris-0.3.2.ebuild b/games-util/lutris/lutris-0.3.2.ebuild deleted file mode 100644 index b6804f61ea7c..000000000000 --- a/games-util/lutris/lutris-0.3.2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/lutris-0.3.2.ebuild,v 1.2 2013/12/27 15:15:45 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]" - -# INSTALL contains list of optional deps -DOCS=( AUTHORS README INSTALL ) -# https://github.com/lutris/lutris/pull/16 -PATCHES=( "${FILESDIR}"/${P}-desktopfile.patch ) - -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 -} diff --git a/games-util/lutris/lutris-0.3.3.ebuild b/games-util/lutris/lutris-0.3.5.ebuild index eaf3eec187b1..4eb66830663d 100644 --- a/games-util/lutris/lutris-0.3.3.ebuild +++ b/games-util/lutris/lutris-0.3.5.ebuild @@ -1,6 +1,6 @@ # 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.3.ebuild,v 1.1 2014/01/29 00:27:30 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/lutris-0.3.5.ebuild,v 1.1 2014/09/16 22:02:30 hasufell Exp $ EAPI=5 @@ -24,7 +24,7 @@ RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}] gnome-base/gvfs[http]" # INSTALL contains list of optional deps -DOCS=( AUTHORS README INSTALL ) +DOCS=( AUTHORS README.rst INSTALL ) python_install() { distutils-r1_python_install --install-scripts="${GAMES_BINDIR}" |