commit: d23c417cbce1c9153de56c17a24a2447dea3b348
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Sun Jun 8 20:36:54 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Jun 8 20:44:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d23c417c
games-util/minigalaxy: drop 1.3.2-r2
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
games-util/minigalaxy/minigalaxy-1.3.2-r2.ebuild | 69 ------------------------
1 file changed, 69 deletions(-)
diff --git a/games-util/minigalaxy/minigalaxy-1.3.2-r2.ebuild
b/games-util/minigalaxy/minigalaxy-1.3.2-r2.ebuild
deleted file mode 100644
index 7f942c240c..0000000000
--- a/games-util/minigalaxy/minigalaxy-1.3.2-r2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 2020-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit edo optfeature python-single-r1 xdg
-
-DESCRIPTION="A simple GOG client for Linux"
-HOMEPAGE="https://github.com/sharkwouter/minigalaxy"
-SRC_URI="https://github.com/sharkwouter/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
-
-# x11-libs/gdk-pixbuf[jpeg] dependency for thumbnails in library entries
-# x11-libs/libnotify dependency in minigalaxy/ui/gtk.py
-RDEPEND="
- ${PYTHON_DEPS}
- $(python_gen_cond_dep '
- >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- ')
- app-arch/unzip
- >=net-libs/webkit-gtk-2.6:4.1[introspection]
- >=x11-libs/gtk+-3[introspection]
- x11-libs/gdk-pixbuf[introspection,jpeg]
- x11-libs/libnotify[introspection]
- x11-misc/xdg-utils
-"
-# sys-devel/gettext dependency in scripts/compile-translation.py
-BDEPEND="
- ${PYTHON_DEPS}
- test? (
- $(python_gen_cond_dep '
- dev-python/simplejson[${PYTHON_USEDEP}]
- ')
- )
- sys-devel/gettext
-"
-
-src_compile() {
- edo "${EPYTHON}" setup.py build
-}
-
-src_test() {
- eunittest tests
-}
-
-src_install() {
- edo "${EPYTHON}" setup.py install --root="${D}"
--prefix="${EPREFIX}/usr"
- python_optimize
- dodoc README.md CHANGELOG.md
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- optfeature "choosing the language of Windows games before installation"
app-arch/innoextract
- optfeature "running games with system dosbox" games-emulation/dosbox
- optfeature "running games with system scummvm" games-engines/scummvm
- optfeature "running games with system wine" virtual/wine
-}