* [gentoo-commits] repo/gentoo:master commit in: app-arch/dtrx/
@ 2023-02-12 22:18 Maciej Barć
0 siblings, 0 replies; 13+ messages in thread
From: Maciej Barć @ 2023-02-12 22:18 UTC (permalink / raw
To: gentoo-commits
commit: 5c2eb86b358dbc9047cbac088d7cfe805be04301
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 22:17:39 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 22:18:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2eb86b
app-arch/dtrx: new package; add 8.5.0 and live
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-arch/dtrx/Manifest | 1 +
app-arch/dtrx/dtrx-8.5.0.ebuild | 51 +++++++++++++++++++++++++++++++++++++++++
app-arch/dtrx/dtrx-9999.ebuild | 51 +++++++++++++++++++++++++++++++++++++++++
app-arch/dtrx/metadata.xml | 14 +++++++++++
4 files changed, 117 insertions(+)
diff --git a/app-arch/dtrx/Manifest b/app-arch/dtrx/Manifest
new file mode 100644
index 000000000000..304aa96c2903
--- /dev/null
+++ b/app-arch/dtrx/Manifest
@@ -0,0 +1 @@
+DIST dtrx-8.5.0.tar.gz 34061 BLAKE2B d8ecbd9f3594440656e40d811846dd302d271f189711176a406572871db69f98bb4fd81a76ebdce697faf8d56029f4dcf735d18795adf732809e6017a7395cf2 SHA512 0ef0c0c9c22d948f6a8ee801372605dae52f4f571a32bbaa180c2c1daab061d623119c91b745f6a86cd28d7d08cdb47029a4de38354bdb28c62acfab080cc0f1
diff --git a/app-arch/dtrx/dtrx-8.5.0.ebuild b/app-arch/dtrx/dtrx-8.5.0.ebuild
new file mode 100644
index 000000000000..03c4b8340d0c
--- /dev/null
+++ b/app-arch/dtrx/dtrx-8.5.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+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
+ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.md )
+
+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
new file mode 100644
index 000000000000..03c4b8340d0c
--- /dev/null
+++ b/app-arch/dtrx/dtrx-9999.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+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
+ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.md )
+
+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/metadata.xml b/app-arch/dtrx/metadata.xml
new file mode 100644
index 000000000000..ed325e58479b
--- /dev/null
+++ b/app-arch/dtrx/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>xgqt@gentoo.org</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/dtrx-py/dtrx/issues/</bugs-to>
+ <remote-id type="github">dtrx-py/dtrx</remote-id>
+ <remote-id type="pypi">dtrx</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/dtrx/
@ 2023-02-13 14:46 Maciej Barć
0 siblings, 0 replies; 13+ messages in thread
From: Maciej Barć @ 2023-02-13 14:46 UTC (permalink / raw
To: gentoo-commits
commit: 1105791f4d6a1eff781a881ff6d25c32ed78e45a
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 11:12:57 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 14:46:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1105791f
app-arch/dtrx: remove platform specifier
Closes: https://bugs.gentoo.org/894148
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-arch/dtrx/dtrx-8.5.0.ebuild | 6 ++++++
app-arch/dtrx/dtrx-9999.ebuild | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/app-arch/dtrx/dtrx-8.5.0.ebuild b/app-arch/dtrx/dtrx-8.5.0.ebuild
index 03c4b8340d0c..120994564bbc 100644
--- a/app-arch/dtrx/dtrx-8.5.0.ebuild
+++ b/app-arch/dtrx/dtrx-8.5.0.ebuild
@@ -25,6 +25,12 @@ 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=(
diff --git a/app-arch/dtrx/dtrx-9999.ebuild b/app-arch/dtrx/dtrx-9999.ebuild
index 03c4b8340d0c..120994564bbc 100644
--- a/app-arch/dtrx/dtrx-9999.ebuild
+++ b/app-arch/dtrx/dtrx-9999.ebuild
@@ -25,6 +25,12 @@ 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=(
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/dtrx/
@ 2023-03-16 18:52 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2023-03-16 18:52 UTC (permalink / raw
To: gentoo-commits
commit: 2759e7f1cdfb0ab7c1eb2af0e12956cb6a4199df
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 16:16:12 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 18:50:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2759e7f1
app-arch/dtrx: Sync the live ebuild
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-arch/dtrx/dtrx-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/dtrx/dtrx-9999.ebuild b/app-arch/dtrx/dtrx-9999.ebuild
index 120994564bbc..42db2c734cf7 100644
--- a/app-arch/dtrx/dtrx-9999.ebuild
+++ b/app-arch/dtrx/dtrx-9999.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/${PN}-py/${PN}.git"
else
- SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+ inherit pypi
KEYWORDS="~amd64 ~x86"
fi
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/dtrx/
@ 2023-04-03 17:14 Jakov Smolić
0 siblings, 0 replies; 13+ messages in thread
From: Jakov Smolić @ 2023-04-03 17:14 UTC (permalink / raw
To: gentoo-commits
commit: bfbfb9b5a6acb370d40b6920fcf107be952de861
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 3 17:14:50 2023 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Apr 3 17:14:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfbfb9b5
app-arch/dtrx: Keyword 8.5.0 arm64, #903743
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-arch/dtrx/dtrx-8.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/dtrx/dtrx-8.5.0.ebuild b/app-arch/dtrx/dtrx-8.5.0.ebuild
index 4443c0ba9462..26e356be4fe2 100644
--- a/app-arch/dtrx/dtrx-8.5.0.ebuild
+++ b/app-arch/dtrx/dtrx-8.5.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]] ; then
EGIT_REPO_URI="https://github.com/${PN}-py/${PN}.git"
else
inherit pypi
- KEYWORDS="amd64 ~x86"
+ KEYWORDS="amd64 ~arm64 ~x86"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/dtrx/
@ 2023-04-03 17:40 Jakov Smolić
0 siblings, 0 replies; 13+ messages in thread
From: Jakov Smolić @ 2023-04-03 17:40 UTC (permalink / raw
To: gentoo-commits
commit: 9b25410ad7a92abecb492178710922a6c5bf02c9
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 3 17:40:53 2023 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Apr 3 17:40:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b25410a
app-arch/dtrx: Keyword 8.5.0 riscv, #903743
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-arch/dtrx/dtrx-8.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/dtrx/dtrx-8.5.0.ebuild b/app-arch/dtrx/dtrx-8.5.0.ebuild
index 26e356be4fe2..069c58105f09 100644
--- a/app-arch/dtrx/dtrx-8.5.0.ebuild
+++ b/app-arch/dtrx/dtrx-8.5.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]] ; then
EGIT_REPO_URI="https://github.com/${PN}-py/${PN}.git"
else
inherit pypi
- KEYWORDS="amd64 ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm64 ~riscv ~x86"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/dtrx/
@ 2023-04-03 19:14 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-04-03 19:14 UTC (permalink / raw
To: gentoo-commits
commit: 872acd6279f9238cf4532023a9405c3cf334a01a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 3 19:14:02 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 3 19:14:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=872acd62
app-arch/dtrx: Keyword 8.5.0 arm, #903743
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-arch/dtrx/dtrx-8.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/dtrx/dtrx-8.5.0.ebuild b/app-arch/dtrx/dtrx-8.5.0.ebuild
index 069c58105f09..43636b151107 100644
--- a/app-arch/dtrx/dtrx-8.5.0.ebuild
+++ b/app-arch/dtrx/dtrx-8.5.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]] ; then
EGIT_REPO_URI="https://github.com/${PN}-py/${PN}.git"
else
inherit pypi
- KEYWORDS="amd64 ~arm64 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/dtrx/
@ 2023-04-29 19:31 Maciej Barć
0 siblings, 0 replies; 13+ messages in thread
From: Maciej Barć @ 2023-04-29 19:31 UTC (permalink / raw
To: gentoo-commits
commit: 319bc0bef52c9141a8ed38ce697746524c675af9
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 15:05:00 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 19:31:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319bc0be
app-arch/dtrx: bump to 8.5.2
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-arch/dtrx/Manifest | 1 +
app-arch/dtrx/dtrx-8.5.2.ebuild | 57 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/app-arch/dtrx/Manifest b/app-arch/dtrx/Manifest
index 304aa96c2903..9c719a1055c6 100644
--- a/app-arch/dtrx/Manifest
+++ b/app-arch/dtrx/Manifest
@@ -1 +1,2 @@
DIST dtrx-8.5.0.tar.gz 34061 BLAKE2B d8ecbd9f3594440656e40d811846dd302d271f189711176a406572871db69f98bb4fd81a76ebdce697faf8d56029f4dcf735d18795adf732809e6017a7395cf2 SHA512 0ef0c0c9c22d948f6a8ee801372605dae52f4f571a32bbaa180c2c1daab061d623119c91b745f6a86cd28d7d08cdb47029a4de38354bdb28c62acfab080cc0f1
+DIST dtrx-8.5.2.tar.gz 34112 BLAKE2B 01d13bc2f53bb8093c8c69acea6af4d80ef3c58dc61ad28a79b1385814693738c371bb38742aa6df933c8f69d1ad86ba05c45d222e4b5398df8fc811c50c2c9e SHA512 b8091bc0a948b9fd796b9a6e335e270736e9a66d103406bbac7d5064cf01067daed5f4287ab5e29aca61819915461ff31979dda437fd6089ab3f62c44d97f065
diff --git a/app-arch/dtrx/dtrx-8.5.2.ebuild b/app-arch/dtrx/dtrx-8.5.2.ebuild
new file mode 100644
index 000000000000..e0fd47057821
--- /dev/null
+++ b/app-arch/dtrx/dtrx-8.5.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+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
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/dtrx/
@ 2023-05-15 19:33 Maciej Barć
0 siblings, 0 replies; 13+ messages in thread
From: Maciej Barć @ 2023-05-15 19:33 UTC (permalink / raw
To: gentoo-commits
commit: 563e2637ead45db031b05e9490ea576a4a1e8011
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 18:39:05 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon May 15 19:08:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=563e2637
app-arch/dtrx: bump to 8.5.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-arch/dtrx/Manifest | 1 +
app-arch/dtrx/dtrx-8.5.3.ebuild | 57 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/app-arch/dtrx/Manifest b/app-arch/dtrx/Manifest
index 9c719a1055c6..c096150783eb 100644
--- a/app-arch/dtrx/Manifest
+++ b/app-arch/dtrx/Manifest
@@ -1,2 +1,3 @@
DIST dtrx-8.5.0.tar.gz 34061 BLAKE2B d8ecbd9f3594440656e40d811846dd302d271f189711176a406572871db69f98bb4fd81a76ebdce697faf8d56029f4dcf735d18795adf732809e6017a7395cf2 SHA512 0ef0c0c9c22d948f6a8ee801372605dae52f4f571a32bbaa180c2c1daab061d623119c91b745f6a86cd28d7d08cdb47029a4de38354bdb28c62acfab080cc0f1
DIST dtrx-8.5.2.tar.gz 34112 BLAKE2B 01d13bc2f53bb8093c8c69acea6af4d80ef3c58dc61ad28a79b1385814693738c371bb38742aa6df933c8f69d1ad86ba05c45d222e4b5398df8fc811c50c2c9e SHA512 b8091bc0a948b9fd796b9a6e335e270736e9a66d103406bbac7d5064cf01067daed5f4287ab5e29aca61819915461ff31979dda437fd6089ab3f62c44d97f065
+DIST dtrx-8.5.3.tar.gz 34147 BLAKE2B 156d2305f777b63870490736fd769a9d480f390d41ac0aa6acac16d4c5b21bb5b3f88d7b2cea6ecbf74511895bb3c3d923a6186d5189ebf3f7a5f4bb5db6c0f1 SHA512 0c29f0d9ca03d11206297669c20c3443c420db4aa0d91da54a5f6ac7236120af04a1a8d7e2e4f85b3d7e6c6050786cc0293bab02f424fe3be52a40f069d397be
diff --git a/app-arch/dtrx/dtrx-8.5.3.ebuild b/app-arch/dtrx/dtrx-8.5.3.ebuild
new file mode 100644
index 000000000000..e0fd47057821
--- /dev/null
+++ b/app-arch/dtrx/dtrx-8.5.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+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
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/dtrx/
@ 2023-05-31 16:01 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-05-31 16:01 UTC (permalink / raw
To: gentoo-commits
commit: ab0945ab5669b11d535e26a5b46ea3e0650dcf2a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 16:01:23 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 31 16:01:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0945ab
app-arch/dtrx: Stabilize 8.5.2 amd64, #907490
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/dtrx/dtrx-8.5.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/dtrx/dtrx-8.5.2.ebuild b/app-arch/dtrx/dtrx-8.5.2.ebuild
index e0fd47057821..43636b151107 100644
--- a/app-arch/dtrx/dtrx-8.5.2.ebuild
+++ b/app-arch/dtrx/dtrx-8.5.2.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]] ; then
EGIT_REPO_URI="https://github.com/${PN}-py/${PN}.git"
else
inherit pypi
- KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/dtrx/
@ 2023-06-17 15:13 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-06-17 15:13 UTC (permalink / raw
To: gentoo-commits
commit: d5d69bb0b60d733db02c798d4a1053fd247403d1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 15:12:47 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 15:12:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d69bb0
app-arch/dtrx: Stabilize 8.5.3 amd64, #908678
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/dtrx/dtrx-8.5.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/dtrx/dtrx-8.5.3.ebuild b/app-arch/dtrx/dtrx-8.5.3.ebuild
index e0fd47057821..43636b151107 100644
--- a/app-arch/dtrx/dtrx-8.5.3.ebuild
+++ b/app-arch/dtrx/dtrx-8.5.3.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]] ; then
EGIT_REPO_URI="https://github.com/${PN}-py/${PN}.git"
else
inherit pypi
- KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/dtrx/
@ 2023-09-02 14:30 Maciej Barć
0 siblings, 0 replies; 13+ messages in thread
From: Maciej Barć @ 2023-09-02 14:30 UTC (permalink / raw
To: gentoo-commits
commit: 70839d136fb366ac8bd5c7a658aa7e125af4de7d
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 2 14:22:44 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Sep 2 14:29:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70839d13
app-arch/dtrx: drop old 8.5.2
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-arch/dtrx/Manifest | 1 -
app-arch/dtrx/dtrx-8.5.2.ebuild | 57 -----------------------------------------
2 files changed, 58 deletions(-)
diff --git a/app-arch/dtrx/Manifest b/app-arch/dtrx/Manifest
index c20c1f3c2837..b257f06a52bb 100644
--- a/app-arch/dtrx/Manifest
+++ b/app-arch/dtrx/Manifest
@@ -1,2 +1 @@
-DIST dtrx-8.5.2.tar.gz 34112 BLAKE2B 01d13bc2f53bb8093c8c69acea6af4d80ef3c58dc61ad28a79b1385814693738c371bb38742aa6df933c8f69d1ad86ba05c45d222e4b5398df8fc811c50c2c9e SHA512 b8091bc0a948b9fd796b9a6e335e270736e9a66d103406bbac7d5064cf01067daed5f4287ab5e29aca61819915461ff31979dda437fd6089ab3f62c44d97f065
DIST dtrx-8.5.3.tar.gz 34147 BLAKE2B 156d2305f777b63870490736fd769a9d480f390d41ac0aa6acac16d4c5b21bb5b3f88d7b2cea6ecbf74511895bb3c3d923a6186d5189ebf3f7a5f4bb5db6c0f1 SHA512 0c29f0d9ca03d11206297669c20c3443c420db4aa0d91da54a5f6ac7236120af04a1a8d7e2e4f85b3d7e6c6050786cc0293bab02f424fe3be52a40f069d397be
diff --git a/app-arch/dtrx/dtrx-8.5.2.ebuild b/app-arch/dtrx/dtrx-8.5.2.ebuild
deleted file mode 100644
index 43636b151107..000000000000
--- a/app-arch/dtrx/dtrx-8.5.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-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
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/dtrx/
@ 2023-09-02 14:30 Maciej Barć
0 siblings, 0 replies; 13+ messages in thread
From: Maciej Barć @ 2023-09-02 14:30 UTC (permalink / raw
To: gentoo-commits
commit: 3e24b90cf9e484d97c0f96811ebfcfa5929c36cf
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 2 14:22:40 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Sep 2 14:29:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e24b90c
app-arch/dtrx: drop old 8.5.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-arch/dtrx/Manifest | 1 -
app-arch/dtrx/dtrx-8.5.0.ebuild | 57 -----------------------------------------
2 files changed, 58 deletions(-)
diff --git a/app-arch/dtrx/Manifest b/app-arch/dtrx/Manifest
index c096150783eb..c20c1f3c2837 100644
--- a/app-arch/dtrx/Manifest
+++ b/app-arch/dtrx/Manifest
@@ -1,3 +1,2 @@
-DIST dtrx-8.5.0.tar.gz 34061 BLAKE2B d8ecbd9f3594440656e40d811846dd302d271f189711176a406572871db69f98bb4fd81a76ebdce697faf8d56029f4dcf735d18795adf732809e6017a7395cf2 SHA512 0ef0c0c9c22d948f6a8ee801372605dae52f4f571a32bbaa180c2c1daab061d623119c91b745f6a86cd28d7d08cdb47029a4de38354bdb28c62acfab080cc0f1
DIST dtrx-8.5.2.tar.gz 34112 BLAKE2B 01d13bc2f53bb8093c8c69acea6af4d80ef3c58dc61ad28a79b1385814693738c371bb38742aa6df933c8f69d1ad86ba05c45d222e4b5398df8fc811c50c2c9e SHA512 b8091bc0a948b9fd796b9a6e335e270736e9a66d103406bbac7d5064cf01067daed5f4287ab5e29aca61819915461ff31979dda437fd6089ab3f62c44d97f065
DIST dtrx-8.5.3.tar.gz 34147 BLAKE2B 156d2305f777b63870490736fd769a9d480f390d41ac0aa6acac16d4c5b21bb5b3f88d7b2cea6ecbf74511895bb3c3d923a6186d5189ebf3f7a5f4bb5db6c0f1 SHA512 0c29f0d9ca03d11206297669c20c3443c420db4aa0d91da54a5f6ac7236120af04a1a8d7e2e4f85b3d7e6c6050786cc0293bab02f424fe3be52a40f069d397be
diff --git a/app-arch/dtrx/dtrx-8.5.0.ebuild b/app-arch/dtrx/dtrx-8.5.0.ebuild
deleted file mode 100644
index 43636b151107..000000000000
--- a/app-arch/dtrx/dtrx-8.5.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-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
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/dtrx/
@ 2024-04-14 15:33 Maciej Barć
0 siblings, 0 replies; 13+ messages in thread
From: Maciej Barć @ 2024-04-14 15:33 UTC (permalink / raw
To: gentoo-commits
commit: 9ab25810f9be64835143e3d567ce3bda4878db65
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 15:00:31 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 15:33:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab25810
app-arch/dtrx: enable py3.12 compat
Closes: https://bugs.gentoo.org/929280
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-arch/dtrx/{dtrx-8.5.3.ebuild => dtrx-8.5.3-r1.ebuild} | 4 ++--
app-arch/dtrx/dtrx-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-arch/dtrx/dtrx-8.5.3.ebuild b/app-arch/dtrx/dtrx-8.5.3-r1.ebuild
similarity index 93%
rename from app-arch/dtrx/dtrx-8.5.3.ebuild
rename to app-arch/dtrx/dtrx-8.5.3-r1.ebuild
index 43636b151107..7a6ccf0a7793 100644
--- a/app-arch/dtrx/dtrx-8.5.3.ebuild
+++ b/app-arch/dtrx/dtrx-8.5.3-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# 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..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 optfeature
diff --git a/app-arch/dtrx/dtrx-9999.ebuild b/app-arch/dtrx/dtrx-9999.ebuild
index 42db2c734cf7..efeeace6e9ef 100644
--- a/app-arch/dtrx/dtrx-9999.ebuild
+++ b/app-arch/dtrx/dtrx-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# 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..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 optfeature
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2024-04-14 15:33 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-02 14:30 [gentoo-commits] repo/gentoo:master commit in: app-arch/dtrx/ Maciej Barć
-- strict thread matches above, loose matches on Subject: below --
2024-04-14 15:33 Maciej Barć
2023-09-02 14:30 Maciej Barć
2023-06-17 15:13 Sam James
2023-05-31 16:01 Sam James
2023-05-15 19:33 Maciej Barć
2023-04-29 19:31 Maciej Barć
2023-04-03 19:14 Arthur Zamarin
2023-04-03 17:40 Jakov Smolić
2023-04-03 17:14 Jakov Smolić
2023-03-16 18:52 Michał Górny
2023-02-13 14:46 Maciej Barć
2023-02-12 22:18 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox