diff options
author | Sebastian Pipping <sping@gentoo.org> | 2024-10-21 02:27:58 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2024-10-21 02:27:58 +0200 |
commit | bed005efcd10309d60a2c6e81cf0210757fddd40 (patch) | |
tree | 1aede6298b9711cd46daae9a0454f5c92e6a59a8 /sys-apps | |
parent | dev-util/android-studio: drop 2023.1.1.22-r1 (diff) | |
download | gentoo-bed005efcd10309d60a2c6e81cf0210757fddd40.tar.gz gentoo-bed005efcd10309d60a2c6e81cf0210757fddd40.tar.bz2 gentoo-bed005efcd10309d60a2c6e81cf0210757fddd40.zip |
sys-apps/dcfldd: Drop old
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/dcfldd/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/dcfldd/dcfldd-1.8.ebuild | 25 | ||||
-rw-r--r-- | sys-apps/dcfldd/dcfldd-1.9-r1.ebuild | 30 | ||||
-rw-r--r-- | sys-apps/dcfldd/dcfldd-1.9.1-r1.ebuild | 33 | ||||
-rw-r--r-- | sys-apps/dcfldd/dcfldd-1.9.1.ebuild | 30 |
5 files changed, 0 insertions, 120 deletions
diff --git a/sys-apps/dcfldd/Manifest b/sys-apps/dcfldd/Manifest index 0b1484be8f1f..f012770b8a6e 100644 --- a/sys-apps/dcfldd/Manifest +++ b/sys-apps/dcfldd/Manifest @@ -1,3 +1 @@ -DIST dcfldd-1.8.tar.gz 89853 BLAKE2B c4c492500962bbe5329b2b67387424a99fce9853a9ab8788894e981e8327f5945f9f9ddf8a7bf219e1ff2a506725e2bcee7180e862be09023bef961842b989f0 SHA512 68b1d5806a723a3b499220a007faafb60fd1baa1924511a2e56be41828e2ac517d40e4f53160feb67d5202b25abdf6d304a1e8f100b49594f31dcf0198aaf7da DIST dcfldd-1.9.1.tar.gz 90536 BLAKE2B 644a96ba193ab0275a805c5bad1bc64fcfc2386c2aace4be1d523d6adb52ded6dc02ec2b0c40f1427772e00f6bef285f0fa515e99fa1793a0e1341916a41bd3a SHA512 bef5dfaa25a51889efcadec101948c4d0e3cbf6ee4a624e4818502bbc78b458310f7b67538946dff927713b7ce6294d269dd3ddba0685fb367988eec582d1f02 -DIST dcfldd-1.9.tar.gz 90477 BLAKE2B a594474fea9414e18ba80c1d385f87a19baac49cd09c966fb9b3dac512d7465f376b269e78117e87bc8c797132321227a81689387ef8c13c5e8f2ca4e261cba5 SHA512 675ae32f70206d1027a9687b1b30f6b1d63bcad7dc19219b070b68630721e0bd4cf5e48e7d56d6d5e03c486d6a707f9ff54175ed60e02717219cf38dcb4add37 diff --git a/sys-apps/dcfldd/dcfldd-1.8.ebuild b/sys-apps/dcfldd/dcfldd-1.8.ebuild deleted file mode 100644 index 7b14719021c6..000000000000 --- a/sys-apps/dcfldd/dcfldd-1.8.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 -} diff --git a/sys-apps/dcfldd/dcfldd-1.9-r1.ebuild b/sys-apps/dcfldd/dcfldd-1.9-r1.ebuild deleted file mode 100644 index a5429c9cad6e..000000000000 --- a/sys-apps/dcfldd/dcfldd-1.9-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit autotools bash-completion-r1 - -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 -} - -src_install() { - default - newbashcomp doc/dcfldd-bash_completion dcfldd -} diff --git a/sys-apps/dcfldd/dcfldd-1.9.1-r1.ebuild b/sys-apps/dcfldd/dcfldd-1.9.1-r1.ebuild deleted file mode 100644 index cdb9568c5856..000000000000 --- a/sys-apps/dcfldd/dcfldd-1.9.1-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit autotools bash-completion-r1 - -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" - -DEPEND="virtual/pkgconfig" - -DOCS=( - AUTHORS - CONTRIBUTING.md - ChangeLog - NEWS - README.md -) - -src_prepare() { - default - eautoreconf -} - -src_install() { - default - newbashcomp doc/dcfldd-bash_completion dcfldd -} diff --git a/sys-apps/dcfldd/dcfldd-1.9.1.ebuild b/sys-apps/dcfldd/dcfldd-1.9.1.ebuild deleted file mode 100644 index a5429c9cad6e..000000000000 --- a/sys-apps/dcfldd/dcfldd-1.9.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit autotools bash-completion-r1 - -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 -} - -src_install() { - default - newbashcomp doc/dcfldd-bash_completion dcfldd -} |