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 3799F1382C5 for ; Sat, 3 Apr 2021 23:07:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE02BE0896; Sat, 3 Apr 2021 23:07:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8FCBFE0893 for ; Sat, 3 Apr 2021 23:07:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A2D78340C57 for ; Sat, 3 Apr 2021 23:07:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAC92642 for ; Sat, 3 Apr 2021 23:07:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617490241.e6cef39ef658b97ae598d7696e0091342b624282.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qqwing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/qqwing/qqwing-1.3.3.ebuild dev-libs/qqwing/qqwing-1.3.4.ebuild X-VCS-Directories: dev-libs/qqwing/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e6cef39ef658b97ae598d7696e0091342b624282 X-VCS-Branch: master Date: Sat, 3 Apr 2021 23:07:40 +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: dd5dd634-f890-4537-af50-6f55ce4eebc9 X-Archives-Hash: ac89b4c9816ca2a985a355c97c9f8ba5 commit: e6cef39ef658b97ae598d7696e0091342b624282 Author: Sam James gentoo org> AuthorDate: Sat Apr 3 22:50:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 3 22:50:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6cef39e dev-libs/qqwing: eutils->epatch, eutils-- Signed-off-by: Sam James gentoo.org> dev-libs/qqwing/qqwing-1.3.3.ebuild | 8 ++------ dev-libs/qqwing/qqwing-1.3.4.ebuild | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/dev-libs/qqwing/qqwing-1.3.3.ebuild b/dev-libs/qqwing/qqwing-1.3.3.ebuild index f9527626400..8755e040c44 100644 --- a/dev-libs/qqwing/qqwing-1.3.3.ebuild +++ b/dev-libs/qqwing/qqwing-1.3.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="Sudoku puzzle generator and solver" HOMEPAGE="https://qqwing.com" @@ -12,10 +12,6 @@ SRC_URI="https://github.com/stephenostermiller/${PN}/archive/v${PV}.tar.gz -> ${ LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 arm x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" src_prepare() { # Make autotools work out of the box diff --git a/dev-libs/qqwing/qqwing-1.3.4.ebuild b/dev-libs/qqwing/qqwing-1.3.4.ebuild index 30b47aeb2c3..ccd031c7ed2 100644 --- a/dev-libs/qqwing/qqwing-1.3.4.ebuild +++ b/dev-libs/qqwing/qqwing-1.3.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils ltprune +inherit ltprune DESCRIPTION="Sudoku puzzle generator and solver" HOMEPAGE="https://qqwing.com" @@ -12,10 +12,6 @@ SRC_URI="https://qqwing.com/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0/2" KEYWORDS="amd64 arm ~arm64 x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" src_install() { default