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 BC32C15803E for ; Sun, 31 Dec 2023 02:45:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 083D82BC035; Sun, 31 Dec 2023 02:45:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 8109D2BC035 for ; Sun, 31 Dec 2023 02:45:35 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D5C433D9AD for ; Sun, 31 Dec 2023 02:45:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E073B14C4 for ; Sun, 31 Dec 2023 02:45:31 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1703990613.3d0bbbca2119bc50f10c6a0e5fa5449f18fade00.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sent/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/sent/sent-1-r1.ebuild X-VCS-Directories: x11-misc/sent/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 3d0bbbca2119bc50f10c6a0e5fa5449f18fade00 X-VCS-Branch: master Date: Sun, 31 Dec 2023 02:45:31 +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: 40333b15-8539-45fb-8792-912e05061f02 X-Archives-Hash: 8592ba3021856f218e9963ec1548df74 commit: 3d0bbbca2119bc50f10c6a0e5fa5449f18fade00 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu Dec 28 17:57:37 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Dec 31 02:43:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0bbbca x11-misc/sent: EAPI8 bump Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/34520 Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/sent/sent-1-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x11-misc/sent/sent-1-r1.ebuild b/x11-misc/sent/sent-1-r1.ebuild index 6780cb174a4f..87fe2dfa950e 100644 --- a/x11-misc/sent/sent-1-r1.ebuild +++ b/x11-misc/sent/sent-1-r1.ebuild @@ -1,12 +1,14 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit savedconfig toolchain-funcs DESCRIPTION="Simple plaintext presentation tool" HOMEPAGE="https://tools.suckless.org/sent/" SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz" +S="${WORKDIR}" LICENSE="MIT" SLOT="0" @@ -21,7 +23,6 @@ RDEPEND=" ${DEPEND} !savedconfig? ( media-gfx/farbfeld ) " -S=${WORKDIR} src_prepare() { default