diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-10 15:12:03 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-10 15:12:03 +0300 |
commit | c432a47e5bdd87982ae1e80cd81ae4e550b31b90 (patch) | |
tree | f1eafdc59324de9b672f639cf0ce3067d5e8ac79 /sys-apps/dcfldd | |
parent | sys-apps/dcfldd: x86 stable wrt bug #676780 (diff) | |
download | gentoo-c432a47e5bdd87982ae1e80cd81ae4e550b31b90.tar.gz gentoo-c432a47e5bdd87982ae1e80cd81ae4e550b31b90.tar.bz2 gentoo-c432a47e5bdd87982ae1e80cd81ae4e550b31b90.zip |
sys-apps/dcfldd: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-apps/dcfldd')
-rw-r--r-- | sys-apps/dcfldd/dcfldd-1.3.4.1.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-apps/dcfldd/dcfldd-1.3.4.1.ebuild b/sys-apps/dcfldd/dcfldd-1.3.4.1.ebuild deleted file mode 100644 index a95a4fdbd213..000000000000 --- a/sys-apps/dcfldd/dcfldd-1.3.4.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit versionator - -My_PV=$(replace_version_separator 3 '-') - -DESCRIPTION="enhanced dd with features for forensics and security" -HOMEPAGE="http://dcfldd.sourceforge.net/" -SRC_URI="mirror://sourceforge/dcfldd/${PN}-${My_PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}-${My_PV}" - -src_install() { - make install DESTDIR="${D}" || die "make install failed" - dodoc AUTHORS ChangeLog README -} |