commit:     7bd8ec8feaf4f208430f5fad15635fd8003ad144
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 16 00:48:48 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 16 01:58:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd8ec8f

app-misc/detox: drop 1.4.3

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/detox/detox-1.4.3.ebuild | 38 --------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/app-misc/detox/detox-1.4.3.ebuild 
b/app-misc/detox/detox-1.4.3.ebuild
deleted file mode 100644
index 8966cb7d4b6..00000000000
--- a/app-misc/detox/detox-1.4.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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"
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="!dev-python/detox"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/bison
-       sys-devel/flex"
-
-src_prepare() {
-       default
-
-       sed \
-               -e '/detoxrc.sample/d' \
-               -i Makefile.am || die
-
-       eautoreconf
-}
-
-src_install() {
-       default
-
-       dodoc etc/${PN}rc.sample
-}

Reply via email to