From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 753F41382C5 for ; Fri, 11 Jun 2021 06:39:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA8B5E0870; Fri, 11 Jun 2021 06:39:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DB5AE086B for ; Fri, 11 Jun 2021 06:39:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BEF633BE1A for ; Fri, 11 Jun 2021 06:39:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EE137A2 for ; Fri, 11 Jun 2021 06:39:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1623393502.22c9545f646c8230ecc39415fdc876b7d7eb8a9a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/detox/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/detox/Manifest app-misc/detox/detox-1.4.2.ebuild X-VCS-Directories: app-misc/detox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 22c9545f646c8230ecc39415fdc876b7d7eb8a9a X-VCS-Branch: master Date: Fri, 11 Jun 2021 06:39:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6bde1040-d4b2-46e4-b24f-db73e9ebfee5 X-Archives-Hash: df658bacef4c49c8fca518ae45b11b1a commit: 22c9545f646c8230ecc39415fdc876b7d7eb8a9a Author: Sam James gentoo org> AuthorDate: Fri Jun 11 06:38:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 11 06:38:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c9545f app-misc/detox: add 1.4.2 Signed-off-by: Sam James gentoo.org> app-misc/detox/Manifest | 1 + app-misc/detox/detox-1.4.2.ebuild | 42 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/app-misc/detox/Manifest b/app-misc/detox/Manifest index ba4b06824af..e820c4d29cc 100644 --- a/app-misc/detox/Manifest +++ b/app-misc/detox/Manifest @@ -1,2 +1,3 @@ DIST detox-1.2.0.tar.bz2 86118 BLAKE2B 2dbde6ebd98b59c18c60f99006731484dcbc698ab77b56991f2af94f4ad45da141046975af47b66242ff42d4e3a8bb3b515d4b70ba30f12cb1b8ceea5832f52a SHA512 48c0060ed0538c26aeba444bf327f1e52ea47d0e696577deeb43304dfb960ee5abe984651948bfc67c51d7f15f9051df2a208acfe53a5778a7471460e87f639a DIST detox-1.4.0.tar.gz 106361 BLAKE2B 5993ded30282a16a81481885cdee41fe0b1c2ac34e5f389b53981e098d13acdfe367c7de462436fe3a4ee8ff86220f4c69d54a47c1122a0f39bde12c4d6ec908 SHA512 9486056b3b58dbb5ae16bc461586a997f8990ddb6e0db5ba561df862c16dfe926911fd09f065ef2578d39c3e3f1a267be201f865cf3f6b576c01910bda39cecb +DIST detox-1.4.2.tar.gz 106736 BLAKE2B a27f9d93bf6f6c1634517c0f193affe576b2eec6be4b8fc38e91ef75a6f1a01a4376684d5a9b109b3971d0e311b64faeba020a3b7660ff130086956a7ebe92bd SHA512 ca1327e127cf1ba1803d8931aa119c9d11fc5b998f45ad5f7c339cea7f7928a5a6a45f90db9a51a7ccf6d4ee268cd316461c621db62dcc7182cd0255e74a1481 diff --git a/app-misc/detox/detox-1.4.2.ebuild b/app-misc/detox/detox-1.4.2.ebuild new file mode 100644 index 00000000000..7a6a540e4ce --- /dev/null +++ b/app-misc/detox/detox-1.4.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +MY_P="${PN}-${PV/_/-}" + +DESCRIPTION="Safely remove spaces and strange characters from filenames" +HOMEPAGE="http://detox.sourceforge.net/ 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 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +S="${WORKDIR}"/${MY_P} + +RDEPEND=" + !dev-python/detox" + +DEPEND="${RDEPEND}" +BDEPEND=" + sys-devel/flex + sys-devel/bison +" + +src_prepare() { + default + sed \ + -e '/detoxrc.sample/d' \ + -i Makefile.am || die + eautoreconf +} + +src_install() { + default + + dodoc etc/${PN}rc.sample +}