From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 14165138334 for ; Sun, 10 Feb 2019 12:12:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4681BE09E4; Sun, 10 Feb 2019 12:12:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F814E09E4 for ; Sun, 10 Feb 2019 12:12:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C228E335D35 for ; Sun, 10 Feb 2019 12:12:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB9B9553 for ; Sun, 10 Feb 2019 12:12:13 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1549800723.c432a47e5bdd87982ae1e80cd81ae4e550b31b90.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dcfldd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dcfldd/dcfldd-1.3.4.1.ebuild X-VCS-Directories: sys-apps/dcfldd/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c432a47e5bdd87982ae1e80cd81ae4e550b31b90 X-VCS-Branch: master Date: Sun, 10 Feb 2019 12:12:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0c064476-98cf-4db8-981f-afb19e4323f9 X-Archives-Hash: 750ccda175ce02363b30183b798827f8 commit: c432a47e5bdd87982ae1e80cd81ae4e550b31b90 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Feb 10 12:12:03 2019 +0000 Commit: Mikle Kolyada gentoo 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 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 -}