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 CDD13138334 for ; Sat, 11 Aug 2018 09:07:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AD84E0839; Sat, 11 Aug 2018 09:07:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 02215E0839 for ; Sat, 11 Aug 2018 09:06:59 +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 5592D335CC9 for ; Sat, 11 Aug 2018 09:06:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 928793AB for ; Sat, 11 Aug 2018 09:06:54 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1533976914.4e32487dfca250a4d644f07c0052334e876feb9a.asturm@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-r1.ebuild X-VCS-Directories: sys-apps/dcfldd/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4e32487dfca250a4d644f07c0052334e876feb9a X-VCS-Branch: master Date: Sat, 11 Aug 2018 09:06:54 +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-Archives-Salt: fdd1b144-7161-455d-8352-cf2cb7cba9e2 X-Archives-Hash: a570a59056f1cf7866684aaff27ddb78 commit: 4e32487dfca250a4d644f07c0052334e876feb9a Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Aug 9 18:51:05 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 11 08:41:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e32487d sys-apps/dcfldd: EAPI7, improve ebuild Closes: https://bugs.gentoo.org/663250 Closes: https://github.com/gentoo/gentoo/pull/9519 sys-apps/dcfldd/dcfldd-1.3.4.1-r1.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/sys-apps/dcfldd/dcfldd-1.3.4.1-r1.ebuild b/sys-apps/dcfldd/dcfldd-1.3.4.1-r1.ebuild new file mode 100644 index 00000000000..fdff926a5d6 --- /dev/null +++ b/sys-apps/dcfldd/dcfldd-1.3.4.1-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +My_PV=$(ver_rs 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" + +S="${WORKDIR}/${PN}-${My_PV}"