diff options
author | 2021-05-06 10:28:47 +0200 | |
---|---|---|
committer | 2021-05-06 10:29:08 +0200 | |
commit | 9c7305f2160ba0c290bc67a3ebd3f6750e261ad7 (patch) | |
tree | 32764d4b95334d82a606b3865b0579da76b6f3fc /sys-fs/lsscsi/lsscsi-0.32.ebuild | |
parent | dev-python/fastjsonschema: Bump to 2.15.1 (diff) | |
download | gentoo-9c7305f2160ba0c290bc67a3ebd3f6750e261ad7.tar.gz gentoo-9c7305f2160ba0c290bc67a3ebd3f6750e261ad7.tar.bz2 gentoo-9c7305f2160ba0c290bc67a3ebd3f6750e261ad7.zip |
sys-fs/lsscsi: Bump to version 0.32
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-fs/lsscsi/lsscsi-0.32.ebuild')
-rw-r--r-- | sys-fs/lsscsi/lsscsi-0.32.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-fs/lsscsi/lsscsi-0.32.ebuild b/sys-fs/lsscsi/lsscsi-0.32.ebuild new file mode 100644 index 000000000000..2c9193a14d94 --- /dev/null +++ b/sys-fs/lsscsi/lsscsi-0.32.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2021 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" |