public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/detox/
Date: Thu, 28 Aug 2025 17:22:36 +0000 (UTC)	[thread overview]
Message-ID: <1756401747.6a04259f3e5e7f795634e1e7e88e6df1c9f4595c.arthurzam@gentoo> (raw)

commit:     6a04259f3e5e7f795634e1e7e88e6df1c9f4595c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 28 17:21:12 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 28 17:22:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a04259f

app-misc/detox: add 3.0.1, EAPI=8

Closes: https://bugs.gentoo.org/952916
Closes: https://bugs.gentoo.org/734202
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/detox/Manifest           |  1 +
 app-misc/detox/detox-3.0.1.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-misc/detox/Manifest b/app-misc/detox/Manifest
index ea54cfbb330b..ee14cc092856 100644
--- a/app-misc/detox/Manifest
+++ b/app-misc/detox/Manifest
@@ -1,2 +1,3 @@
 DIST detox-1.4.2.tar.gz 106736 BLAKE2B a27f9d93bf6f6c1634517c0f193affe576b2eec6be4b8fc38e91ef75a6f1a01a4376684d5a9b109b3971d0e311b64faeba020a3b7660ff130086956a7ebe92bd SHA512 ca1327e127cf1ba1803d8931aa119c9d11fc5b998f45ad5f7c339cea7f7928a5a6a45f90db9a51a7ccf6d4ee268cd316461c621db62dcc7182cd0255e74a1481
 DIST detox-1.4.5.tar.gz 111745 BLAKE2B 2da339ea0be836671d792bd2582815f9bcf4b6a0681d4a2b52062462fe2657c01c8adf378a53b2f758c138445c5acf6183c31047bd170bc21b088635768247e9 SHA512 f91ae893cf50a3f9d731a26218625f572c783406056c0accbd8253d6dc5de9013ffbe1497120af7be4b7054d65ebbe96b73df64a5d1cc3aaec40e6542e5c6208
+DIST detox-3.0.1.tar.gz 203071 BLAKE2B 73263a1c7501dd657d0e6028730832585539a41a3042fb9f39a65799ea4456d4252dc5ba24bb7f081f57bf7c859d2922a69bb690d8232ee185c81b39a7312e51 SHA512 1d9cbec5876a4b3bd96c84ddec9d2a55703cd5eefba7be63fb2c55bff3307a70e5cc5f0c297d628eeda53117125b410b4e3212af580b92e3d2ab365b90af4017

diff --git a/app-misc/detox/detox-3.0.1.ebuild b/app-misc/detox/detox-3.0.1.ebuild
new file mode 100644
index 000000000000..83add56151ba
--- /dev/null
+++ b/app-misc/detox/detox-3.0.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Safely remove spaces and strange characters from filenames"
+HOMEPAGE="https://github.com/dharple/detox"
+SRC_URI="https://github.com/dharple/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+	app-alternatives/yacc
+	app-alternatives/lex
+"
+
+src_prepare() {
+	default
+	eautoreconf
+}


             reply	other threads:[~2025-08-28 17:22 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-28 17:22 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-28 17:22 [gentoo-commits] repo/gentoo:master commit in: app-misc/detox/ Arthur Zamarin
2025-08-28 17:22 Arthur Zamarin
2021-12-21  3:39 Yixun Lan
2021-10-14  9:40 Sam James
2021-09-17  9:20 Agostino Sarubbo
2021-09-15  7:59 Agostino Sarubbo
2021-08-16  1:58 Sam James
2021-08-16  1:58 Sam James
2021-08-10  3:05 Sam James
2021-08-10  3:05 Sam James
2021-08-10  3:04 Sam James
2021-08-10  3:03 Sam James
2021-08-10  3:03 Sam James
2021-08-10  3:03 Sam James
2021-08-09 22:28 Sam James
2021-06-11  6:39 Sam James
2021-04-22  2:59 Sam James
2021-04-21 18:53 Sam James
2021-04-19 19:18 Sam James
2021-02-24 16:27 Sam James
2021-02-12  9:51 Lars Wendler
2018-11-13 22:01 Patrice Clement

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=1756401747.6a04259f3e5e7f795634e1e7e88e6df1c9f4595c.arthurzam@gentoo \
    --to=arthurzam@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