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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04819158020 for ; Mon, 26 Dec 2022 15:49:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B4B7E0967; Mon, 26 Dec 2022 15:49:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0D20E0969 for ; Mon, 26 Dec 2022 15:49:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A767D341196 for ; Mon, 26 Dec 2022 15:49:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDA4C7F1 for ; Mon, 26 Dec 2022 15:49:22 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1672069719.801ac1e0be490109dbf9d3d00a11d5e86e18a8f5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/calcoo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild sci-calculators/calcoo/calcoo-1.3.18-r2.ebuild X-VCS-Directories: sci-calculators/calcoo/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 801ac1e0be490109dbf9d3d00a11d5e86e18a8f5 X-VCS-Branch: master Date: Mon, 26 Dec 2022 15:49:22 +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: 459e0eeb-25ee-4a9a-a335-85390b99bac2 X-Archives-Hash: 9ebf3d2ef43ce4109f7347e163b1e6f2 commit: 801ac1e0be490109dbf9d3d00a11d5e86e18a8f5 Author: David Seifert gentoo org> AuthorDate: Mon Dec 26 15:48:39 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Dec 26 15:48:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801ac1e0 sci-calculators/calcoo: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> .../calcoo/{calcoo-1.3.18-r1.ebuild => calcoo-1.3.18-r2.ebuild} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild b/sci-calculators/calcoo/calcoo-1.3.18-r2.ebuild similarity index 88% rename from sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild rename to sci-calculators/calcoo/calcoo-1.3.18-r2.ebuild index ed6619f18b9e..2f1eeab77801 100644 --- a/sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild +++ b/sci-calculators/calcoo/calcoo-1.3.18-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools desktop @@ -12,17 +12,15 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="" RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${P}-gold.patch ) src_prepare() { default - mv configure.{in,ac} || die eautoreconf } @@ -32,6 +30,7 @@ src_configure() { src_install() { default + newicon src/pixmaps/main.xpm ${PN}.xpm make_desktop_entry ${PN} Calcoo ${PN} "Education;Math" }