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 CE773158042 for ; Wed, 8 Sep 2021 16:55:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDA7CE09C4; Wed, 8 Sep 2021 16:55:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 94D83E09C6 for ; Wed, 8 Sep 2021 16:55:50 +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 37E2533BE2E for ; Wed, 8 Sep 2021 16:55:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9444AEC for ; Wed, 8 Sep 2021 16:55:45 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1631120083.f20de75a56162991b09af41f07daab3e38d3c296.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild X-VCS-Directories: dev-qt/qtlockedfile/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f20de75a56162991b09af41f07daab3e38d3c296 X-VCS-Branch: master Date: Wed, 8 Sep 2021 16:55:45 +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: ba114a2b-cce8-44c9-804e-6abf109a9b25 X-Archives-Hash: 6ff2eab004e757fc9f95100c94351982 commit: f20de75a56162991b09af41f07daab3e38d3c296 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 7 15:31:15 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 8 16:54:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20de75a dev-qt/qtlockedfile: EAPI-8 bump Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild index 8ce005c4ebe..0cfb9a5a3d3 100644 --- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild +++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MY_P=qt-solutions-${PV#*_p} inherit qmake-utils @@ -9,6 +9,7 @@ inherit qmake-utils DESCRIPTION="QFile extension with advisory locking functions" HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/" SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz" +S="${WORKDIR}/${MY_P}/${PN}" LICENSE="|| ( LGPL-2.1 GPL-3 )" SLOT="0" @@ -18,8 +19,6 @@ IUSE="doc" DEPEND="dev-qt/qtcore:5" RDEPEND="${DEPEND}" -S="${WORKDIR}/${MY_P}/${PN}" - src_prepare() { default