Gentoo Archives: gentoo-commits

From: Marco Scardovi <marco@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/atom-bin/
Date: Sat, 17 Jul 2021 13:32:02
Message-Id: 1626528707.a81b9261240514e688c6806570b67f915fb6553b.marco@gentoo
1 commit: a81b9261240514e688c6806570b67f915fb6553b
2 Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
3 AuthorDate: Sat Jul 17 13:31:47 2021 +0000
4 Commit: Marco Scardovi <marco <AT> scardovi <DOT> com>
5 CommitDate: Sat Jul 17 13:31:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a81b9261
7
8 app-editors/atom-bin: drop optfeatures
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
12
13 .../{atom-bin-1.57.0-r1.ebuild => atom-bin-1.57.0-r2.ebuild} | 7 +------
14 1 file changed, 1 insertion(+), 6 deletions(-)
15
16 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
17 similarity index 85%
18 rename from app-editors/atom-bin/atom-bin-1.57.0-r1.ebuild
19 rename to app-editors/atom-bin/atom-bin-1.57.0-r2.ebuild
20 index bbd1b653d..600a25b34 100644
21 --- a/app-editors/atom-bin/atom-bin-1.57.0-r1.ebuild
22 +++ b/app-editors/atom-bin/atom-bin-1.57.0-r2.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -inherit desktop optfeature xdg
28 +inherit desktop xdg
29
30 DESCRIPTION="A hackable text editor for the 21st Century"
31 HOMEPAGE="https://atom.io/"
32 @@ -84,9 +84,4 @@ src_install(){
33
34 pkg_postinst(){
35 xdg_desktop_database_update
36 - optfeature_header "If you want to use atom-beautify please install following packages:"
37 - optfeature "python code beautifier" dev-python/autopep8
38 - optfeature "python code beautifier" dev-python/black
39 - optfeature "shell code beautifier" dev-util/beautysh
40 - optfeature "C, C++, Java code beautifier" dev-util/uncrustify
41 }