From aa7dccf21a58b118dfbe8cf2ec261d929009ca3b Mon Sep 17 00:00:00 2001 From: turret Date: Sat, 5 Aug 2023 13:24:36 -0500 Subject: games-action/portablemc-4.0.0: update version --- games-action/portablemc/Manifest | 4 +-- games-action/portablemc/portablemc-3.3.1.ebuild | 33 ------------------------- games-action/portablemc/portablemc-4.0.0.ebuild | 28 +++++++++++++++++++++ 3 files changed, 30 insertions(+), 35 deletions(-) delete mode 100644 games-action/portablemc/portablemc-3.3.1.ebuild create mode 100644 games-action/portablemc/portablemc-4.0.0.ebuild (limited to 'games-action/portablemc') diff --git a/games-action/portablemc/Manifest b/games-action/portablemc/Manifest index e338ea9..c6a3b9e 100644 --- a/games-action/portablemc/Manifest +++ b/games-action/portablemc/Manifest @@ -1,3 +1,3 @@ -DIST portablemc-3.3.1.tar.gz 3127408 BLAKE2B 25f4898d23ae3122d135be65065d358fa4554cb62daca56c999d1ce2d2e2ad47710c3f6546301730d38e6b646e818a72e351aa8d7de29962c9af97d3a0fa7327 SHA512 6ddc1e9a94af829e7c9e039d1fcbbf24887f3861ba199ca71d18808426c56919dcf986c35956d7d2e4fbd1f6ba7448ed255eb91201ba2b0e28a9c085b0ba93cd -EBUILD portablemc-3.3.1.ebuild 795 BLAKE2B 2aa2fce8b545c0f887871faf44a4fdd7ccb193db5df58b56782b0944c5fd40f85168ca7d556f8677d7bc062542f7bb7cfff67e8033b64a8e749fd8e8a8b9595b SHA512 bebcf140abc91bb72d03edf6f199e18106fe01ef22acbbcd96eb631c25c1978122e33f73ceff9b6dcaf493844e25cfabdf75ae8918cf3ad62dd90c529b18590c +DIST portablemc-4.0.0.tar.gz 3111261 BLAKE2B 4a72d1227ad6a41762e33f04f1487190d2e151da53f10b3f3e038d875712792da4f9d443fe1084480ce5d1f889da04c2a9d6ea112798ab222fcf60f9ffb28b9a SHA512 162667c37e394a9ba27a8534df07dba93973dc5fcaa4832416167211a48bd64b53ba5d0bc337e0a13124638f7fe686599ac4242046c3af8977a4a35fb0a8ab09 +EBUILD portablemc-4.0.0.ebuild 721 BLAKE2B 17a0a0dac5ef9d259b8da9f3b54930279eef8c8f25ac3665fd4302110d6292cffc5f6ab528a62848e3b59439db5c46078d38fda0ad5a7fc4f8d908cbd95e8f77 SHA512 1da4e97cd85211281626cc57cf35754b83ef66de6584e6e730dd20862d76bee1335500bc0ebeb6ed17ee60b878fa5f674a76185a4942e5c8ee1125bc0f19d9c3 MISC metadata.xml 358 BLAKE2B 5e594853aed3c5658a530f880214253a17ed1f2a7f90024da06fca3c956aeb4ba8482586079b8fdaec2600303a11f4e9410f02d363008c9b9cce91242c1769af SHA512 3b10c2701398ef84d1b70ab56762c31905893ec5f22f519b6e3f0a64090840678d97fedd1846551838bf4e481e254963419d74f0be89d1d4104497d4d7f01339 diff --git a/games-action/portablemc/portablemc-3.3.1.ebuild b/games-action/portablemc/portablemc-3.3.1.ebuild deleted file mode 100644 index 1f9b3c2..0000000 --- a/games-action/portablemc/portablemc-3.3.1.ebuild +++ /dev/null @@ -1,33 +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}" - -src_unpack() { - default - mv "${WORKDIR}/${P}/src/core/"* "${S}" || die -} diff --git a/games-action/portablemc/portablemc-4.0.0.ebuild b/games-action/portablemc/portablemc-4.0.0.ebuild new file mode 100644 index 0000000..2b3d8eb --- /dev/null +++ b/games-action/portablemc/portablemc-4.0.0.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