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 CE39F158086 for ; Fri, 15 Oct 2021 16:20:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1E19E0831; Fri, 15 Oct 2021 16:20:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65FBDE0831 for ; Fri, 15 Oct 2021 16:20:09 +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 0047E343141 for ; Fri, 15 Oct 2021 16:20:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25E12154 for ; Fri, 15 Oct 2021 16:20:06 +0000 (UTC) From: "Sergey Torokhov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Torokhov" Message-ID: <1634314576.eba4edbccb41161beb9a2a1e8944df677adbdf99.SergeyTorokhov@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/gitqlient/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/gitqlient/Manifest dev-vcs/gitqlient/gitqlient-1.4.0.ebuild X-VCS-Directories: dev-vcs/gitqlient/ X-VCS-Committer: SergeyTorokhov X-VCS-Committer-Name: Sergey Torokhov X-VCS-Revision: eba4edbccb41161beb9a2a1e8944df677adbdf99 X-VCS-Branch: dev Date: Fri, 15 Oct 2021 16:20:06 +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: 084e5a3b-909d-4637-9d1d-71f21e163feb X-Archives-Hash: 2f6de437c5009adf248d38c79f72eedc commit: eba4edbccb41161beb9a2a1e8944df677adbdf99 Author: Sergey Torokhov yandex ru> AuthorDate: Fri Oct 15 16:16:16 2021 +0000 Commit: Sergey Torokhov yandex ru> CommitDate: Fri Oct 15 16:16:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eba4edbc dev-vcs/gitqlient: drop old Signed-off-by: Sergey Torokhov yandex.ru> dev-vcs/gitqlient/Manifest | 1 - dev-vcs/gitqlient/gitqlient-1.4.0.ebuild | 49 -------------------------------- 2 files changed, 50 deletions(-) diff --git a/dev-vcs/gitqlient/Manifest b/dev-vcs/gitqlient/Manifest index af92778e4..262b77dc1 100644 --- a/dev-vcs/gitqlient/Manifest +++ b/dev-vcs/gitqlient/Manifest @@ -1,2 +1 @@ -DIST gitqlient-1.4.0.tar.gz 4370922 BLAKE2B f317e523c43d846b88974bb391ae4dbbac4f846f9b848b51ac73e34dd321ffb5bad1dfe31292fedcae21e0ed6b754950fb3b364fd7cc8c74a9ab79ba57d12873 SHA512 64588449201a51ee0c35589056bbe5e1bb36c5dead99a8e697b1c9ead7883be8339b8a9aec6210154e3d9ad365497cce002fbfbc48f786288e315d2cafea2ed4 DIST gitqlient-1.4.3.tar.gz 4477433 BLAKE2B 859d75f7e88aa6e4944dedf3b5b3b84a72d4b37bcf980cf5281849f79ccbd526959ce11e28c7f19ebaf602887eda373146503e573fbbb76f0a5ac874aaf7a571 SHA512 81e54e5bc39066379d650042287e1ff9fd4c86ca9229f1459a20d2bdde0fd60b060409c25461b77343ad6cc4759c28e997b8fea3c4b447004eaf9fbd095f6dcd diff --git a/dev-vcs/gitqlient/gitqlient-1.4.0.ebuild b/dev-vcs/gitqlient/gitqlient-1.4.0.ebuild deleted file mode 100644 index 2caf1d965..000000000 --- a/dev-vcs/gitqlient/gitqlient-1.4.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop qmake-utils xdg - -MY_PN="GitQlient" -MY_PV=$(ver_rs 3 -) - -DESCRIPTION="Multi-platform Git client written with Qt" -HOMEPAGE="https://github.com/francescmm/GitQlient" - -SRC_URI="https://github.com/francescmm/${MY_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" -S="${WORKDIR}/${MY_PN}-${MY_PV}" - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwebchannel:5 - dev-qt/qtwebengine:5[widgets] - dev-qt/qtwidgets:5 -" - -RDEPEND=" - ${DEPEND} - dev-vcs/git -" - -src_prepare() { - default - sed -i -e "/QMAKE_CXXFLAGS/s:-Werror::" -e "/^GQ_SHA/d" "${MY_PN}".pro || die - - sed -i -e "s:Office:Development:" "${S}/src/resources/${PN}.desktop" || die -} - -src_configure() { - eqmake5 PREFIX=/usr "${MY_PN}".pro -} - -src_install() { - emake INSTALL_ROOT="${D}" install -}