diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-02 00:57:11 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-02 01:03:00 +0100 |
commit | 13c07a4a16ae6fb999c95e71ece5225f2c717885 (patch) | |
tree | 2c2e253201f009469316ad12c0c2f751027b7e66 /games-util | |
parent | games-util/lutris: EAPI-7 bump, add missing RDEPENDs, python3_7, xdg (diff) | |
download | gentoo-13c07a4a16ae6fb999c95e71ece5225f2c717885.tar.gz gentoo-13c07a4a16ae6fb999c95e71ece5225f2c717885.tar.bz2 gentoo-13c07a4a16ae6fb999c95e71ece5225f2c717885.zip |
games-util/lutris: Drop 0.4.14
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/lutris/Manifest | 1 | ||||
-rw-r--r-- | games-util/lutris/lutris-0.4.14.ebuild | 68 |
2 files changed, 0 insertions, 69 deletions
diff --git a/games-util/lutris/Manifest b/games-util/lutris/Manifest index c379f7c78a78..feed72d83fb3 100644 --- a/games-util/lutris/Manifest +++ b/games-util/lutris/Manifest @@ -1,2 +1 @@ -DIST lutris-0.4.14.tar.gz 1617493 BLAKE2B c97d0e31657252c4ae5c6718151f028d273831cdb9f21b748ada651686cf3aa51a618a007db87528d84f21dca292509399f9bb1f0c0444c57e369b13b9ae79a0 SHA512 d229d7f79b3395db22ad49abc02ca5e08db9465258be33fcefe743c0a099e1ca507b6b9c28f03d2a6857489f7f2e19fca38803f6876df88a96b060ed5f7f94bc DIST lutris-0.4.23.tar.gz 1831736 BLAKE2B 9da20d5545e9d2474bed436443fed325beb3ed2e3e945cb27e25fbce88ac7aeb9547a0a1bcd74349e5c7bda0dd6be50949b5abaa1fc091a21217b330c6fe655f SHA512 a0860920e01568888db5ac9a52c0d33a5108af33906ea411d4621dec4b059c399b17ca35c245bf9bfb506c6b242d32d917d3ade6898f619e00f9361117632fb3 diff --git a/games-util/lutris/lutris-0.4.14.ebuild b/games-util/lutris/lutris-0.4.14.ebuild deleted file mode 100644 index 960cafec846a..000000000000 --- a/games-util/lutris/lutris-0.4.14.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{4,5,6} ) -PYTHON_REQ_USE="sqlite,threads" - -inherit distutils-r1 gnome2-utils python-r1 - -DESCRIPTION="Lutris is an open source gaming platform for GNU/Linux." -HOMEPAGE="https://lutris.net/" - -if [[ "${PV}" == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/lutris/${PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/lutris/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=" - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/python-evdev[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - net-libs/libsoup - x11-apps/xrandr - x11-apps/xgamma" - -python_install() { - distutils-r1_python_install -} - -src_prepare() { - distutils-r1_src_prepare -} - -src_compile() { - distutils-r1_src_compile -} - -src_install() { - # README.rst contains list of optional deps - DOCS=( AUTHORS README.rst INSTALL.rst ) - distutils-r1_src_install -} - -pkg_preinst() { - gnome2_icon_savelist - gnome2_schemas_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update - gnome2_schemas_update - - elog "For a list of optional dependencies (runners) see:" - elog "/usr/share/doc/${PF}/README.rst.bz2" -} - -pkg_postrm() { - gnome2_icon_cache_update - gnome2_schemas_update -} |