sys-apps/crazydiskinfo: version bump.
authorPatrice Clement <monsieurp@gentoo.org>
Wed, 25 Mar 2020 09:50:58 +0000 (10:50 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 25 Mar 2020 09:59:36 +0000 (10:59 +0100)
Bug: https://bugs.gentoo.org/629520
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
sys-apps/crazydiskinfo/Manifest
sys-apps/crazydiskinfo/crazydiskinfo-1.1.0.ebuild [new file with mode: 0644]

index 658f896668350cf77a3bf60623972e94d19843d6..bef8fb96d90867acd7178657dc67498cdb5d1bf1 100644 (file)
@@ -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 (file)
index 0000000..a1866e1
--- /dev/null
@@ -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"