From b59331374c3aaee4f06cd83715b5a2c4609143f7 Mon Sep 17 00:00:00 2001 From: turret Date: Wed, 30 Aug 2023 17:14:26 -0500 Subject: games-action/portablemc: version bump 4.0.2 --- games-action/portablemc/Manifest | 4 ++-- games-action/portablemc/portablemc-4.0.1.ebuild | 28 ---------------------- games-action/portablemc/portablemc-4.0.2.ebuild | 28 ++++++++++++++++++++++ metadata/md5-cache/app-misc/animdl-1.17.22 | 2 +- metadata/md5-cache/app-misc/glow-1.5.1 | 2 +- metadata/md5-cache/dev-python/anchor-kr-0.1.3 | 2 +- metadata/md5-cache/dev-python/anitopy-2.1.1 | 2 +- .../md5-cache/dev-python/pycryptodomex-3.18.0x | 2 +- metadata/md5-cache/games-action/portablemc-4.0.1 | 17 ------------- metadata/md5-cache/games-action/portablemc-4.0.2 | 17 +++++++++++++ metadata/md5-cache/x11-misc/donut-4 | 2 +- metadata/pkg_desc_index | 2 +- 12 files changed, 54 insertions(+), 54 deletions(-) delete mode 100644 games-action/portablemc/portablemc-4.0.1.ebuild create mode 100644 games-action/portablemc/portablemc-4.0.2.ebuild delete mode 100644 metadata/md5-cache/games-action/portablemc-4.0.1 create mode 100644 metadata/md5-cache/games-action/portablemc-4.0.2 diff --git a/games-action/portablemc/Manifest b/games-action/portablemc/Manifest index f7f4165..75ca02c 100644 --- a/games-action/portablemc/Manifest +++ b/games-action/portablemc/Manifest @@ -1,3 +1,3 @@ -DIST portablemc-4.0.1.tar.gz 1371357 BLAKE2B 7826a9af9e97f1824fa6b1392b69dd59186b3aaa04a2fba34c832a29578e72660b3f17d2f165946843f91e3dff984e0a0ccf2e724996913dec70bf27f46fa4c9 SHA512 f33d4e611e6c73c9f03993b0d24686607fec52332a8d374def784cc997018517e987098c41f5989b2b1f58ba4cf017422a9172840cda5b2fc9480cd56ed67ed7 -EBUILD portablemc-4.0.1.ebuild 721 BLAKE2B 17a0a0dac5ef9d259b8da9f3b54930279eef8c8f25ac3665fd4302110d6292cffc5f6ab528a62848e3b59439db5c46078d38fda0ad5a7fc4f8d908cbd95e8f77 SHA512 1da4e97cd85211281626cc57cf35754b83ef66de6584e6e730dd20862d76bee1335500bc0ebeb6ed17ee60b878fa5f674a76185a4942e5c8ee1125bc0f19d9c3 +DIST portablemc-4.0.2.tar.gz 1091835 BLAKE2B a12bda770e1989a8cfcec83f6abae0a743870b30eb8b3424d725886dc243c76646c3b9cba4c56ba673aff3d84f06210493b6c07ab3a70bfbc36ae16905a093ef SHA512 7a11045d9f3c20da52020ec2559ea62375cc22a8f9c2089bfc682724b5b24cde82751e2420fcf687bdbe59efab9968a9d5793f8864901ec7279f69ebe6f1a9dc +EBUILD portablemc-4.0.2.ebuild 721 BLAKE2B 17a0a0dac5ef9d259b8da9f3b54930279eef8c8f25ac3665fd4302110d6292cffc5f6ab528a62848e3b59439db5c46078d38fda0ad5a7fc4f8d908cbd95e8f77 SHA512 1da4e97cd85211281626cc57cf35754b83ef66de6584e6e730dd20862d76bee1335500bc0ebeb6ed17ee60b878fa5f674a76185a4942e5c8ee1125bc0f19d9c3 MISC metadata.xml 358 BLAKE2B 5e594853aed3c5658a530f880214253a17ed1f2a7f90024da06fca3c956aeb4ba8482586079b8fdaec2600303a11f4e9410f02d363008c9b9cce91242c1769af SHA512 3b10c2701398ef84d1b70ab56762c31905893ec5f22f519b6e3f0a64090840678d97fedd1846551838bf4e481e254963419d74f0be89d1d4104497d4d7f01339 diff --git a/games-action/portablemc/portablemc-4.0.1.ebuild b/games-action/portablemc/portablemc-4.0.1.ebuild deleted file mode 100644 index 2b3d8eb..0000000 --- a/games-action/portablemc/portablemc-4.0.1.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.2.ebuild b/games-action/portablemc/portablemc-4.0.2.ebuild new file mode 100644 index 0000000..2b3d8eb --- /dev/null +++ b/games-action/portablemc/portablemc-4.0.2.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/app-misc/animdl-1.17.22 b/metadata/md5-cache/app-misc/animdl-1.17.22 index eb3ab34..3a1649f 100644 --- a/metadata/md5-cache/app-misc/animdl-1.17.22 +++ b/metadata/md5-cache/app-misc/animdl-1.17.22 @@ -13,5 +13,5 @@ REQUIRED_USE=|| ( python_targets_python3_11 ) RESTRICT=mirror SLOT=0 SRC_URI=https://cdn.turret.cyou/2f1ddc4a5434af402ffb1de1acf4b9d38499d93a/animdl-1.17.22.tar.xz -_eclasses_=toolchain-funcs 0c8a0b0d318eb5d5180d114bd3f6592b multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic ad475baa777c9978fa035216c8264a10 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 1f435bc389faf790af695df46b8dcb73 python-r1 b3f874304c1bda6ffc3450ebb4ae5169 distutils-r1 b7cd5736a595ec0df9b164d5aec6f228 +_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 59e60e9c5cbd3f214d7f1002e798b387 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a93df67775ff86e107e56c6a6e68cf4e _md5_=92304926268037fff2d67905782553f4 diff --git a/metadata/md5-cache/app-misc/glow-1.5.1 b/metadata/md5-cache/app-misc/glow-1.5.1 index c8d6c93..fb3e498 100644 --- a/metadata/md5-cache/app-misc/glow-1.5.1 +++ b/metadata/md5-cache/app-misc/glow-1.5.1 @@ -9,5 +9,5 @@ LICENSE=Apache-2.0 BSD-2 BSD MIT MPL-2.0 RESTRICT=mirror strip SLOT=0 SRC_URI=https://github.com/charmbracelet/glow/archive/refs/tags/v1.5.1.tar.gz -> glow-1.5.1.tar.gz https://cdn.turret.cyou/1120b9f49860e9a61ae35291b3c3e909c39b3583/glow-1.5.1-deps.tar.xz -_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 0c8a0b0d318eb5d5180d114bd3f6592b multilib c19072c3cd7ac5cb21de013f7e9832e0 go-module 8624eede24936fd7666e5298e5332f22 +_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 go-module 8624eede24936fd7666e5298e5332f22 _md5_=e76123788876294c792bd0ee3b5ff290 diff --git a/metadata/md5-cache/dev-python/anchor-kr-0.1.3 b/metadata/md5-cache/dev-python/anchor-kr-0.1.3 index 0d0bf5f..dd66710 100644 --- a/metadata/md5-cache/dev-python/anchor-kr-0.1.3 +++ b/metadata/md5-cache/dev-python/anchor-kr-0.1.3 @@ -13,5 +13,5 @@ REQUIRED_USE=|| ( python_targets_python3_11 ) RESTRICT=mirror SLOT=0 SRC_URI=https://cdn.turret.cyou/0f429b456bca42d4c74cb70e412abe03356b401e/anchor-0.1.3.tar.xz -_eclasses_=toolchain-funcs 0c8a0b0d318eb5d5180d114bd3f6592b multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic ad475baa777c9978fa035216c8264a10 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 1f435bc389faf790af695df46b8dcb73 python-r1 b3f874304c1bda6ffc3450ebb4ae5169 distutils-r1 b7cd5736a595ec0df9b164d5aec6f228 +_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 59e60e9c5cbd3f214d7f1002e798b387 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a93df67775ff86e107e56c6a6e68cf4e _md5_=b870aeda1a2b9a2cbcfc459c7379f051 diff --git a/metadata/md5-cache/dev-python/anitopy-2.1.1 b/metadata/md5-cache/dev-python/anitopy-2.1.1 index 0d3226c..0bd6949 100644 --- a/metadata/md5-cache/dev-python/anitopy-2.1.1 +++ b/metadata/md5-cache/dev-python/anitopy-2.1.1 @@ -13,5 +13,5 @@ REQUIRED_USE=|| ( python_targets_python3_11 ) RESTRICT=mirror SLOT=0 SRC_URI=https://github.com/igorcmoura/anitopy/archive/refs/tags/v2.1.1.tar.gz -> anitopy-2.1.1.tar.gz -_eclasses_=toolchain-funcs 0c8a0b0d318eb5d5180d114bd3f6592b multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic ad475baa777c9978fa035216c8264a10 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 1f435bc389faf790af695df46b8dcb73 python-r1 b3f874304c1bda6ffc3450ebb4ae5169 distutils-r1 b7cd5736a595ec0df9b164d5aec6f228 +_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 59e60e9c5cbd3f214d7f1002e798b387 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a93df67775ff86e107e56c6a6e68cf4e _md5_=e17e24e6fa25717a185b9cfa01c64b7d diff --git a/metadata/md5-cache/dev-python/pycryptodomex-3.18.0x b/metadata/md5-cache/dev-python/pycryptodomex-3.18.0x index 92bd309..094af2f 100644 --- a/metadata/md5-cache/dev-python/pycryptodomex-3.18.0x +++ b/metadata/md5-cache/dev-python/pycryptodomex-3.18.0x @@ -13,5 +13,5 @@ REQUIRED_USE=|| ( python_targets_python3_11 ) RESTRICT=mirror SLOT=0 SRC_URI=https://github.com/Legrandin/pycryptodome/archive/refs/tags/v3.18.0x.tar.gz -> pycryptodomex-3.18.0x.tar.gz -_eclasses_=toolchain-funcs 0c8a0b0d318eb5d5180d114bd3f6592b multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic ad475baa777c9978fa035216c8264a10 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 1f435bc389faf790af695df46b8dcb73 python-r1 b3f874304c1bda6ffc3450ebb4ae5169 distutils-r1 b7cd5736a595ec0df9b164d5aec6f228 +_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 59e60e9c5cbd3f214d7f1002e798b387 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a93df67775ff86e107e56c6a6e68cf4e _md5_=dff5dcb5ef2d64c385ddd68eeacc0eae diff --git a/metadata/md5-cache/games-action/portablemc-4.0.1 b/metadata/md5-cache/games-action/portablemc-4.0.1 deleted file mode 100644 index 6714faa..0000000 --- a/metadata/md5-cache/games-action/portablemc-4.0.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 -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.1.tar.gz -> portablemc-4.0.1.tar.gz -_eclasses_=toolchain-funcs 0c8a0b0d318eb5d5180d114bd3f6592b multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic ad475baa777c9978fa035216c8264a10 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 1f435bc389faf790af695df46b8dcb73 python-r1 b3f874304c1bda6ffc3450ebb4ae5169 distutils-r1 b7cd5736a595ec0df9b164d5aec6f228 -_md5_=d10168e04d02eb666fcb60083240d8f0 diff --git a/metadata/md5-cache/games-action/portablemc-4.0.2 b/metadata/md5-cache/games-action/portablemc-4.0.2 new file mode 100644 index 0000000..fe69238 --- /dev/null +++ b/metadata/md5-cache/games-action/portablemc-4.0.2 @@ -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.2.tar.gz -> portablemc-4.0.2.tar.gz +_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 59e60e9c5cbd3f214d7f1002e798b387 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a93df67775ff86e107e56c6a6e68cf4e +_md5_=d10168e04d02eb666fcb60083240d8f0 diff --git a/metadata/md5-cache/x11-misc/donut-4 b/metadata/md5-cache/x11-misc/donut-4 index 79f2b3b..99efe4a 100644 --- a/metadata/md5-cache/x11-misc/donut-4 +++ b/metadata/md5-cache/x11-misc/donut-4 @@ -11,5 +11,5 @@ RDEPEND=x11-libs/libX11 RESTRICT=mirror SLOT=0 SRC_URI=https://git.turret.cyou/progs/donut.git/snapshot/donut-4.tar.bz2 -_eclasses_=portability a74d533f258f1f435be71312558c12f9 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs 0c8a0b0d318eb5d5180d114bd3f6592b multilib c19072c3cd7ac5cb21de013f7e9832e0 +_eclasses_=portability a74d533f258f1f435be71312558c12f9 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 _md5_=70e30774f13837eef7166c81bc06fd38 diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 7649933..2f1fddb 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 4.0.1: An easy-to-use and extensible Python CLI Minecraft launcher with compatability! +games-action/portablemc 4.0.2: An easy-to-use and extensible Python CLI Minecraft launcher with compatability! games-util/grapejuice 7.14.4: A Wine+Roblox management application x11-misc/donut 4: spinning X11 donut -- cgit v1.2.3