aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Zuber <a.zuber@gmx.ch>2021-01-15 10:34:25 +0100
committerAndreas Zuber <a.zuber@gmx.ch>2021-01-15 10:34:25 +0100
commit58c7c9e8bcda1533a6c99679e66ada6450ee7908 (patch)
tree8ba3ae7e24799b5bd2b9ed8779b348a44502e4ac /games-util
parentgames-util/minigalaxy: version bump to 1.0.2 (diff)
downloadguru-58c7c9e8bcda1533a6c99679e66ada6450ee7908.tar.gz
guru-58c7c9e8bcda1533a6c99679e66ada6450ee7908.tar.bz2
guru-58c7c9e8bcda1533a6c99679e66ada6450ee7908.zip
games-util/minigalaxy: cleanup old version
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Zuber <a.zuber@gmx.ch>
Diffstat (limited to 'games-util')
-rw-r--r--games-util/minigalaxy/Manifest1
-rw-r--r--games-util/minigalaxy/minigalaxy-1.0.0.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/games-util/minigalaxy/Manifest b/games-util/minigalaxy/Manifest
index 56fa248cc..db929a700 100644
--- a/games-util/minigalaxy/Manifest
+++ b/games-util/minigalaxy/Manifest
@@ -1,2 +1 @@
-DIST minigalaxy-1.0.0.tar.gz 375108 BLAKE2B c846e7ecc9d1b23c509323dcd4c7646b4f98a3c095f0f7359689ce5b7781adb5a2efc82c1fd03491302aa5fc4f8e139e9088a715d2c68bf29c2a42c02fc8c9a4 SHA512 71643f35f7aeda78ed3bd4ff30f5e7198db61b482d38ea8526f9b8894bba708b1ab43094bb73ecdf4c31ccfa911a47e8bcdce47163f5db5a74968ad3ac9f8a79
DIST minigalaxy-1.0.2.tar.gz 360109 BLAKE2B fb8e369af56709c6cc4599bc853871951f31d025e418a809144bb8dcb2d35aa7b989cae9d01e1b223c3b5b1842442fec1f3962726f0b367a6c58d2175a4a083e SHA512 79533028c544fb8cac06ac7c7bebce0f2ccabc6970cb2d9cc5ad93626425836071c963ebdfa96dbca44ec0b573bb1d20d9241480f9b49d91a86c817adc2d486c
diff --git a/games-util/minigalaxy/minigalaxy-1.0.0.ebuild b/games-util/minigalaxy/minigalaxy-1.0.0.ebuild
deleted file mode 100644
index a13fb7f36..000000000
--- a/games-util/minigalaxy/minigalaxy-1.0.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1 optfeature xdg
-
-DESCRIPTION="A simple GOG client for Linux"
-HOMEPAGE="https://github.com/sharkwouter/minigalaxy"
-SRC_URI="https://github.com/sharkwouter/minigalaxy/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND=""
-RDEPEND="
- $(python_gen_cond_dep '
- >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- ')
- >=x11-libs/gtk+-3
- >=net-libs/webkit-gtk-2.6"
-
-distutils_enable_tests unittest
-
-python_test() {
- "${EPYTHON}" -m unittest tests/*.py || die "Tests failed under ${EPYTHON}"
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- optfeature "running games with system dosbox" games-emulation/dosbox
- optfeature "running games with system scummvm" games-engines/scummvm
-}