public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marc Schiffbauer" <mschiff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/
Date: Sat,  3 Jun 2023 11:43:13 +0000 (UTC)	[thread overview]
Message-ID: <1685792580.e431a92bb31d3f9fb195847573d430731a10a82e.mschiff@gentoo> (raw)

commit:     e431a92bb31d3f9fb195847573d430731a10a82e
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 11:42:36 2023 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> 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 <mschiff <AT> 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
-}


             reply	other threads:[~2023-06-03 11:43 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-03 11:43 Marc Schiffbauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-24 22:51 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/ Marc Schiffbauer
2024-04-09 14:44 Sam James
2024-04-05  1:21 Sam James
2023-07-18 21:26 Marc Schiffbauer
2023-06-04  7:20 Marc Schiffbauer
2023-06-04  7:20 Marc Schiffbauer
2023-06-03 11:43 Marc Schiffbauer
2023-06-03  0:54 Marc Schiffbauer
2023-06-02 11:43 Marc Schiffbauer
2023-06-02 11:25 Marc Schiffbauer
2023-06-02 11:25 Marc Schiffbauer
2023-06-01 22:16 Marc Schiffbauer
2023-05-31 18:20 Marc Schiffbauer
2023-05-28 21:01 Marc Schiffbauer
2023-05-28 21:01 Marc Schiffbauer
2022-05-18  9:16 Marc Schiffbauer
2022-05-18  9:16 Marc Schiffbauer
2021-11-18  0:44 Marc Schiffbauer
2018-12-02  0:18 Marc Schiffbauer
2018-05-21 17:05 Aaron Bauman
2018-03-16 23:46 Marc Schiffbauer
2018-03-16 22:01 Marc Schiffbauer
2018-03-16 21:47 Marc Schiffbauer
2017-08-13 23:31 Marc Schiffbauer
2017-08-13  0:17 Marc Schiffbauer
2017-07-14 19:19 Marc Schiffbauer
2016-12-30 18:00 Marc Schiffbauer
2016-10-31 22:03 Marc Schiffbauer
2016-03-30 23:26 Marc Schiffbauer
2016-03-30 23:26 Marc Schiffbauer
2015-10-25 16:45 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1685792580.e431a92bb31d3f9fb195847573d430731a10a82e.mschiff@gentoo \
    --to=mschiff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox