From 157d0e962dcae7d133436e48e99b88575f27b4d8 Mon Sep 17 00:00:00 2001 From: turret Date: Wed, 11 Oct 2023 19:09:31 -0500 Subject: games-action/portablemc: version bump 4.0.3 Signed-off-by: turret --- games-action/portablemc/Manifest | 2 +- games-action/portablemc/portablemc-4.0.2-r1.ebuild | 28 ---------------------- games-action/portablemc/portablemc-4.0.3.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 games-action/portablemc/portablemc-4.0.2-r1.ebuild create mode 100644 games-action/portablemc/portablemc-4.0.3.ebuild diff --git a/games-action/portablemc/Manifest b/games-action/portablemc/Manifest index 3c73265..b8e112c 100644 --- a/games-action/portablemc/Manifest +++ b/games-action/portablemc/Manifest @@ -1 +1 @@ -DIST portablemc-4.0.2.tar.gz 1091835 BLAKE2B a12bda770e1989a8cfcec83f6abae0a743870b30eb8b3424d725886dc243c76646c3b9cba4c56ba673aff3d84f06210493b6c07ab3a70bfbc36ae16905a093ef SHA512 7a11045d9f3c20da52020ec2559ea62375cc22a8f9c2089bfc682724b5b24cde82751e2420fcf687bdbe59efab9968a9d5793f8864901ec7279f69ebe6f1a9dc +DIST portablemc-4.0.3.tar.gz 1092065 BLAKE2B 5585e5a68183bd577d3ac682f217379bfc6ca4e815e13b6f8d20cc25fca6f86320b224950912329ab7ac777be35a9ee419cf1bd102df6a565f2e63cda1f75d39 SHA512 7b477f99f0756f6f57bc110ca4f70a4677ce6ab744ac187a66c6d3e8d6ac097ba64786a19d5930bafb50d5a16cba83954dc3d97f7422ea6294520fbb49cb57a0 diff --git a/games-action/portablemc/portablemc-4.0.2-r1.ebuild b/games-action/portablemc/portablemc-4.0.2-r1.ebuild deleted file mode 100644 index 375792b..0000000 --- a/games-action/portablemc/portablemc-4.0.2-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_11 python3_12 ) -inherit distutils-r1 - -DESCRIPTION="An easy-to-use and extensible Python CLI Minecraft launcher with compatability!" -HOMEPAGE="https://github.com/mindstorm38/portablemc" -if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/mindstorm38/portablemc.git" - inherit git-r3 -else - SRC_URI="https://github.com/mindstorm38/portablemc/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="GPL-3" -SLOT="0" -RESTRICT="mirror" - -DEPEND="${PYTHON_DEPS} - dev-python/pip - dev-python/poetry-core" -RDEPEND="${DEPEND}" -BDEPEND="${DEPEND}" diff --git a/games-action/portablemc/portablemc-4.0.3.ebuild b/games-action/portablemc/portablemc-4.0.3.ebuild new file mode 100644 index 0000000..375792b --- /dev/null +++ b/games-action/portablemc/portablemc-4.0.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_11 python3_12 ) +inherit distutils-r1 + +DESCRIPTION="An easy-to-use and extensible Python CLI Minecraft launcher with compatability!" +HOMEPAGE="https://github.com/mindstorm38/portablemc" +if [[ ${PV} == 9999 ]] ; then + EGIT_REPO_URI="https://github.com/mindstorm38/portablemc.git" + inherit git-r3 +else + SRC_URI="https://github.com/mindstorm38/portablemc/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3" +SLOT="0" +RESTRICT="mirror" + +DEPEND="${PYTHON_DEPS} + dev-python/pip + dev-python/poetry-core" +RDEPEND="${DEPEND}" +BDEPEND="${DEPEND}" -- cgit v1.2.3