From c44ae5c03130467400468d0e9a7f83e723c99f35 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 28 Mar 2025 00:31:34 +0000 Subject: gentoo auto-resync : 28:03:2025 - 00:31:34 --- app-arch/dtrx/Manifest | 4 +-- app-arch/dtrx/dtrx-8.5.3-r1.ebuild | 57 -------------------------------------- app-arch/dtrx/dtrx-8.5.3-r2.ebuild | 57 ++++++++++++++++++++++++++++++++++++++ app-arch/dtrx/dtrx-9999.ebuild | 4 +-- 4 files changed, 61 insertions(+), 61 deletions(-) delete mode 100644 app-arch/dtrx/dtrx-8.5.3-r1.ebuild create mode 100644 app-arch/dtrx/dtrx-8.5.3-r2.ebuild (limited to 'app-arch/dtrx') diff --git a/app-arch/dtrx/Manifest b/app-arch/dtrx/Manifest index d473b448199d..bb84168e74d8 100644 --- a/app-arch/dtrx/Manifest +++ b/app-arch/dtrx/Manifest @@ -1,4 +1,4 @@ DIST dtrx-8.5.3.tar.gz 34147 BLAKE2B 156d2305f777b63870490736fd769a9d480f390d41ac0aa6acac16d4c5b21bb5b3f88d7b2cea6ecbf74511895bb3c3d923a6186d5189ebf3f7a5f4bb5db6c0f1 SHA512 0c29f0d9ca03d11206297669c20c3443c420db4aa0d91da54a5f6ac7236120af04a1a8d7e2e4f85b3d7e6c6050786cc0293bab02f424fe3be52a40f069d397be -EBUILD dtrx-8.5.3-r1.ebuild 1098 BLAKE2B b758e3c53638772243578dd5105aab9ed6bf46937e9e0d293a301aff6934169f18ed1168ccfdf735e0f1b453c2006652d570db22d7c2ebd401d895c751b7c903 SHA512 35aecc0ccb508f87afac9df43ea7c427c92b614bde20ea619ea719340b0ec06c4195f9ab59f4faf3f780733551d26cab8bc5be7cbb1a08fcfb1eb0129cbffc57 -EBUILD dtrx-9999.ebuild 1080 BLAKE2B cf486e33426e25f842a556d86b2630f3fc159d6bd0dbb63b7c5e91fd452149bbb891e3737f8f6b498f0355dd4a2ceccfedd4b7304a99b9514cd250e178560472 SHA512 db4f70a19c0c1870bc702dd4b154c13a07595050c3dff2b8277228269059e332c437edd0fccea7c1ab19d3480237ff4a37ef4aacd13c099e515ff78e8b45a7d5 +EBUILD dtrx-8.5.3-r2.ebuild 1098 BLAKE2B 4b99490f63def3279e155b792c659d77019c8c27ffea89a48a39a6253369c607b4c90a318d58759765d59394dc21eccff61d022428ae306f8cdfe9d329efcc79 SHA512 67b2abe022cda9c4de13b59e88f0f964edc0d43b0e43c97fbbc36dccd6aa628aff115025981bf9737f55b208e997a6507872d4edbab56b1c98ddb2566b59da97 +EBUILD dtrx-9999.ebuild 1080 BLAKE2B 98f7c199d85e49fdf227d582c3a51ef7d923c0ce1ec22ff6ef614a4cccf316579e2eaa1f7ea52c1303bdeef54dbfffac2ba6cf52f24a72dd069f32a0ec30bee3 SHA512 ba109637383fe13b6a685c229320d78686621d924abbf2989c7f652493ad6961c8549f676dbc8e73c901ecbf1a47b3eda264b90150f57932acd8526b13f89b7b MISC metadata.xml 439 BLAKE2B 7490943dfd8a50c9d0ba628b72b6e8367a148b942aba496744337559e1134e26bb1b8fc0741ac912607826b8084643a568198a578c95bc10315f868bcea7742a SHA512 69a3996fd3834a22f1a028873c1061cca325224cfdf321b4c01687d5099aff4e7ed6c601076eaca5b88affab20f0d46b921a13db838de7243d3973fe71a4ab42 diff --git a/app-arch/dtrx/dtrx-8.5.3-r1.ebuild b/app-arch/dtrx/dtrx-8.5.3-r1.ebuild deleted file mode 100644 index 7a6ccf0a7793..000000000000 --- a/app-arch/dtrx/dtrx-8.5.3-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 optfeature - -DESCRIPTION="Do The Right eXtraction - extracts archives of different formats" -HOMEPAGE="https://github.com/dtrx-py/dtrx/ - https://pypi.org/project/dtrx/" - -if [[ ${PV} == *9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/${PN}-py/${PN}.git" -else - inherit pypi - KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -DOCS=( README.md ) - -src_prepare() { - sed -i '/ *platform==/s|.*||' setup.cfg || die # bug #894148 - - distutils-r1_src_prepare -} - -pkg_postinst() { - local supported_format - local -a supported_formats=( - arj - bzip2 - cpio - gzip - lrzip - lzip - p7zip - rpm - unrar - unzip - xz-utils - zip - zstd - ) - - for supported_format in ${supported_formats[@]}; do - optfeature \ - "extraction of supported archives using ${supported_format}" \ - app-arch/${supported_format} - done -} diff --git a/app-arch/dtrx/dtrx-8.5.3-r2.ebuild b/app-arch/dtrx/dtrx-8.5.3-r2.ebuild new file mode 100644 index 000000000000..0dc8b6d1822a --- /dev/null +++ b/app-arch/dtrx/dtrx-8.5.3-r2.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..13} ) + +inherit distutils-r1 optfeature + +DESCRIPTION="Do The Right eXtraction - extracts archives of different formats" +HOMEPAGE="https://github.com/dtrx-py/dtrx/ + https://pypi.org/project/dtrx/" + +if [[ ${PV} == *9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/${PN}-py/${PN}.git" +else + inherit pypi + KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +DOCS=( README.md ) + +src_prepare() { + sed -i '/ *platform==/s|.*||' setup.cfg || die # bug #894148 + + distutils-r1_src_prepare +} + +pkg_postinst() { + local supported_format + local -a supported_formats=( + arj + bzip2 + cpio + gzip + lrzip + lzip + p7zip + rpm + unrar + unzip + xz-utils + zip + zstd + ) + + for supported_format in ${supported_formats[@]}; do + optfeature \ + "extraction of supported archives using ${supported_format}" \ + app-arch/${supported_format} + done +} diff --git a/app-arch/dtrx/dtrx-9999.ebuild b/app-arch/dtrx/dtrx-9999.ebuild index efeeace6e9ef..71720f8383f7 100644 --- a/app-arch/dtrx/dtrx-9999.ebuild +++ b/app-arch/dtrx/dtrx-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 optfeature -- cgit v1.2.3