summaryrefslogtreecommitdiff
path: root/app-misc/detox/detox-1.4.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-17 11:36:49 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-17 11:36:49 +0100
commite2db47eaae00ec33f8971db44b68645c5d3b9590 (patch)
tree3ec0cf16ddb5854017e134fabebe14bf8cb94a34 /app-misc/detox/detox-1.4.3.ebuild
parent616579b5d773c50af31ee56f00105d96ce641ca2 (diff)
gentoo resync : 17.08.2021
Diffstat (limited to 'app-misc/detox/detox-1.4.3.ebuild')
-rw-r--r--app-misc/detox/detox-1.4.3.ebuild38
1 files changed, 0 insertions, 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 8966cb7d4b6d..000000000000
--- 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
-}