commit: a81b9261240514e688c6806570b67f915fb6553b
Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Sat Jul 17 13:31:47 2021 +0000
Commit: Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Sat Jul 17 13:31:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a81b9261
app-editors/atom-bin: drop optfeatures
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
.../{atom-bin-1.57.0-r1.ebuild => atom-bin-1.57.0-r2.ebuild} | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/app-editors/atom-bin/atom-bin-1.57.0-r1.ebuild
b/app-editors/atom-bin/atom-bin-1.57.0-r2.ebuild
similarity index 85%
rename from app-editors/atom-bin/atom-bin-1.57.0-r1.ebuild
rename to app-editors/atom-bin/atom-bin-1.57.0-r2.ebuild
index bbd1b653d..600a25b34 100644
--- a/app-editors/atom-bin/atom-bin-1.57.0-r1.ebuild
+++ b/app-editors/atom-bin/atom-bin-1.57.0-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit desktop optfeature xdg
+inherit desktop xdg
DESCRIPTION="A hackable text editor for the 21st Century"
HOMEPAGE="https://atom.io/"
@@ -84,9 +84,4 @@ src_install(){
pkg_postinst(){
xdg_desktop_database_update
- optfeature_header "If you want to use atom-beautify please install
following packages:"
- optfeature "python code beautifier" dev-python/autopep8
- optfeature "python code beautifier" dev-python/black
- optfeature "shell code beautifier" dev-util/beautysh
- optfeature "C, C++, Java code beautifier" dev-util/uncrustify
}