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 27FF315806E for ; Sat, 3 Jun 2023 11:43:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63842E0880; Sat, 3 Jun 2023 11:43:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43C11E0880 for ; Sat, 3 Jun 2023 11:43:16 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40D23341357 for ; Sat, 3 Jun 2023 11:43:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A14B6A7A for ; Sat, 3 Jun 2023 11:43:13 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1685792580.e431a92bb31d3f9fb195847573d430731a10a82e.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/opencpn/opencpn-5.6.2-r2.ebuild sci-geosciences/opencpn/opencpn-5.8.2-r1.ebuild X-VCS-Directories: sci-geosciences/opencpn/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: e431a92bb31d3f9fb195847573d430731a10a82e X-VCS-Branch: master Date: Sat, 3 Jun 2023 11:43:13 +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: f01771d5-b600-4be6-acbe-af5facc75bfd X-Archives-Hash: d30caf396433ea94c7cc54a994a8491c commit: e431a92bb31d3f9fb195847573d430731a10a82e Author: Marc Schiffbauer gentoo org> AuthorDate: Sat Jun 3 11:42:36 2023 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Sat Jun 3 11:43:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e431a92b sci-geosciences/opencpn: drop 5.6.2-r2, 5.8.2-r1 Signed-off-by: Marc Schiffbauer gentoo.org> sci-geosciences/opencpn/opencpn-5.6.2-r2.ebuild | 62 ----------------------- sci-geosciences/opencpn/opencpn-5.8.2-r1.ebuild | 66 ------------------------- 2 files changed, 128 deletions(-) diff --git a/sci-geosciences/opencpn/opencpn-5.6.2-r2.ebuild b/sci-geosciences/opencpn/opencpn-5.6.2-r2.ebuild deleted file mode 100644 index 884fa909efe4..000000000000 --- a/sci-geosciences/opencpn/opencpn-5.6.2-r2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -WX_GTK_VER="3.0-gtk3" -inherit wxwidgets xdg cmake - -DOC_VERSION="4.8.2.0" - -DESCRIPTION="a free, open source software for marine navigation" -HOMEPAGE="https://opencpn.org/" -SRC_URI=" - https://github.com/OpenCPN/OpenCPN/archive/refs/tags/Release_${PV}.tar.gz -> ${P}.tar.gz - doc? ( https://launchpad.net/~opencpn/+archive/ubuntu/${PN}/+files/${PN}-doc_${DOC_VERSION}.orig.tar.xz )" -S="${WORKDIR}/OpenCPN-Release_${PV}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc lzma" - -RDEPEND=" - app-arch/bzip2 - lzma? ( app-arch/xz-utils ) - dev-libs/tinyxml - media-libs/freetype:2 - media-libs/portaudio - net-misc/curl - sys-libs/zlib - virtual/opengl - x11-base/xorg-proto - x11-libs/gtk+:3 - x11-libs/wxGTK:${WX_GTK_VER}=[opengl,X] - " -DEPEND="${RDEPEND}" -BDEPEND=" - sys-devel/gettext - sys-apps/lsb-release - " - -src_configure() { - use doc && HTML_DOCS=( "${S}"/../${PN}/doc/. ) - - setup-wxwidgets - local mycmakeargs=( - -DUSE_S57=ON - -DUSE_GARMINHOST=ON - -DBUNDLE_GSHHS=CRUDE - -DBUNDLE_TCDATA=ON - ) - - cmake_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - - if use doc; then - einfo "Documentation is available at file:///usr/share/doc/${PF}/html/help_en_US.html" - fi -} diff --git a/sci-geosciences/opencpn/opencpn-5.8.2-r1.ebuild b/sci-geosciences/opencpn/opencpn-5.8.2-r1.ebuild deleted file mode 100644 index 2797c611e2af..000000000000 --- a/sci-geosciences/opencpn/opencpn-5.8.2-r1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -WX_GTK_VER="3.2-gtk3" -inherit wxwidgets xdg cmake - -DOC_VERSION="4.8.2.0" - -DESCRIPTION="a free, open source software for marine navigation" -HOMEPAGE="https://opencpn.org/" -SRC_URI=" - https://github.com/OpenCPN/OpenCPN/archive/refs/tags/Release_${PV}.tar.gz -> ${P}.tar.gz - doc? ( https://launchpad.net/~opencpn/+archive/ubuntu/${PN}/+files/${PN}-doc_${DOC_VERSION}.orig.tar.xz )" -S="${WORKDIR}/OpenCPN-Release_${PV}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc lzma opengl" - -RDEPEND=" - app-arch/bzip2 - dev-libs/tinyxml - lzma? ( app-arch/xz-utils ) - media-libs/freetype:2 - media-libs/glew:0 - media-libs/jasper - media-libs/portaudio - net-misc/curl - opengl? ( virtual/opengl ) - sys-libs/zlib - virtual/libusb:0 - x11-libs/gtk+:3 - x11-libs/wxGTK:${WX_GTK_VER}=[opengl?,X] - " -DEPEND="${RDEPEND}" -BDEPEND=" - dev-cpp/gtest - dev-libs/rapidjson - sys-apps/lsb-release - sys-devel/gettext - " - -src_configure() { - use doc && HTML_DOCS=( "${S}"/../${PN}/doc/. ) - - setup-wxwidgets - local mycmakeargs=( - -DUSE_GARMINHOST=ON - ) -# -DUSE_S57=ON -# -DBUNDLE_TCDATA=ON -# -DBUNDLE_GSHHS=CRUDE - - cmake_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - - if use doc; then - einfo "Documentation is available at file:///usr/share/doc/${PF}/html/help_en_US.html" - fi -}