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 59297158030 for ; Wed, 1 Mar 2023 09:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5FAEE07B2; Wed, 1 Mar 2023 09:40:37 +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 88157E07B2 for ; Wed, 1 Mar 2023 09:40:37 +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 6493233BF0B for ; Wed, 1 Mar 2023 09:40:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39FF48D3 for ; Wed, 1 Mar 2023 09:40:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1677663624.3c64ce10b03d03f89a321bae549015b6e0cfdea2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/tinynotify-send/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild X-VCS-Directories: x11-misc/tinynotify-send/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3c64ce10b03d03f89a321bae549015b6e0cfdea2 X-VCS-Branch: master Date: Wed, 1 Mar 2023 09:40:32 +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: 81f6b450-424f-4ced-b254-658df5cf472a X-Archives-Hash: f37ff532f0b95d06185e50f1a77d556b commit: 3c64ce10b03d03f89a321bae549015b6e0cfdea2 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 1 09:37:27 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 1 09:40:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c64ce10 x11-misc/tinynotify-send: Bump to EAPI 8 Signed-off-by: Michał Górny gentoo.org> .../tinynotify-send/tinynotify-send-1.2.1-r1.ebuild | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild b/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild index cd56e8ab9bf9..7e6c1580db40 100644 --- a/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild +++ b/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="A notification sending utility (using libtinynotify)" HOMEPAGE="https://github.com/projg2/tinynotify-send/" @@ -10,13 +10,18 @@ SRC_URI="https://github.com/projg2/tinynotify-send/releases/download/${P}/${P}.t LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="app-eselect/eselect-notify-send +DEPEND=" x11-libs/libtinynotify:0= - ~x11-libs/libtinynotify-cli-${PV}" -DEPEND="${RDEPEND} - virtual/pkgconfig" + ~x11-libs/libtinynotify-cli-${PV} +" +RDEPEND=" + ${DEPEND} + app-eselect/eselect-notify-send +" +BDEPEND=" + virtual/pkgconfig +" src_configure() { local myconf=(