public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/protontricks/
Date: Sat,  7 Sep 2024 21:26:33 +0000 (UTC)	[thread overview]
Message-ID: <1725740745.c8f3228fa8c5aa5550d68271fb699adcc4339e19.asturm@gentoo> (raw)

commit:     c8f3228fa8c5aa5550d68271fb699adcc4339e19
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  7 18:01:06 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep  7 20:25:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f3228f

app-emulation/protontricks: drop 1.10.5, 1.11.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../protontricks/protontricks-1.10.5.ebuild        | 58 ----------------------
 .../protontricks/protontricks-1.11.1.ebuild        | 58 ----------------------
 2 files changed, 116 deletions(-)

diff --git a/app-emulation/protontricks/protontricks-1.10.5.ebuild b/app-emulation/protontricks/protontricks-1.10.5.ebuild
deleted file mode 100644
index 01f45db1d061..000000000000
--- a/app-emulation/protontricks/protontricks-1.10.5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 pypi xdg-utils
-
-DESCRIPTION="app-emulation/winetricks wrapper for Proton (Steam Play) games"
-HOMEPAGE="https://github.com/Matoking/protontricks"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="+gui"
-
-RDEPEND="app-emulation/winetricks
-	$(python_gen_cond_dep '
-		dev-python/pillow[${PYTHON_USEDEP}]
-		dev-python/setuptools[${PYTHON_USEDEP}]
-		dev-python/vdf[${PYTHON_USEDEP}]
-	')
-	gui? ( gnome-extra/zenity
-		|| (
-			app-emulation/winetricks[gtk]
-			app-emulation/winetricks[kde]
-		)
-	)"
-BDEPEND="$(python_gen_cond_dep '
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-')"
-
-DOCS=( CHANGELOG.md README.md )
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
-	xdg_desktop_database_update
-
-	elog
-
-	if ! use gui; then
-		ewarn "Please note that disabling USE=gui does *not* presently remove the --gui command-line option,"
-		ewarn "it just means using this option will fail unless gnome-extra/zenity happens to be installed."
-		ewarn
-	fi
-
-	elog "Protontricks can only find games for which a Proton prefix already exists."
-	elog "Make sure to run a Proton game at least once before trying to use protontricks on it."
-	elog
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}

diff --git a/app-emulation/protontricks/protontricks-1.11.1.ebuild b/app-emulation/protontricks/protontricks-1.11.1.ebuild
deleted file mode 100644
index fc9689a51050..000000000000
--- a/app-emulation/protontricks/protontricks-1.11.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 pypi xdg-utils
-
-DESCRIPTION="app-emulation/winetricks wrapper for Proton (Steam Play) games"
-HOMEPAGE="https://github.com/Matoking/protontricks"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+gui"
-
-RDEPEND="app-emulation/winetricks
-	$(python_gen_cond_dep '
-		dev-python/pillow[${PYTHON_USEDEP}]
-		dev-python/setuptools[${PYTHON_USEDEP}]
-		dev-python/vdf[${PYTHON_USEDEP}]
-	')
-	gui? ( gnome-extra/zenity
-		|| (
-			app-emulation/winetricks[gtk]
-			app-emulation/winetricks[kde]
-		)
-	)"
-BDEPEND="$(python_gen_cond_dep '
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-')"
-
-DOCS=( CHANGELOG.md README.md )
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
-	xdg_desktop_database_update
-
-	elog
-
-	if ! use gui; then
-		ewarn "Please note that disabling USE=gui does *not* presently remove the --gui command-line option,"
-		ewarn "it just means using this option will fail unless gnome-extra/zenity happens to be installed."
-		ewarn
-	fi
-
-	elog "Protontricks can only find games for which a Proton prefix already exists."
-	elog "Make sure to run a Proton game at least once before trying to use protontricks on it."
-	elog
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


             reply	other threads:[~2024-09-07 21:26 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-07 21:26 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-16 21:07 [gentoo-commits] repo/gentoo:master commit in: app-emulation/protontricks/ James Le Cuirot
2024-09-15 14:14 James Le Cuirot
2024-09-15 14:14 James Le Cuirot
2024-09-15 14:14 James Le Cuirot
2024-09-07 21:26 Andreas Sturmlechner
2024-09-07 18:16 Andreas Sturmlechner
2024-04-07 15:22 Marek Szuba
2023-12-27 18:19 Marek Szuba
2023-12-27 18:09 Marek Szuba
2023-12-27 18:09 Marek Szuba
2023-10-26  0:31 Marek Szuba
2023-07-21 21:36 Marek Szuba
2023-07-21 21:36 Marek Szuba
2023-05-13  8:08 Marek Szuba
2023-05-13  8:08 Marek Szuba
2023-03-08 13:22 Marek Szuba
2023-02-01 22:41 Marek Szuba
2023-02-01 22:41 Marek Szuba
2022-12-13 22:34 Marek Szuba
2022-11-10 22:40 Marek Szuba
2022-11-10 22:40 Marek Szuba
2022-10-04  0:53 Marek Szuba
2022-09-21 23:54 Marek Szuba
2022-09-01 15:34 Marek Szuba
2022-09-01 15:34 Marek Szuba
2022-08-15  9:26 Marek Szuba
2022-07-13 15:55 Marek Szuba
2022-07-08  8:13 Marek Szuba
2022-07-05 17:54 Sam James
2022-05-30 10:42 Marek Szuba
2022-04-06 23:29 Marek Szuba
2022-03-12  1:24 Marek Szuba
2022-02-24 14:04 Sam James
2022-01-28 14:45 Marek Szuba
2022-01-17 21:08 Marek Szuba
2021-12-29  0:01 Marek Szuba
2021-12-18 11:44 Marek Szuba
2021-12-18 11:43 Marek Szuba
2021-11-17 13:03 Marek Szuba
2021-09-20  9:31 Marek Szuba
2021-08-17 12:10 Marek Szuba
2021-07-17 21:19 Marek Szuba
2021-07-17  7:42 Agostino Sarubbo
2021-06-25 10:00 Marek Szuba
2021-06-13 20:07 Marek Szuba
2021-05-25 16:55 Sam James
2021-05-25 12:31 Marek Szuba
2021-05-13 19:50 Marek Szuba
2021-04-27 11:05 Marek Szuba
2021-03-15 12:49 Marek Szuba
2021-03-15 12:49 Marek Szuba
2021-03-15 12:49 Marek Szuba
2021-03-12 15:25 Sam James
2021-01-19 14:09 Marek Szuba
2020-09-21 20:09 Marek Szuba
2020-07-11 12:05 Marek Szuba
2020-07-01 12:43 Marek Szuba
2020-04-22  9:55 Marek Szuba
2020-04-14 12:59 Agostino Sarubbo
2020-03-18 17:14 Marek Szuba
2020-02-28 16:22 Marek Szuba
2020-02-28 16:14 Marek Szuba
2020-01-12 11:14 David Seifert
2020-01-08 13:36 Marek Szuba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1725740745.c8f3228fa8c5aa5550d68271fb699adcc4339e19.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox