summaryrefslogtreecommitdiff
path: root/sys-apps/dcfldd/dcfldd-1.7.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/dcfldd/dcfldd-1.7.1.ebuild')
-rw-r--r--sys-apps/dcfldd/dcfldd-1.7.1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/sys-apps/dcfldd/dcfldd-1.7.1.ebuild b/sys-apps/dcfldd/dcfldd-1.7.1.ebuild
deleted file mode 100644
index 445c8b11d420..000000000000
--- a/sys-apps/dcfldd/dcfldd-1.7.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="enhanced dd with features for forensics and security"
-HOMEPAGE="https://github.com/resurrecting-open-source-projects/dcfldd"
-SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~riscv ~x86"
-DOCS=(
- AUTHORS
- CONTRIBUTING.md
- ChangeLog
- NEWS
- README.md
-)
-
-src_prepare() {
- default
- eautoreconf
-}