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 22A62158086 for ; Wed, 15 Dec 2021 11:02:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E70DD2BC041; Wed, 15 Dec 2021 11:02:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CCB52BC044 for ; Wed, 15 Dec 2021 11:02:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8EFA63430A5 for ; Wed, 15 Dec 2021 11:02:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A44E219 for ; Wed, 15 Dec 2021 11:02:49 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1639566004.23a74c129addc52f65d347f850bc35921efb89a9.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/gitqlient/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/gitqlient/gitqlient-1.4.3.ebuild dev-vcs/gitqlient/gitqlient-9999.ebuild X-VCS-Directories: dev-vcs/gitqlient/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 23a74c129addc52f65d347f850bc35921efb89a9 X-VCS-Branch: master Date: Wed, 15 Dec 2021 11:02:49 +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: e33d82d5-399d-4055-9dce-2120c4a79597 X-Archives-Hash: fbdf637d88cd8e114c00f225cb3c6667 Message-ID: <20211215110249.LERvee_sok77Z87Q6HioIE6Jyty0GfQapS0x-_X3y5g@z> commit: 23a74c129addc52f65d347f850bc35921efb89a9 Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Dec 15 11:00:04 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Dec 15 11:00:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23a74c12 dev-vcs/gitqlient: drop UnusedInherits Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-vcs/gitqlient/gitqlient-1.4.3.ebuild | 3 +-- dev-vcs/gitqlient/gitqlient-9999.ebuild | 5 +---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-vcs/gitqlient/gitqlient-1.4.3.ebuild b/dev-vcs/gitqlient/gitqlient-1.4.3.ebuild index 2caf1d965..f811cc23d 100644 --- a/dev-vcs/gitqlient/gitqlient-1.4.3.ebuild +++ b/dev-vcs/gitqlient/gitqlient-1.4.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop qmake-utils xdg +inherit qmake-utils xdg MY_PN="GitQlient" MY_PV=$(ver_rs 3 -) @@ -17,7 +17,6 @@ S="${WORKDIR}/${MY_PN}-${MY_PV}" LICENSE="LGPL-2.1" SLOT="0" -IUSE="" DEPEND=" dev-qt/qtcore:5 diff --git a/dev-vcs/gitqlient/gitqlient-9999.ebuild b/dev-vcs/gitqlient/gitqlient-9999.ebuild index 278ff0978..0b7f70742 100644 --- a/dev-vcs/gitqlient/gitqlient-9999.ebuild +++ b/dev-vcs/gitqlient/gitqlient-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop git-r3 qmake-utils xdg +inherit git-r3 qmake-utils xdg MY_PN="GitQlient" @@ -12,12 +12,9 @@ HOMEPAGE="https://github.com/francescmm/GitQlient" #EGIT_BRANCH="develop" EGIT_REPO_URI="https://github.com/francescmm/${MY_PN}.git" -SRC_URI="" -KEYWORDS="" LICENSE="LGPL-2.1" SLOT="0" -IUSE="" DEPEND=" dev-qt/qtcore:5