public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/dtrx/
Date: Mon, 15 May 2023 19:33:59 +0000 (UTC)	[thread overview]
Message-ID: <1684177695.563e2637ead45db031b05e9490ea576a4a1e8011.xgqt@gentoo> (raw)

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
+}


             reply	other threads:[~2023-05-15 19:34 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-15 19:33 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-14 15:33 [gentoo-commits] repo/gentoo:master commit in: app-arch/dtrx/ Maciej Barć
2023-09-02 14:30 Maciej Barć
2023-09-02 14:30 Maciej Barć
2023-06-17 15:13 Sam James
2023-05-31 16:01 Sam James
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ć

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1684177695.563e2637ead45db031b05e9490ea576a4a1e8011.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox