Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/google-authenticator/
Date: Thu, 07 Sep 2017 21:16:36
Message-Id: 1504818962.71ebb4a1e7fa72478adeb1f67209c144d1feded6.swegener@gentoo
1 commit: 71ebb4a1e7fa72478adeb1f67209c144d1feded6
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 7 21:13:47 2017 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 7 21:16:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ebb4a1
7
8 sys-auth/google-authenticator: Remove default src_compile function
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
12
13 sys-auth/google-authenticator/google-authenticator-1.04.ebuild | 4 ----
14 sys-auth/google-authenticator/google-authenticator-9999.ebuild | 4 ----
15 2 files changed, 8 deletions(-)
16
17 diff --git a/sys-auth/google-authenticator/google-authenticator-1.04.ebuild b/sys-auth/google-authenticator/google-authenticator-1.04.ebuild
18 index 3b36a977a90..2d682decb66 100644
19 --- a/sys-auth/google-authenticator/google-authenticator-1.04.ebuild
20 +++ b/sys-auth/google-authenticator/google-authenticator-1.04.ebuild
21 @@ -35,10 +35,6 @@ src_configure() {
22 econf --libdir="/$(get_libdir)"
23 }
24
25 -src_compile() {
26 - default
27 -}
28 -
29 src_install() {
30 default
31 find "${D}" -name '*.la' -delete || die
32
33 diff --git a/sys-auth/google-authenticator/google-authenticator-9999.ebuild b/sys-auth/google-authenticator/google-authenticator-9999.ebuild
34 index 3b36a977a90..2d682decb66 100644
35 --- a/sys-auth/google-authenticator/google-authenticator-9999.ebuild
36 +++ b/sys-auth/google-authenticator/google-authenticator-9999.ebuild
37 @@ -35,10 +35,6 @@ src_configure() {
38 econf --libdir="/$(get_libdir)"
39 }
40
41 -src_compile() {
42 - default
43 -}
44 -
45 src_install() {
46 default
47 find "${D}" -name '*.la' -delete || die