summaryrefslogtreecommitdiff
path: root/sys-apps/dcfldd/dcfldd-1.9.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-26 18:15:31 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-26 18:15:31 +0100
commit495a8590505b434749ddebe6aa159b4d707ed846 (patch)
tree92ac28e766f0203e2bd3c5f46b491944cdf03907 /sys-apps/dcfldd/dcfldd-1.9.ebuild
parent218cd7b08b8b97198d02f1ba811d540421367139 (diff)
gentoo auto-resync : 26:04:2023 - 18:15:30
Diffstat (limited to 'sys-apps/dcfldd/dcfldd-1.9.ebuild')
-rw-r--r--sys-apps/dcfldd/dcfldd-1.9.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/sys-apps/dcfldd/dcfldd-1.9.ebuild b/sys-apps/dcfldd/dcfldd-1.9.ebuild
deleted file mode 100644
index c2fe5f2e7aef..000000000000
--- a/sys-apps/dcfldd/dcfldd-1.9.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-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
-}