From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41918138334 for ; Sat, 2 Mar 2019 00:04:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEB52E0896; Sat, 2 Mar 2019 00:04:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86FB3E0896 for ; Sat, 2 Mar 2019 00:04:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E7C4335D2B for ; Sat, 2 Mar 2019 00:04:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3B44566 for ; Sat, 2 Mar 2019 00:04:38 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1551484980.13c07a4a16ae6fb999c95e71ece5225f2c717885.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/lutris/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/lutris/Manifest games-util/lutris/lutris-0.4.14.ebuild X-VCS-Directories: games-util/lutris/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 13c07a4a16ae6fb999c95e71ece5225f2c717885 X-VCS-Branch: master Date: Sat, 2 Mar 2019 00:04:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 472492f3-8181-4ebe-a7ab-acb0ea7ac10c X-Archives-Hash: 39f00a6ece33e3a797bba7f473edd747 commit: 13c07a4a16ae6fb999c95e71ece5225f2c717885 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 1 23:57:11 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 2 00:03:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c07a4a games-util/lutris: Drop 0.4.14 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> games-util/lutris/Manifest | 1 - games-util/lutris/lutris-0.4.14.ebuild | 68 ---------------------------------- 2 files changed, 69 deletions(-) diff --git a/games-util/lutris/Manifest b/games-util/lutris/Manifest index c379f7c78a7..feed72d83fb 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 960cafec846..00000000000 --- 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 -}