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 1D862158083 for ; Wed, 18 Sep 2024 16:21:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5530EE299F; Wed, 18 Sep 2024 16:21:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3F89EE299F for ; Wed, 18 Sep 2024 16:21:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 84A0C342F92 for ; Wed, 18 Sep 2024 16:21:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 210B92145 for ; Wed, 18 Sep 2024 16:21:26 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1726676465.1978dbb172ac097fcdfeaa5b0797d6952bb5f9d9.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qmapshack/qmapshack-1.17.1_p600.ebuild X-VCS-Directories: sci-geosciences/qmapshack/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 1978dbb172ac097fcdfeaa5b0797d6952bb5f9d9 X-VCS-Branch: master Date: Wed, 18 Sep 2024 16:21:26 +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: 85f352ef-ed18-40b4-950b-00e418007dda X-Archives-Hash: e29cde28e69daa75d51dd018392b7fa5 commit: 1978dbb172ac097fcdfeaa5b0797d6952bb5f9d9 Author: Andrey Grozin gentoo org> AuthorDate: Wed Sep 18 16:21:05 2024 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Wed Sep 18 16:21:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1978dbb1 sci-geosciences/qmapshack: remove old revision Signed-off-by: Andrey Grozin gentoo.org> .../qmapshack/qmapshack-1.17.1_p600.ebuild | 38 ---------------------- 1 file changed, 38 deletions(-) diff --git a/sci-geosciences/qmapshack/qmapshack-1.17.1_p600.ebuild b/sci-geosciences/qmapshack/qmapshack-1.17.1_p600.ebuild deleted file mode 100644 index e35048395d1a..000000000000 --- a/sci-geosciences/qmapshack/qmapshack-1.17.1_p600.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -DESCRIPTION="GPS mapping utility" -HOMEPAGE="https://github.com/Maproom/qmapshack/wiki" -COMMIT="1f009ac0be1d1c2a4c31aa1283f4009e88685d34" -SRC_URI="https://github.com/kiozen/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}-${COMMIT} - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-db/sqlite - dev-libs/quazip:0=[qt6(+)] - dev-qt/qt5compat:6[icu,qml] - dev-qt/qttools:6[assistant,linguist,opengl,qdbus,qml,widgets,zstd] - dev-qt/qtwebengine:6[widgets] - sci-geosciences/routino - sci-libs/alglib - sci-libs/gdal:= - sci-libs/proj:= -" -DEPEND="${RDEPEND}" - -src_install() { - docompress -x /usr/share/doc/${PF}/html - cmake_src_install - mv "${D}"/usr/share/doc/HTML "${D}"/usr/share/doc/${PF}/html || die "mv Qt help failed" - ewarn "An experimental Qt6 port" - ewarn "Translations and the help system are broken" - ewarn "Other bugs to https://github.com/Maproom/qmapshack/issues" -}