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 9FB5D138334 for ; Sat, 23 Nov 2019 18:33:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCED2E07F1; Sat, 23 Nov 2019 18:33:01 +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 A4B12E07F1 for ; Sat, 23 Nov 2019 18:33:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CBC1934D27F for ; Sat, 23 Nov 2019 18:33:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 006C08B8 for ; Sat, 23 Nov 2019 18:32:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1574533850.1d62f95a7aaa6f941c9f62f1fd472f1481983d4d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/scsiping/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/scsiping/scsiping-0.0.1.ebuild X-VCS-Directories: sys-block/scsiping/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1d62f95a7aaa6f941c9f62f1fd472f1481983d4d X-VCS-Branch: master Date: Sat, 23 Nov 2019 18:32:59 +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: b97b4430-85d2-4e63-8ab1-ceccca249c15 X-Archives-Hash: efa36a0affda0d15e2ec511039c6b1e6 commit: 1d62f95a7aaa6f941c9f62f1fd472f1481983d4d Author: Michał Górny gentoo org> AuthorDate: Sat Nov 23 18:30:50 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 23 18:30:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d62f95a sys-block/scsiping: Drop EAPI 0 ebuild Signed-off-by: Michał Górny gentoo.org> sys-block/scsiping/scsiping-0.0.1.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/sys-block/scsiping/scsiping-0.0.1.ebuild b/sys-block/scsiping/scsiping-0.0.1.ebuild deleted file mode 100644 index 9c9e4810bdc..00000000000 --- a/sys-block/scsiping/scsiping-0.0.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="SCSIPing pings a host on the SCSI-chain" -HOMEPAGE="http://www.vanheusden.com/Linux/" -SRC_URI="http://www.vanheusden.com/Linux/${P}.tgz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" -RDEPEND="" -DEPEND="${RDEPEND}" - -src_unpack() { - unpack ${A} - sed -i -e '/strip scsiping/d' ${S}/Makefile -} - -src_compile() { - emake DEBUG='' CFLAGS="${CFLAGS}" -} - -src_install() { - dosbin scsiping -} - -pkg_postinst() { - ewarn "WARNING: using scsiping on a device with mounted partitions may be hazardous to your system!" -}