summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-process/bashtop/Manifest2
-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
}