diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-02-22 23:06:39 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-02-22 23:07:01 +0100 |
commit | 683bf25c92cb3a7c7c19c0cff5fd9cdee7b773b5 (patch) | |
tree | 57ccfdc26af8a970c80ddfb43899478407af1c19 /sys-fs/lsscsi/lsscsi-0.31.ebuild | |
parent | media-plugins/alsa-plugins: Mark arm64 stable (diff) | |
download | gentoo-683bf25c92cb3a7c7c19c0cff5fd9cdee7b773b5.tar.gz gentoo-683bf25c92cb3a7c7c19c0cff5fd9cdee7b773b5.tar.bz2 gentoo-683bf25c92cb3a7c7c19c0cff5fd9cdee7b773b5.zip |
sys-fs/lsscsi: Bump to version 0.31
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-fs/lsscsi/lsscsi-0.31.ebuild')
-rw-r--r-- | sys-fs/lsscsi/lsscsi-0.31.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-fs/lsscsi/lsscsi-0.31.ebuild b/sys-fs/lsscsi/lsscsi-0.31.ebuild new file mode 100644 index 000000000000..95141f037da6 --- /dev/null +++ b/sys-fs/lsscsi/lsscsi-0.31.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="SCSI sysfs query tool" +HOMEPAGE="http://sg.danny.cz/scsi/lsscsi.html" +SRC_URI="http://sg.danny.cz/scsi/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" |