diff options
author | Sam James <sam@gentoo.org> | 2021-05-29 21:03:00 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-29 21:03:00 +0200 |
commit | 49d9c51ada5e17cf7a4ff87244e2cd6812926f10 (patch) | |
tree | 0a7c7e56be79e7925dc384515b4e1e5ae17a91ba /sys-block/scsiping | |
parent | sys-apps/readahead-list: ebuild tidying (diff) | |
download | gentoo-49d9c51ada5e17cf7a4ff87244e2cd6812926f10.tar.gz gentoo-49d9c51ada5e17cf7a4ff87244e2cd6812926f10.tar.bz2 gentoo-49d9c51ada5e17cf7a4ff87244e2cd6812926f10.zip |
sys-block/scsiping: ebuild tidying
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-block/scsiping')
-rw-r--r-- | sys-block/scsiping/scsiping-0.0.1-r1.ebuild | 6 |
1 files 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 c2d0e0095790..c3cc60f5cb01 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 |