commit: 49d9c51ada5e17cf7a4ff87244e2cd6812926f10 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat May 29 19:03:00 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat May 29 19:03:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d9c51a
sys-block/scsiping: ebuild tidying Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: David Seifert <soap <AT> gentoo.org> sys-block/scsiping/scsiping-0.0.1-r1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-block/scsiping/scsiping-0.0.1-r1.ebuild b/sys-block/scsiping/scsiping-0.0.1-r1.ebuild index c2d0e009579..c3cc60f5cb0 100644 --- a/sys-block/scsiping/scsiping-0.0.1-r1.ebuild +++ b/sys-block/scsiping/scsiping-0.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,12 +6,10 @@ EAPI=7 DESCRIPTION="SCSIPing pings a host on the SCSI-chain" HOMEPAGE="https://www.vanheusden.com/Linux/" SRC_URI="https://www.vanheusden.com/Linux/${P}.tgz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="" -RDEPEND="" -DEPEND="${RDEPEND}" src_prepare() { sed -i -e '/strip scsiping/d' "${S}"/Makefile
