diff options
author | 2020-03-25 10:50:58 +0100 | |
---|---|---|
committer | 2020-03-25 10:59:36 +0100 | |
commit | fcdaf01129fc90b8ce40d8627157794f2864e327 (patch) | |
tree | 6a6b5600c6c21cf1ce02a5a73d54989ae408b659 /sys-apps/crazydiskinfo | |
parent | dev-python/pyzmq: HTTPS in HOMEPAGE (diff) | |
download | gentoo-fcdaf01129fc90b8ce40d8627157794f2864e327.tar.gz gentoo-fcdaf01129fc90b8ce40d8627157794f2864e327.tar.bz2 gentoo-fcdaf01129fc90b8ce40d8627157794f2864e327.zip |
sys-apps/crazydiskinfo: version bump.
Bug: https://bugs.gentoo.org/629520
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'sys-apps/crazydiskinfo')
-rw-r--r-- | sys-apps/crazydiskinfo/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/crazydiskinfo/crazydiskinfo-1.1.0.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/sys-apps/crazydiskinfo/Manifest b/sys-apps/crazydiskinfo/Manifest index 658f89666835..bef8fb96d908 100644 --- a/sys-apps/crazydiskinfo/Manifest +++ b/sys-apps/crazydiskinfo/Manifest @@ -1 +1,2 @@ DIST crazydiskinfo-1.0.2.tar.gz 4675 BLAKE2B ea36ec1c50c9253e222ef842bb771db5f7a9653c3ea81e61dc25cfec6e1d119940e78cc909b2dc3450a7c539a6b84a06598b869180226bda5729731a574d8923 SHA512 7ba835aa970a9247ea8dc4339d3d28ffaf24e4e5150d3c6b4e5b9236d905807d3a3970a3951bdb3c6736285259cbe35360821488a6997ff800115767065d3864 +DIST crazydiskinfo-1.1.0.tar.gz 5372 BLAKE2B f00c989b33cff303066b76d8da0bdb8ca12d94598a26f6990706637c0f430d18c3ae9344fcd7ad3e5ff301dac9651c29002548190d06dd16ea99132dbd94c50c SHA512 57e9ea4f8abec18355806da35225132f06a5562b1717e6dca1515043b2a0f2a51b47a2bcda31f1e64d6b2e9c8c6de5445d835f59eed79fd0911e06fd32296803 diff --git a/sys-apps/crazydiskinfo/crazydiskinfo-1.1.0.ebuild b/sys-apps/crazydiskinfo/crazydiskinfo-1.1.0.ebuild new file mode 100644 index 000000000000..a1866e19f637 --- /dev/null +++ b/sys-apps/crazydiskinfo/crazydiskinfo-1.1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="Interactive TUI S.M.A.R.T viewer" +HOMEPAGE="https://github.com/otakuto/crazydiskinfo" +SRC_URI="https://github.com/otakuto/crazydiskinfo/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-libs/libatasmart:0= + sys-libs/ncurses:0=" + +RDEPEND="$DEPEND" |