Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/hteditor/
Date: Sun, 10 May 2020 09:44:54
Message-Id: 1589103886.54eb853af6f4a04ad5c1d61d7b061b632f8c1d78.slyfox@gentoo
1 commit: 54eb853af6f4a04ad5c1d61d7b061b632f8c1d78
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 10 09:44:42 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun May 10 09:44:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54eb853a
7
8 app-editors/hteditor: drop commented out code
9
10 Forgot to remove it.
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 app-editors/hteditor/hteditor-2.1.0-r1.ebuild | 4 ----
16 1 file changed, 4 deletions(-)
17
18 diff --git a/app-editors/hteditor/hteditor-2.1.0-r1.ebuild b/app-editors/hteditor/hteditor-2.1.0-r1.ebuild
19 index d8a7a241a3d..16a7ab4322f 100644
20 --- a/app-editors/hteditor/hteditor-2.1.0-r1.ebuild
21 +++ b/app-editors/hteditor/hteditor-2.1.0-r1.ebuild
22 @@ -47,10 +47,6 @@ src_configure() {
23 --enable-maintainermode
24 }
25
26 -#src_compile() {
27 -# emake AR="$(tc-getAR)" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
28 -#}
29 -
30 src_install() {
31 #For prefix
32 chmod u+x "${S}/install-sh"