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 1BDD5138350 for ; Thu, 12 Mar 2020 20:49:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E972E0C21; Thu, 12 Mar 2020 20:49:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 49A17E0C21 for ; Thu, 12 Mar 2020 20:49:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5330B34EF26 for ; Thu, 12 Mar 2020 20:49:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 910F4101 for ; Thu, 12 Mar 2020 20:49:36 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1584046159.bfc4bf9b32261f03f828a080ac72c0e0a0ed0502.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/calcurse/calcurse-4.4.0.ebuild X-VCS-Directories: app-office/calcurse/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: bfc4bf9b32261f03f828a080ac72c0e0a0ed0502 X-VCS-Branch: master Date: Thu, 12 Mar 2020 20:49:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dae32b57-aa0d-4f16-a10b-b6b884f40b12 X-Archives-Hash: 8a4cd399e945f6bdeed36d9e8bb557b9 commit: bfc4bf9b32261f03f828a080ac72c0e0a0ed0502 Author: Mike Gilbert gentoo org> AuthorDate: Thu Mar 12 20:31:30 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Mar 12 20:49:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc4bf9b app-office/calcurse: remove pointless multilib code Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118 Signed-off-by: Mike Gilbert gentoo.org> app-office/calcurse/calcurse-4.4.0.ebuild | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/app-office/calcurse/calcurse-4.4.0.ebuild b/app-office/calcurse/calcurse-4.4.0.ebuild index 4448627c9e4..aed85d93565 100644 --- a/app-office/calcurse/calcurse-4.4.0.ebuild +++ b/app-office/calcurse/calcurse-4.4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils multilib-minimal +inherit autotools eutils DESCRIPTION="a text-based calendar and scheduling application" HOMEPAGE="https://calcurse.org/" @@ -31,15 +31,3 @@ src_prepare() { default eautoreconf } - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf -} - -src_compile() { - multilib-minimal_src_compile -} - -src_install() { - multilib-minimal_src_install -}