diff options
author | zshzero <ashwinkumar3098@gmail.com> | 2020-05-14 12:15:33 +0530 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2020-07-27 11:33:55 -0700 |
commit | cad0f318b03f1c1d383b8b17f54e10b7070c1074 (patch) | |
tree | b7f349a5099b620d5e51a1b1cbc1973e1a549a1c /sys-process/bashtop | |
parent | net-libs/libetpan: Security revbump to fix CVE-2020-15953 (diff) | |
download | gentoo-cad0f318b03f1c1d383b8b17f54e10b7070c1074.tar.gz gentoo-cad0f318b03f1c1d383b8b17f54e10b7070c1074.tar.bz2 gentoo-cad0f318b03f1c1d383b8b17f54e10b7070c1074.zip |
sys-process/bashtop: Updated ebuild, bump to 0.9.25
Updated ebuild and fixed typo
Signed-off-by: Ashwin A Kumar <zshzero@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16823
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'sys-process/bashtop')
-rw-r--r-- | sys-process/bashtop/Manifest | 2 | ||||
-rw-r--r-- | sys-process/bashtop/bashtop-0.9.25.ebuild (renamed from sys-process/bashtop/bashtop-0.9.23.ebuild) | 7 |
2 files changed, 2 insertions, 7 deletions
diff --git a/sys-process/bashtop/Manifest b/sys-process/bashtop/Manifest index 3d09e2ef1f45..297f4752bd4e 100644 --- a/sys-process/bashtop/Manifest +++ b/sys-process/bashtop/Manifest @@ -1 +1 @@ -DIST bashtop-0.9.23.tar.gz 443555 BLAKE2B 138a77191e8c0d7c060ccaa65bc09465bf9a24f45bb08822b687ad8a6922fdee887e46f88b66b5e069ce025f66ac888feea979836978db58edfc2863535e450a SHA512 4c9fda09113e0551112ebff61f3cb93d9f17ddbe36b9c7621096f1656585bed6b0312b5ccdff7a8331ccd7b356c0e865fb40c7ba4a89946d77ca23b9fd65440d +DIST bashtop-0.9.25.tar.gz 443776 BLAKE2B e778f7657a0502a47ed008d9a54514a7397fa3d2f04a3cac0f98faf67b0b183329f0a760121b0e1e7f7bc28a0ff37b43fe514a524eae81468c9cac573da249d2 SHA512 bd70c1e5b8876be38afe5987e60af0d59496532e6f0a87d2b3cd62c2a251fe627d0fac77e757f01979a6d20b43948860f0bcba4d8a1c54f8ef52d02ad4547a7f diff --git a/sys-process/bashtop/bashtop-0.9.23.ebuild b/sys-process/bashtop/bashtop-0.9.25.ebuild index cdca7f1c1cd7..c92ad3eeb807 100644 --- a/sys-process/bashtop/bashtop-0.9.23.ebuild +++ b/sys-process/bashtop/bashtop-0.9.25.ebuild @@ -12,11 +12,6 @@ SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DOCS=( README.md ) - -DEPEND="${RDEPEND}" -RDEPEND="" src_prepare() { default @@ -26,6 +21,6 @@ src_prepare() { pkg_postinst() { optfeature "CPU Temperature support" sys-apps/lm-sensors - optfeature "Update news and Theme Downlaod feature" net-misc/curl + optfeature "Update news and Theme Download feature" net-misc/curl optfeature "Disk Stats support" app-admin/sysstat } |