From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6CEE81396D2 for ; Thu, 7 Sep 2017 21:16:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFBEDE0DA0; Thu, 7 Sep 2017 21:16:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9155CE0DA0 for ; Thu, 7 Sep 2017 21:16:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 800A5341646 for ; Thu, 7 Sep 2017 21:16:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 002E88F37 for ; Thu, 7 Sep 2017 21:16:33 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1504818962.71ebb4a1e7fa72478adeb1f67209c144d1feded6.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/google-authenticator/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/google-authenticator/google-authenticator-1.04.ebuild sys-auth/google-authenticator/google-authenticator-9999.ebuild X-VCS-Directories: sys-auth/google-authenticator/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 71ebb4a1e7fa72478adeb1f67209c144d1feded6 X-VCS-Branch: master Date: Thu, 7 Sep 2017 21:16:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 89872fd2-ad27-42b4-895a-16cdfe389377 X-Archives-Hash: 45aa0f148fab27d893e557b7b37e4e75 commit: 71ebb4a1e7fa72478adeb1f67209c144d1feded6 Author: Sven Wegener gentoo org> AuthorDate: Thu Sep 7 21:13:47 2017 +0000 Commit: Sven Wegener gentoo org> CommitDate: Thu Sep 7 21:16:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ebb4a1 sys-auth/google-authenticator: Remove default src_compile function Package-Manager: Portage-2.3.6, Repoman-2.3.3 Signed-off-by: Sven Wegener gentoo.org> sys-auth/google-authenticator/google-authenticator-1.04.ebuild | 4 ---- sys-auth/google-authenticator/google-authenticator-9999.ebuild | 4 ---- 2 files changed, 8 deletions(-) diff --git a/sys-auth/google-authenticator/google-authenticator-1.04.ebuild b/sys-auth/google-authenticator/google-authenticator-1.04.ebuild index 3b36a977a90..2d682decb66 100644 --- a/sys-auth/google-authenticator/google-authenticator-1.04.ebuild +++ b/sys-auth/google-authenticator/google-authenticator-1.04.ebuild @@ -35,10 +35,6 @@ src_configure() { econf --libdir="/$(get_libdir)" } -src_compile() { - default -} - src_install() { default find "${D}" -name '*.la' -delete || die diff --git a/sys-auth/google-authenticator/google-authenticator-9999.ebuild b/sys-auth/google-authenticator/google-authenticator-9999.ebuild index 3b36a977a90..2d682decb66 100644 --- a/sys-auth/google-authenticator/google-authenticator-9999.ebuild +++ b/sys-auth/google-authenticator/google-authenticator-9999.ebuild @@ -35,10 +35,6 @@ src_configure() { econf --libdir="/$(get_libdir)" } -src_compile() { - default -} - src_install() { default find "${D}" -name '*.la' -delete || die