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 ++++++++++++++++++++ metadata/md5-cache/games-action/portablemc-3.3.1 | 17 ------------ metadata/md5-cache/games-action/portablemc-4.0.0 | 17 ++++++++++++ metadata/pkg_desc_index | 2 +- 6 files changed, 48 insertions(+), 53 deletions(-) delete mode 100644 games-action/portablemc/portablemc-3.3.1.ebuild create mode 100644 games-action/portablemc/portablemc-4.0.0.ebuild delete mode 100644 metadata/md5-cache/games-action/portablemc-3.3.1 create mode 100644 metadata/md5-cache/games-action/portablemc-4.0.0 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}" diff --git a/metadata/md5-cache/games-action/portablemc-3.3.1 b/metadata/md5-cache/games-action/portablemc-3.3.1 deleted file mode 100644 index 8272dd1..0000000 --- a/metadata/md5-cache/games-action/portablemc-3.3.1 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) dev-python/pip dev-python/poetry-core python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-13[python_targets_python3_11(-)?] >=dev-python/poetry-core-1.6.1[python_targets_python3_11(-)?] -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) dev-python/pip dev-python/poetry-core -DESCRIPTION=An easy-to-use and extensible Python CLI Minecraft launcher with compatability! -EAPI=8 -HOMEPAGE=https://github.com/mindstorm38/portablemc -INHERIT=distutils-r1 -IUSE=python_targets_python3_11 -KEYWORDS=~amd64 -LICENSE=GPL-3 -RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) dev-python/pip dev-python/poetry-core python_targets_python3_11? ( dev-lang/python:3.11 ) -REQUIRED_USE=|| ( python_targets_python3_11 ) -RESTRICT=mirror -SLOT=0 -SRC_URI=https://github.com/mindstorm38/portablemc/archive/refs/tags/v3.3.1.tar.gz -> portablemc-3.3.1.tar.gz -_eclasses_=toolchain-funcs 8e3fb781f3258ae2757d1dfc2c7c170e multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic ad475baa777c9978fa035216c8264a10 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 7661dc585f75dd1f81eccefe37bef093 python-r1 b3f874304c1bda6ffc3450ebb4ae5169 distutils-r1 b7cd5736a595ec0df9b164d5aec6f228 -_md5_=93efa5203ab39491e1be64cb67986d57 diff --git a/metadata/md5-cache/games-action/portablemc-4.0.0 b/metadata/md5-cache/games-action/portablemc-4.0.0 new file mode 100644 index 0000000..b61b81f --- /dev/null +++ b/metadata/md5-cache/games-action/portablemc-4.0.0 @@ -0,0 +1,17 @@ +BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) dev-python/pip dev-python/poetry-core python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-13[python_targets_python3_11(-)?] >=dev-python/poetry-core-1.6.1[python_targets_python3_11(-)?] +DEFINED_PHASES=compile configure install prepare test +DEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) dev-python/pip dev-python/poetry-core +DESCRIPTION=An easy-to-use and extensible Python CLI Minecraft launcher with compatability! +EAPI=8 +HOMEPAGE=https://github.com/mindstorm38/portablemc +INHERIT=distutils-r1 +IUSE=python_targets_python3_11 +KEYWORDS=~amd64 +LICENSE=GPL-3 +RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) dev-python/pip dev-python/poetry-core python_targets_python3_11? ( dev-lang/python:3.11 ) +REQUIRED_USE=|| ( python_targets_python3_11 ) +RESTRICT=mirror +SLOT=0 +SRC_URI=https://github.com/mindstorm38/portablemc/archive/refs/tags/v4.0.0.tar.gz -> portablemc-4.0.0.tar.gz +_eclasses_=toolchain-funcs 8e3fb781f3258ae2757d1dfc2c7c170e multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic ad475baa777c9978fa035216c8264a10 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 7661dc585f75dd1f81eccefe37bef093 python-r1 b3f874304c1bda6ffc3450ebb4ae5169 distutils-r1 b7cd5736a595ec0df9b164d5aec6f228 +_md5_=d10168e04d02eb666fcb60083240d8f0 diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 49036e6..00b3ef0 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -4,6 +4,6 @@ app-vim/vim-ledger 1.2.0 9999: vim plugin: app-office/ledger file format syntax dev-python/anchor-kr 0.1.3: Me, you and anchor make your scraper complete. dev-python/anitopy 2.1.1: Python library for parsing anime video filenames dev-python/pycryptodomex 3.18.0x: Python package of low-level cryptographic primitives -games-action/portablemc 3.3.1: An easy-to-use and extensible Python CLI Minecraft launcher with compatability! +games-action/portablemc 4.0.0: An easy-to-use and extensible Python CLI Minecraft launcher with compatability! games-util/grapejuice 7.11.3: A Wine+Roblox management application x11-misc/donut 4: spinning X11 donut -- cgit v1.2.3