From 08d1ff4e02333ea98e9a6bf67b5ec64a9c148618 Mon Sep 17 00:00:00 2001 From: turret Date: Sat, 12 Aug 2023 15:48:03 -0500 Subject: games-action/portablemc-4.0.1: version bump --- games-action/portablemc/Manifest | 4 ++-- games-action/portablemc/portablemc-4.0.0.ebuild | 28 ------------------------- games-action/portablemc/portablemc-4.0.1.ebuild | 28 +++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 games-action/portablemc/portablemc-4.0.0.ebuild create mode 100644 games-action/portablemc/portablemc-4.0.1.ebuild (limited to 'games-action') diff --git a/games-action/portablemc/Manifest b/games-action/portablemc/Manifest index c6a3b9e..f7f4165 100644 --- a/games-action/portablemc/Manifest +++ b/games-action/portablemc/Manifest @@ -1,3 +1,3 @@ -DIST portablemc-4.0.0.tar.gz 3111261 BLAKE2B 4a72d1227ad6a41762e33f04f1487190d2e151da53f10b3f3e038d875712792da4f9d443fe1084480ce5d1f889da04c2a9d6ea112798ab222fcf60f9ffb28b9a SHA512 162667c37e394a9ba27a8534df07dba93973dc5fcaa4832416167211a48bd64b53ba5d0bc337e0a13124638f7fe686599ac4242046c3af8977a4a35fb0a8ab09 -EBUILD portablemc-4.0.0.ebuild 721 BLAKE2B 17a0a0dac5ef9d259b8da9f3b54930279eef8c8f25ac3665fd4302110d6292cffc5f6ab528a62848e3b59439db5c46078d38fda0ad5a7fc4f8d908cbd95e8f77 SHA512 1da4e97cd85211281626cc57cf35754b83ef66de6584e6e730dd20862d76bee1335500bc0ebeb6ed17ee60b878fa5f674a76185a4942e5c8ee1125bc0f19d9c3 +DIST portablemc-4.0.1.tar.gz 1371357 BLAKE2B 7826a9af9e97f1824fa6b1392b69dd59186b3aaa04a2fba34c832a29578e72660b3f17d2f165946843f91e3dff984e0a0ccf2e724996913dec70bf27f46fa4c9 SHA512 f33d4e611e6c73c9f03993b0d24686607fec52332a8d374def784cc997018517e987098c41f5989b2b1f58ba4cf017422a9172840cda5b2fc9480cd56ed67ed7 +EBUILD portablemc-4.0.1.ebuild 721 BLAKE2B 17a0a0dac5ef9d259b8da9f3b54930279eef8c8f25ac3665fd4302110d6292cffc5f6ab528a62848e3b59439db5c46078d38fda0ad5a7fc4f8d908cbd95e8f77 SHA512 1da4e97cd85211281626cc57cf35754b83ef66de6584e6e730dd20862d76bee1335500bc0ebeb6ed17ee60b878fa5f674a76185a4942e5c8ee1125bc0f19d9c3 MISC metadata.xml 358 BLAKE2B 5e594853aed3c5658a530f880214253a17ed1f2a7f90024da06fca3c956aeb4ba8482586079b8fdaec2600303a11f4e9410f02d363008c9b9cce91242c1769af SHA512 3b10c2701398ef84d1b70ab56762c31905893ec5f22f519b6e3f0a64090840678d97fedd1846551838bf4e481e254963419d74f0be89d1d4104497d4d7f01339 diff --git a/games-action/portablemc/portablemc-4.0.0.ebuild b/games-action/portablemc/portablemc-4.0.0.ebuild deleted file mode 100644 index 2b3d8eb..0000000 --- a/games-action/portablemc/portablemc-4.0.0.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 ) -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.1.ebuild b/games-action/portablemc/portablemc-4.0.1.ebuild new file mode 100644 index 0000000..2b3d8eb --- /dev/null +++ b/games-action/portablemc/portablemc-4.0.1.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 ) +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