commit:     c432a47e5bdd87982ae1e80cd81ae4e550b31b90
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 10 12:12:03 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Feb 10 12:12:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c432a47e

sys-apps/dcfldd: Drop old

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-apps/dcfldd/dcfldd-1.3.4.1.ebuild | 27 ---------------------------
 1 file changed, 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 a95a4fdbd21..00000000000
--- 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
-}

Reply via email to