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 87758158017 for ; Tue, 28 Sep 2021 09:53:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFBEAE095E; Tue, 28 Sep 2021 09:53:18 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 924B9E095E for ; Tue, 28 Sep 2021 09:53:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75F44342DD9 for ; Tue, 28 Sep 2021 09:53:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A407535 for ; Tue, 28 Sep 2021 09:53:15 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1632822586.39d70b18014100ce2783d915c77c86a338b7df4d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xnots/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xnots/xnots-0.2.1-r2.ebuild x11-misc/xnots/xnots-9999.ebuild X-VCS-Directories: x11-misc/xnots/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 39d70b18014100ce2783d915c77c86a338b7df4d X-VCS-Branch: master Date: Tue, 28 Sep 2021 09:53:15 +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: fe382180-ec8d-4834-9c0d-796a2d4cfea9 X-Archives-Hash: 6c31eb221ccd86d394025f4de0035be5 commit: 39d70b18014100ce2783d915c77c86a338b7df4d Author: Marek Szuba gentoo org> AuthorDate: Tue Sep 28 09:40:21 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Sep 28 09:49:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d70b18 x11-misc/xnots: update EAPI 6 -> 8 Signed-off-by: Marek Szuba gentoo.org> x11-misc/xnots/xnots-0.2.1-r2.ebuild | 8 +++++--- x11-misc/xnots/xnots-9999.ebuild | 7 ++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/x11-misc/xnots/xnots-0.2.1-r2.ebuild b/x11-misc/xnots/xnots-0.2.1-r2.ebuild index 4037d3a8f0b..86bc3273dd5 100644 --- a/x11-misc/xnots/xnots-0.2.1-r2.ebuild +++ b/x11-misc/xnots/xnots-0.2.1-r2.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit flag-o-matic toolchain-funcs DESCRIPTION="A desktop sticky note program for the unix geek" @@ -23,9 +24,10 @@ RDEPEND=" DEPEND=" ${RDEPEND} - virtual/pkgconfig x11-base/xorg-proto " +BDEPEND="virtual/pkgconfig" + PATCHES=( "${FILESDIR}"/${PN}-0.2.1-gcc6.patch ) diff --git a/x11-misc/xnots/xnots-9999.ebuild b/x11-misc/xnots/xnots-9999.ebuild index 3f81446e468..3f2faa519ab 100644 --- a/x11-misc/xnots/xnots-9999.ebuild +++ b/x11-misc/xnots/xnots-9999.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit flag-o-matic git-r3 toolchain-funcs DESCRIPTION="A desktop sticky note program for the unix geek" @@ -22,9 +23,9 @@ RDEPEND=" DEPEND=" ${RDEPEND} - virtual/pkgconfig x11-base/xorg-proto " +BDEPEND="virtual/pkgconfig" src_prepare() { default