[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2024-04-09 Thread Sam James
commit: 8398394c8cd9b13fa675805b8b4349d9645e2883
Author: Eli Schwartz  gmail  com>
AuthorDate: Mon Apr  8 21:46:52 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 14:43:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8398394c

sci-geosciences/opencpn: remove mysterious double-eapply

In multiple phase functions, "default" is run in addition to cmake_*
eclass phases. This is entirely redundant, as cmake.eclass does this for
you. As a result, running it twice would simply attempt to apply a patch
that has already been applied, inevitably failing, and causing a very
confusing build error when you know the patch does indeed apply.

Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 sci-geosciences/opencpn/opencpn-5.8.4.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sci-geosciences/opencpn/opencpn-5.8.4.ebuild 
b/sci-geosciences/opencpn/opencpn-5.8.4.ebuild
index 816c23d16687..694939aded12 100644
--- a/sci-geosciences/opencpn/opencpn-5.8.4.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.8.4.ebuild
@@ -46,7 +46,6 @@ BDEPEND="
"
 
 src_prepare() {
-   default
# see bug #907759
sed -i "s/ cc / $(tc-getBUILD_CC) /" "${S}"/CMakeLists.txt
cmake_src_prepare
@@ -72,7 +71,6 @@ src_configure() {
 }
 
 src_install() {
-   default
cmake_src_install
mv "${D}/usr/share/doc/${PN}"/* "${D}/usr/share/doc/${PF}" || die
rmdir "${D}/usr/share/doc/${PN}"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-iacfleet/

2024-04-04 Thread Sam James
commit: d68590b7286a659594dd7b54d9a6b27e40e60acc
Author: Eli Schwartz  gmail  com>
AuthorDate: Thu Apr  4 05:42:29 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  5 01:20:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68590b7

sci-geosciences/opencpn-plugin-iacfleet: update EAPI 7 -> 8

Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 ...-iacfleet-0.21.1.ebuild => opencpn-plugin-iacfleet-0.21.1-r1.ebuild} | 2 +-
 .../opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.21.1.ebuild 
b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.21.1-r1.ebuild
similarity index 99%
rename from 
sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.21.1.ebuild
rename to 
sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.21.1-r1.ebuild
index 0c40213181b3..a21dc632da69 100644
--- 
a/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.21.1.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.21.1-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 WX_GTK_VER="3.0-gtk3"
 inherit cmake flag-o-matic wxwidgets

diff --git 
a/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-.ebuild 
b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-.ebuild
index 0c40213181b3..a21dc632da69 100644
--- 
a/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 WX_GTK_VER="3.0-gtk3"
 inherit cmake flag-o-matic wxwidgets



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2024-04-04 Thread Sam James
commit: a0411443dc39685cfc87bb416c3e3216cf1ae6f4
Author: Eli Schwartz  gmail  com>
AuthorDate: Thu Apr  4 05:25:46 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  5 01:20:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0411443

sci-geosciences/opencpn: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/927484
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 sci-geosciences/opencpn/opencpn-5.8.4.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/opencpn/opencpn-5.8.4.ebuild 
b/sci-geosciences/opencpn/opencpn-5.8.4.ebuild
index 6f8e39b49c29..816c23d16687 100644
--- a/sci-geosciences/opencpn/opencpn-5.8.4.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.8.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 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 toolchain-funcs
+inherit flag-o-matic wxwidgets xdg cmake toolchain-funcs
 
 DOC_VERSION="4.8.2.0"
 
@@ -53,6 +53,11 @@ src_prepare() {
 }
 
 src_configure() {
+   # -Werror=odr
+   # https://bugs.gentoo.org/927484
+   # https://github.com/OpenCPN/OpenCPN/issues/3782
+   filter-lto
+
use doc && HTML_DOCS=( "${S}"/../${PN}/doc/. )
 
setup-wxwidgets



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-iacfleet/

2024-04-04 Thread Sam James
commit: 01c2ae087f01037dc00680450185acbacad2
Author: Eli Schwartz  gmail  com>
AuthorDate: Thu Apr  4 05:40:47 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  5 01:20:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c2ae08

sci-geosciences/opencpn-plugin-iacfleet: mark as LTO-unsafe, SA-unsafe

Closes: https://bugs.gentoo.org/927485
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 .../opencpn-plugin-iacfleet-0.21.1.ebuild| 12 ++--
 .../opencpn-plugin-iacfleet-.ebuild  | 12 ++--
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.21.1.ebuild 
b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.21.1.ebuild
index dc971f1e4d94..0c40213181b3 100644
--- 
a/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.21.1.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.21.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 WX_GTK_VER="3.0-gtk3"
-inherit cmake wxwidgets
+inherit cmake flag-o-matic wxwidgets
 
 MY_PN="iacfleet_pi"
 if [[ ${PV} == * ]] ; then
@@ -30,6 +30,14 @@ DEPEND="${RDEPEND}"
 BDEPEND="sys-devel/gettext"
 
 src_configure() {
+   # -Werror=strict-aliasing
+   # https://bugs.gentoo.org/927485
+   # https://github.com/nohal/iacfleet_pi/issues/30
+   #
+   # Do not trust with LTO either.
+   append-flags -fno-strict-aliasing
+   filter-lto
+
setup-wxwidgets unicode
cmake_src_configure
 }

diff --git 
a/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-.ebuild 
b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-.ebuild
index dc971f1e4d94..0c40213181b3 100644
--- 
a/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 WX_GTK_VER="3.0-gtk3"
-inherit cmake wxwidgets
+inherit cmake flag-o-matic wxwidgets
 
 MY_PN="iacfleet_pi"
 if [[ ${PV} == * ]] ; then
@@ -30,6 +30,14 @@ DEPEND="${RDEPEND}"
 BDEPEND="sys-devel/gettext"
 
 src_configure() {
+   # -Werror=strict-aliasing
+   # https://bugs.gentoo.org/927485
+   # https://github.com/nohal/iacfleet_pi/issues/30
+   #
+   # Do not trust with LTO either.
+   append-flags -fno-strict-aliasing
+   filter-lto
+
setup-wxwidgets unicode
cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2023-07-18 Thread Marc Schiffbauer
commit: 9623e8c5d3a8eed2cfc077925410b4bada092125
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Tue Jul 18 21:25:00 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Tue Jul 18 21:25:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9623e8c5

sci-geosciences/opencpn: add 5.8.4, drop 5.8.2-r2

Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn/Manifest| 2 +-
 .../opencpn/{opencpn-5.8.2-r2.ebuild => opencpn-5.8.4.ebuild}   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-geosciences/opencpn/Manifest b/sci-geosciences/opencpn/Manifest
index 93cfb53e9477..94454a639566 100644
--- a/sci-geosciences/opencpn/Manifest
+++ b/sci-geosciences/opencpn/Manifest
@@ -1,3 +1,3 @@
 DIST opencpn-5.6.2.tar.gz 82919992 BLAKE2B 
a45e19d293d63262f2bb6bd0bd5d18723cadd0b93af8e64484b55d246cebbe623dccbb6a1d257eccd74fb9111953d9cdd4b44d6f3fb38c3a9f40fa253718f337
 SHA512 
6d90b21448b2d2a58685592e92647108978012cbaa25999d98855dca222e013784ca4e351eb08efd0a18980cccffb28b0d3c171ea9207e5fb37889e3a3b377e3
-DIST opencpn-5.8.2.tar.gz 87960698 BLAKE2B 
ecce27972a00af412283923a1720b9d74c80905101f383815e801691ab9dacb7c60328f6cd597811d4538bccf383e66465e08e2094420187272298151327b717
 SHA512 
c23bb322c2dcfb017347427cf6041d28fc0c1b8101f21d5cafc9b9306a4d265156ded90af09c385086e99a462a26787e7f4bb817ad19efa50624c952ba89c726
+DIST opencpn-5.8.4.tar.gz 82696698 BLAKE2B 
0235d87daec97008b58dc9916d4250b33c0c4158be6ba4853bf30c5876af7d382eb1c02e2cd3748229775305cc90f86d5743b9951909043588e2096fcd207af5
 SHA512 
08231d95ca80a5e6b85b279be2912d3e9f390f879a780823f8ee9c64371eb0605484f697328217027c7caf18cb1151b617d42d22951672c1a9508750e97f109a
 DIST opencpn-doc_4.8.2.0.orig.tar.xz 22302480 BLAKE2B 
2bcd2ac01340cde0d0be80537321c8c3e829a8e664944c34f3f3112f931c45746059b5c173402982601ccf88926241741c7fb44f251e9fe48b83aa5f3e8d7727
 SHA512 
678317c77feb3b0bf695e337e7e95083df1d488e0a5ad3bad41bad11dc87271d6fc0ac194a6b63b603d5c1f1184e6c9f91de895a7db01017ef2a7068a62404eb

diff --git a/sci-geosciences/opencpn/opencpn-5.8.2-r2.ebuild 
b/sci-geosciences/opencpn/opencpn-5.8.4.ebuild
similarity index 98%
rename from sci-geosciences/opencpn/opencpn-5.8.2-r2.ebuild
rename to sci-geosciences/opencpn/opencpn-5.8.4.ebuild
index 82736045e5a4..6f8e39b49c29 100644
--- a/sci-geosciences/opencpn/opencpn-5.8.2-r2.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.8.4.ebuild
@@ -22,6 +22,7 @@ IUSE="doc lzma"
 
 RDEPEND="
app-arch/bzip2
+   dev-libs/openssl:=
dev-libs/tinyxml
lzma? ( app-arch/xz-utils )
media-libs/freetype:2



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2023-06-04 Thread Marc Schiffbauer
commit: e67e27fd1ff2b2b98045ff7bc87217360d4e4e39
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun Jun  4 07:18:58 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun Jun  4 07:20:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67e27fd

sci-geosciences/opencpn: fix docs location

Closes: https://bugs.gentoo.org/831601
Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn/opencpn-5.8.2-r2.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/sci-geosciences/opencpn/opencpn-5.8.2-r2.ebuild 
b/sci-geosciences/opencpn/opencpn-5.8.2-r2.ebuild
index e4f4e223eb15..82736045e5a4 100644
--- a/sci-geosciences/opencpn/opencpn-5.8.2-r2.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.8.2-r2.ebuild
@@ -65,6 +65,13 @@ src_configure() {
cmake_src_configure
 }
 
+src_install() {
+   default
+   cmake_src_install
+   mv "${D}/usr/share/doc/${PN}"/* "${D}/usr/share/doc/${PF}" || die
+   rmdir "${D}/usr/share/doc/${PN}"
+}
+
 pkg_postinst() {
xdg_pkg_postinst
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2023-06-04 Thread Marc Schiffbauer
commit: 79b17984ef7ab9bb98b25d97cf642869ec96658b
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun Jun  4 07:18:18 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun Jun  4 07:20:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b17984

sci-geosciences/opencpn: fix -native-symlinks built

Closes: https://bugs.gentoo.org/907759
Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn/opencpn-5.8.2-r2.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/sci-geosciences/opencpn/opencpn-5.8.2-r2.ebuild 
b/sci-geosciences/opencpn/opencpn-5.8.2-r2.ebuild
index 7d5e879a5b06..e4f4e223eb15 100644
--- a/sci-geosciences/opencpn/opencpn-5.8.2-r2.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.8.2-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 WX_GTK_VER="3.2-gtk3"
-inherit wxwidgets xdg cmake
+inherit wxwidgets xdg cmake toolchain-funcs
 
 DOC_VERSION="4.8.2.0"
 
@@ -44,6 +44,13 @@ BDEPEND="
sys-devel/gettext
"
 
+src_prepare() {
+   default
+   # see bug #907759
+   sed -i "s/ cc / $(tc-getBUILD_CC) /" "${S}"/CMakeLists.txt
+   cmake_src_prepare
+}
+
 src_configure() {
use doc && HTML_DOCS=( "${S}"/../${PN}/doc/. )
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2023-06-03 Thread Marc Schiffbauer
commit: e431a92bb31d3f9fb195847573d430731a10a82e
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sat Jun  3 11:42:36 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sat Jun  3 11:43:00 2023 +
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..
--- 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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2023-06-03 Thread Marc Schiffbauer
commit: 5d08c4cb6dc345dc7e784027cb6a8dc4717cad76
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sat Jun  3 11:41:12 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sat Jun  3 11:43:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d08c4cb

sci-geosciences/opencpn: fix build deps

Closes: https://bugs.gentoo.org/862591
Closes: https://bugs.gentoo.org/846953
Bug: https://bugs.gentoo.org/907738
Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn/opencpn-5.6.2-r2.ebuild|  7 ---
 ...cpn-5.6.2-r2.ebuild => opencpn-5.6.2-r3.ebuild} | 10 +
 ...cpn-5.6.2-r2.ebuild => opencpn-5.8.2-r2.ebuild} | 24 ++
 3 files changed, 25 insertions(+), 16 deletions(-)

diff --git a/sci-geosciences/opencpn/opencpn-5.6.2-r2.ebuild 
b/sci-geosciences/opencpn/opencpn-5.6.2-r2.ebuild
index 53ecdb5e91ac..884fa909efe4 100644
--- a/sci-geosciences/opencpn/opencpn-5.6.2-r2.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.6.2-r2.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/OpenCPN-Release_${PV}"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc lzma opengl"
+IUSE="doc lzma"
 
 RDEPEND="
app-arch/bzip2
@@ -28,9 +28,10 @@ RDEPEND="
media-libs/portaudio
net-misc/curl
sys-libs/zlib
-   opengl? ( virtual/opengl )
+   virtual/opengl
+   x11-base/xorg-proto
x11-libs/gtk+:3
-   x11-libs/wxGTK:${WX_GTK_VER}=[opengl?,X]
+   x11-libs/wxGTK:${WX_GTK_VER}=[opengl,X]
"
 DEPEND="${RDEPEND}"
 BDEPEND="

diff --git a/sci-geosciences/opencpn/opencpn-5.6.2-r2.ebuild 
b/sci-geosciences/opencpn/opencpn-5.6.2-r3.ebuild
similarity index 91%
copy from sci-geosciences/opencpn/opencpn-5.6.2-r2.ebuild
copy to sci-geosciences/opencpn/opencpn-5.6.2-r3.ebuild
index 53ecdb5e91ac..cb75281d7cff 100644
--- a/sci-geosciences/opencpn/opencpn-5.6.2-r2.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.6.2-r3.ebuild
@@ -18,19 +18,21 @@ S="${WORKDIR}/OpenCPN-Release_${PV}"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc lzma opengl"
+IUSE="doc lzma"
 
 RDEPEND="
app-arch/bzip2
-   lzma? ( app-arch/xz-utils )
dev-libs/tinyxml
+   lzma? ( app-arch/xz-utils )
media-libs/freetype:2
media-libs/portaudio
net-misc/curl
sys-libs/zlib
-   opengl? ( virtual/opengl )
+   virtual/libusb:1
+   virtual/opengl
+   x11-base/xorg-proto
x11-libs/gtk+:3
-   x11-libs/wxGTK:${WX_GTK_VER}=[opengl?,X]
+   x11-libs/wxGTK:${WX_GTK_VER}=[opengl,X]
"
 DEPEND="${RDEPEND}"
 BDEPEND="

diff --git a/sci-geosciences/opencpn/opencpn-5.6.2-r2.ebuild 
b/sci-geosciences/opencpn/opencpn-5.8.2-r2.ebuild
similarity index 80%
copy from sci-geosciences/opencpn/opencpn-5.6.2-r2.ebuild
copy to sci-geosciences/opencpn/opencpn-5.8.2-r2.ebuild
index 53ecdb5e91ac..7d5e879a5b06 100644
--- a/sci-geosciences/opencpn/opencpn-5.6.2-r2.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.8.2-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-WX_GTK_VER="3.0-gtk3"
+WX_GTK_VER="3.2-gtk3"
 inherit wxwidgets xdg cmake
 
 DOC_VERSION="4.8.2.0"
@@ -18,24 +18,30 @@ S="${WORKDIR}/OpenCPN-Release_${PV}"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc lzma opengl"
+IUSE="doc lzma"
 
 RDEPEND="
app-arch/bzip2
-   lzma? ( app-arch/xz-utils )
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
sys-libs/zlib
-   opengl? ( virtual/opengl )
+   virtual/libusb:1
+   virtual/opengl
+   x11-base/xorg-proto
x11-libs/gtk+:3
-   x11-libs/wxGTK:${WX_GTK_VER}=[opengl?,X]
+   x11-libs/wxGTK:${WX_GTK_VER}=[opengl,X]
"
 DEPEND="${RDEPEND}"
 BDEPEND="
-   sys-devel/gettext
+   dev-cpp/gtest
+   dev-libs/rapidjson
sys-apps/lsb-release
+   sys-devel/gettext
"
 
 src_configure() {
@@ -43,11 +49,11 @@ src_configure() {
 
setup-wxwidgets
local mycmakeargs=(
-   -DUSE_S57=ON
-DUSE_GARMINHOST=ON
-   -DBUNDLE_GSHHS=CRUDE
-   -DBUNDLE_TCDATA=ON
)
+#  -DUSE_S57=ON
+#  -DBUNDLE_TCDATA=ON
+#  -DBUNDLE_GSHHS=CRUDE
 
cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2023-06-02 Thread Marc Schiffbauer
commit: 2fb2bf1e71464ed62e14fc3578a71d1010269f2e
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sat Jun  3 00:49:19 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sat Jun  3 00:54:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb2bf1e

sci-geosciences/opencpn: add dep on virtual/libusb:0

Closes: https://bugs.gentoo.org/846953
Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn/opencpn-5.8.2-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-geosciences/opencpn/opencpn-5.8.2-r1.ebuild 
b/sci-geosciences/opencpn/opencpn-5.8.2-r1.ebuild
index 029224a474a9..2797c611e2af 100644
--- a/sci-geosciences/opencpn/opencpn-5.8.2-r1.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.8.2-r1.ebuild
@@ -31,6 +31,7 @@ RDEPEND="
net-misc/curl
opengl? ( virtual/opengl )
sys-libs/zlib
+   virtual/libusb:0
x11-libs/gtk+:3
x11-libs/wxGTK:${WX_GTK_VER}=[opengl?,X]
"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2023-06-02 Thread Marc Schiffbauer
commit: 13cd5128627b0c78a2636c93522b12d87ccd75b9
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Jun  2 11:42:39 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Jun  2 11:42:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13cd5128

sci-geosciences/opencpn: add dep on media-libs/glew

Closes: https://bugs.gentoo.org/907698
Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn/opencpn-5.8.2-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/opencpn/opencpn-5.8.2-r1.ebuild 
b/sci-geosciences/opencpn/opencpn-5.8.2-r1.ebuild
index 9f05be77fde4..029224a474a9 100644
--- a/sci-geosciences/opencpn/opencpn-5.8.2-r1.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.8.2-r1.ebuild
@@ -22,14 +22,15 @@ IUSE="doc lzma opengl"
 
 RDEPEND="
app-arch/bzip2
-   lzma? ( app-arch/xz-utils )
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
-   sys-libs/zlib
opengl? ( virtual/opengl )
+   sys-libs/zlib
x11-libs/gtk+:3
x11-libs/wxGTK:${WX_GTK_VER}=[opengl?,X]
"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2023-06-02 Thread Marc Schiffbauer
commit: c668e15d7c9db253ecc48d541e1fdc801406e71f
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Jun  2 11:24:42 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Jun  2 11:25:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c668e15d

sci-geosciences/opencpn: add missing new deps

Signed-off-by: Marc Schiffbauer  gentoo.org>

 .../opencpn/{opencpn-5.8.2.ebuild => opencpn-5.8.2-r1.ebuild}   | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/opencpn/opencpn-5.8.2.ebuild 
b/sci-geosciences/opencpn/opencpn-5.8.2-r1.ebuild
similarity index 94%
rename from sci-geosciences/opencpn/opencpn-5.8.2.ebuild
rename to sci-geosciences/opencpn/opencpn-5.8.2-r1.ebuild
index 0f5f7e400c1e..9f05be77fde4 100644
--- a/sci-geosciences/opencpn/opencpn-5.8.2.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.8.2-r1.ebuild
@@ -31,12 +31,14 @@ RDEPEND="
sys-libs/zlib
opengl? ( virtual/opengl )
x11-libs/gtk+:3
-   x11-libs/wxGTK:${WX_GTK_VER}=[opengl,X]
+   x11-libs/wxGTK:${WX_GTK_VER}=[opengl?,X]
"
 DEPEND="${RDEPEND}"
 BDEPEND="
-   sys-devel/gettext
+   dev-cpp/gtest
+   dev-libs/rapidjson
sys-apps/lsb-release
+   sys-devel/gettext
"
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2023-06-02 Thread Marc Schiffbauer
commit: f72ce6aa380a3f404854c23eba1ee4cba91cf4c9
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Jun  2 11:23:10 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Jun  2 11:25:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72ce6aa

sci-geosciences/opencpn: fix wxGTK opengl USE dep

Signed-off-by: Marc Schiffbauer  gentoo.org>

 .../opencpn/{opencpn-5.6.2-r1.ebuild => opencpn-5.6.2-r2.ebuild}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild 
b/sci-geosciences/opencpn/opencpn-5.6.2-r2.ebuild
similarity index 96%
rename from sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild
rename to sci-geosciences/opencpn/opencpn-5.6.2-r2.ebuild
index 5fe2fd8b60ba..53ecdb5e91ac 100644
--- a/sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.6.2-r2.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
sys-libs/zlib
opengl? ( virtual/opengl )
x11-libs/gtk+:3
-   x11-libs/wxGTK:${WX_GTK_VER}=[opengl,X]
+   x11-libs/wxGTK:${WX_GTK_VER}=[opengl?,X]
"
 DEPEND="${RDEPEND}"
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2023-06-01 Thread Marc Schiffbauer
commit: 9d4a32f68d4946b38b4d82b5b0230a42a21e2d6b
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Thu Jun  1 22:13:21 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Thu Jun  1 22:15:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4a32f6

sci-geosciences/opencpn: improve DEPEND on wxGTK

Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild | 6 --
 sci-geosciences/opencpn/opencpn-5.8.2.ebuild| 6 --
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild 
b/sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild
index f6b58010ad87..5fe2fd8b60ba 100644
--- a/sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild
@@ -29,12 +29,14 @@ RDEPEND="
net-misc/curl
sys-libs/zlib
opengl? ( virtual/opengl )
-   x11-libs/gtk+:3"
+   x11-libs/gtk+:3
+   x11-libs/wxGTK:${WX_GTK_VER}=[opengl,X]
+   "
 DEPEND="${RDEPEND}"
 BDEPEND="
sys-devel/gettext
sys-apps/lsb-release
-   x11-libs/wxGTK:${WX_GTK_VER}[opengl,X]"
+   "
 
 src_configure() {
use doc && HTML_DOCS=( "${S}"/../${PN}/doc/. )

diff --git a/sci-geosciences/opencpn/opencpn-5.8.2.ebuild 
b/sci-geosciences/opencpn/opencpn-5.8.2.ebuild
index f78f4e41570e..0f5f7e400c1e 100644
--- a/sci-geosciences/opencpn/opencpn-5.8.2.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.8.2.ebuild
@@ -30,12 +30,14 @@ RDEPEND="
net-misc/curl
sys-libs/zlib
opengl? ( virtual/opengl )
-   x11-libs/gtk+:3"
+   x11-libs/gtk+:3
+   x11-libs/wxGTK:${WX_GTK_VER}=[opengl,X]
+   "
 DEPEND="${RDEPEND}"
 BDEPEND="
sys-devel/gettext
sys-apps/lsb-release
-   x11-libs/wxGTK:${WX_GTK_VER}[opengl,X]"
+   "
 
 src_configure() {
use doc && HTML_DOCS=( "${S}"/../${PN}/doc/. )



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2023-05-31 Thread Marc Schiffbauer
commit: da63fad1023b5802b360087c90d41f8350e78f66
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Wed May 31 18:18:40 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Wed May 31 18:20:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da63fad1

sci-geosciences/opencpn: wxGTK RDEPEND -> BDEPEND

Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild | 6 +++---
 sci-geosciences/opencpn/opencpn-5.8.2.ebuild| 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild 
b/sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild
index 4a4c50383f8b..f6b58010ad87 100644
--- a/sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild
@@ -29,12 +29,12 @@ RDEPEND="
net-misc/curl
sys-libs/zlib
opengl? ( virtual/opengl )
-   x11-libs/gtk+:3
-   x11-libs/wxGTK:${WX_GTK_VER}[opengl,X]"
+   x11-libs/gtk+:3"
 DEPEND="${RDEPEND}"
 BDEPEND="
sys-devel/gettext
-   sys-apps/lsb-release"
+   sys-apps/lsb-release
+   x11-libs/wxGTK:${WX_GTK_VER}[opengl,X]"
 
 src_configure() {
use doc && HTML_DOCS=( "${S}"/../${PN}/doc/. )

diff --git a/sci-geosciences/opencpn/opencpn-5.8.2.ebuild 
b/sci-geosciences/opencpn/opencpn-5.8.2.ebuild
index 086ea41bb373..f78f4e41570e 100644
--- a/sci-geosciences/opencpn/opencpn-5.8.2.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.8.2.ebuild
@@ -30,12 +30,12 @@ RDEPEND="
net-misc/curl
sys-libs/zlib
opengl? ( virtual/opengl )
-   x11-libs/gtk+:3
-   x11-libs/wxGTK:${WX_GTK_VER}[opengl,X]"
+   x11-libs/gtk+:3"
 DEPEND="${RDEPEND}"
 BDEPEND="
sys-devel/gettext
-   sys-apps/lsb-release"
+   sys-apps/lsb-release
+   x11-libs/wxGTK:${WX_GTK_VER}[opengl,X]"
 
 src_configure() {
use doc && HTML_DOCS=( "${S}"/../${PN}/doc/. )



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2023-05-28 Thread Marc Schiffbauer
commit: 8881e381178f01d5980c56c5109f1dc2625e41da
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun May 28 21:00:25 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun May 28 21:01:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8881e381

sci-geosciences/opencpn: add 5.8.2

Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn/Manifest |  1 +
 sci-geosciences/opencpn/opencpn-5.8.2.ebuild | 60 
 2 files changed, 61 insertions(+)

diff --git a/sci-geosciences/opencpn/Manifest b/sci-geosciences/opencpn/Manifest
index 29eeb97e1f88..93cfb53e9477 100644
--- a/sci-geosciences/opencpn/Manifest
+++ b/sci-geosciences/opencpn/Manifest
@@ -1,2 +1,3 @@
 DIST opencpn-5.6.2.tar.gz 82919992 BLAKE2B 
a45e19d293d63262f2bb6bd0bd5d18723cadd0b93af8e64484b55d246cebbe623dccbb6a1d257eccd74fb9111953d9cdd4b44d6f3fb38c3a9f40fa253718f337
 SHA512 
6d90b21448b2d2a58685592e92647108978012cbaa25999d98855dca222e013784ca4e351eb08efd0a18980cccffb28b0d3c171ea9207e5fb37889e3a3b377e3
+DIST opencpn-5.8.2.tar.gz 87960698 BLAKE2B 
ecce27972a00af412283923a1720b9d74c80905101f383815e801691ab9dacb7c60328f6cd597811d4538bccf383e66465e08e2094420187272298151327b717
 SHA512 
c23bb322c2dcfb017347427cf6041d28fc0c1b8101f21d5cafc9b9306a4d265156ded90af09c385086e99a462a26787e7f4bb817ad19efa50624c952ba89c726
 DIST opencpn-doc_4.8.2.0.orig.tar.xz 22302480 BLAKE2B 
2bcd2ac01340cde0d0be80537321c8c3e829a8e664944c34f3f3112f931c45746059b5c173402982601ccf88926241741c7fb44f251e9fe48b83aa5f3e8d7727
 SHA512 
678317c77feb3b0bf695e337e7e95083df1d488e0a5ad3bad41bad11dc87271d6fc0ac194a6b63b603d5c1f1184e6c9f91de895a7db01017ef2a7068a62404eb

diff --git a/sci-geosciences/opencpn/opencpn-5.8.2.ebuild 
b/sci-geosciences/opencpn/opencpn-5.8.2.ebuild
new file mode 100644
index ..086ea41bb373
--- /dev/null
+++ b/sci-geosciences/opencpn/opencpn-5.8.2.ebuild
@@ -0,0 +1,60 @@
+# 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
+   lzma? ( app-arch/xz-utils )
+   dev-libs/tinyxml
+   media-libs/freetype:2
+   media-libs/jasper
+   media-libs/portaudio
+   net-misc/curl
+   sys-libs/zlib
+   opengl? ( virtual/opengl )
+   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_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
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2023-05-28 Thread Marc Schiffbauer
commit: 9f9f7af8a0718c3810b47905b12ad4f45eede4cc
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun May 28 20:59:37 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun May 28 21:01:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f9f7af8

sci-geosciences/opencpn: fix wxGTK dep

Closes: https://bugs.gentoo.org/827806
Signed-off-by: Marc Schiffbauer  gentoo.org>

 .../opencpn/{opencpn-5.6.2.ebuild => opencpn-5.6.2-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/opencpn/opencpn-5.6.2.ebuild 
b/sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild
similarity index 93%
rename from sci-geosciences/opencpn/opencpn-5.6.2.ebuild
rename to sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild
index 023654a26760..4a4c50383f8b 100644
--- a/sci-geosciences/opencpn/opencpn-5.6.2.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -30,7 +30,7 @@ RDEPEND="
sys-libs/zlib
opengl? ( virtual/opengl )
x11-libs/gtk+:3
-   x11-libs/wxGTK:${WX_GTK_VER}[X]"
+   x11-libs/wxGTK:${WX_GTK_VER}[opengl,X]"
 DEPEND="${RDEPEND}"
 BDEPEND="
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-dr/

2023-02-01 Thread Andreas Sturmlechner
commit: c8b937c41a6edf8aed9aa6ab56729924859bba0e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan 28 18:39:38 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb  1 19:26:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b937c4

sci-geosciences/opencpn-plugin-dr: drop 1.1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-geosciences/opencpn-plugin-dr/Manifest |  1 -
 .../opencpn-plugin-dr/opencpn-plugin-dr-1.1.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-dr/Manifest 
b/sci-geosciences/opencpn-plugin-dr/Manifest
index fd552525ad35..b8e4c9ec3950 100644
--- a/sci-geosciences/opencpn-plugin-dr/Manifest
+++ b/sci-geosciences/opencpn-plugin-dr/Manifest
@@ -1,2 +1 @@
-DIST opencpn-plugin-dr-1.1.tar.gz 133693 BLAKE2B 
3d3356d43ca263c117511be4b4b873038f1a0493ab9b9ec4d0811da4360a38a2ec4ee2a31b54ce18741fc9ae0e3daf1a0a24b1c62493087c747b9e8720ee5a07
 SHA512 
2a953c7a8a491975c2b14e877364cfa736d2c410ea77bb4e0b18cf3bb3b04b19c2fcbc9debd513182f95002b483e689c4e21c30d87474e319bae7d2d840254f1
 DIST opencpn-plugin-dr-4.0.0.tar.gz 2010328 BLAKE2B 
7b3d9e93edb52e6c039e759a5a4f8f85145c89c68b6c9d33ecf8fa376e4150bfe34a516bb9f278ef820fb880c2c45b13a446151c46bd9220e303c1b352010601
 SHA512 
0cbb87b66569451510f813a7766ca7e7e5c120861046c93b0adb0e71b90528ae83b12201635ec0e3a9286c470e0a93015c4a5a99cbc13979c894fa4be36ce71f

diff --git a/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-1.1.ebuild 
b/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-1.1.ebuild
deleted file mode 100644
index 96bb44ad6eeb..
--- a/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-1.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0"
-inherit cmake wxwidgets
-
-MY_PN="DR_pi"
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/Rasbats/${MY_PN}.git;
-else
-   SRC_URI="https://github.com/Rasbats/${MY_PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
-
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Dead Reckoning Positions Plugin for OpenCPN"
-HOMEPAGE="https://github.com/Rasbats/DR_pi;
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-RDEPEND="
-   x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/gettext"
-
-src_configure() {
-   setup-wxwidgets unicode
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/files/, sci-geosciences/opencpn/

2022-05-18 Thread Marc Schiffbauer
commit: 25824002e67a9cfb433964e5e33eefb73e815820
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Wed May 18 09:19:26 2022 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Wed May 18 09:19:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25824002

sci-geosciences/opencpn: drop 5.2.4

Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn/Manifest   |  1 -
 .../opencpn/files/opencpn-5.2.4-cmake.patch| 14 -
 sci-geosciences/opencpn/opencpn-5.2.4.ebuild   | 61 --
 3 files changed, 76 deletions(-)

diff --git a/sci-geosciences/opencpn/Manifest b/sci-geosciences/opencpn/Manifest
index 1d1d8e64a89d..29eeb97e1f88 100644
--- a/sci-geosciences/opencpn/Manifest
+++ b/sci-geosciences/opencpn/Manifest
@@ -1,3 +1,2 @@
-DIST opencpn-5.2.4.tar.gz 81226481 BLAKE2B 
7c5bb1157e94d3271bce899740cdf6d9d5dc17c4406b3020fa8a91ae728ca3c0ddab799affa219b833df86e547de91b2e6ccd11fa57fff056550a440d9968fad
 SHA512 
13543272fe4c68b911c42fdc19f0bd7842809edc8e91d73899030f70668e78c448474541a5742ad675d6e2b361240ca1a5d603b163f8b5107539720442ee19a0
 DIST opencpn-5.6.2.tar.gz 82919992 BLAKE2B 
a45e19d293d63262f2bb6bd0bd5d18723cadd0b93af8e64484b55d246cebbe623dccbb6a1d257eccd74fb9111953d9cdd4b44d6f3fb38c3a9f40fa253718f337
 SHA512 
6d90b21448b2d2a58685592e92647108978012cbaa25999d98855dca222e013784ca4e351eb08efd0a18980cccffb28b0d3c171ea9207e5fb37889e3a3b377e3
 DIST opencpn-doc_4.8.2.0.orig.tar.xz 22302480 BLAKE2B 
2bcd2ac01340cde0d0be80537321c8c3e829a8e664944c34f3f3112f931c45746059b5c173402982601ccf88926241741c7fb44f251e9fe48b83aa5f3e8d7727
 SHA512 
678317c77feb3b0bf695e337e7e95083df1d488e0a5ad3bad41bad11dc87271d6fc0ac194a6b63b603d5c1f1184e6c9f91de895a7db01017ef2a7068a62404eb

diff --git a/sci-geosciences/opencpn/files/opencpn-5.2.4-cmake.patch 
b/sci-geosciences/opencpn/files/opencpn-5.2.4-cmake.patch
deleted file mode 100644
index 4c2ea09ae159..
--- a/sci-geosciences/opencpn/files/opencpn-5.2.4-cmake.patch
+++ /dev/null
@@ -1,14 +0,0 @@
 a/CMakeLists.txt   2021-11-02 01:45:56.488999411 -1000
-+++ b/CMakeLists.txt   2021-11-02 01:51:53.343219957 -1000
-@@ -756,9 +756,9 @@
-   # looked for them. This is a nasty fix which might fail miserably. 
Assumption:
-   # All builds using GTK uses unicode and wxWidgets 3.0
-   if (GTK3_FOUND)
--list(APPEND wxWidgets_LIBRARIES "-lwx_gtk3u_aui-3.0")
-+list(APPEND wxWidgets_LIBRARIES "-lwx_gtk3u_aui-3.0-gtk3")
- if (OPENGL_FOUND)
--  list(APPEND wxWidgets_LIBRARIES "-lwx_gtk3u_gl-3.0")
-+  list(APPEND wxWidgets_LIBRARIES "-lwx_gtk3u_gl-3.0-gtk3")
- endif ()
-   endif ()
- 

diff --git a/sci-geosciences/opencpn/opencpn-5.2.4.ebuild 
b/sci-geosciences/opencpn/opencpn-5.2.4.ebuild
deleted file mode 100644
index f4be4868019e..
--- a/sci-geosciences/opencpn/opencpn-5.2.4.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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/v${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-${PV}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc lzma opengl"
-
-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
-   opengl? ( virtual/opengl )
-   x11-libs/gtk+:3
-   x11-libs/wxGTK:${WX_GTK_VER}[X]"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   sys-devel/gettext
-   sys-apps/lsb-release"
-
-PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2022-05-18 Thread Marc Schiffbauer
commit: 89f9466c6d3fdab44ed640c1167c09d6512c77e4
Author: Nils Schlupp  gmail  com>
AuthorDate: Sat May  7 01:13:34 2022 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Wed May 18 09:16:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f9466c

sci-geosciences/opencpn: add 5.6.2

Signed-off-by: Nils Schlupp  gmail.com>
Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn/Manifest |  1 +
 sci-geosciences/opencpn/opencpn-5.6.2.ebuild | 61 
 2 files changed, 62 insertions(+)

diff --git a/sci-geosciences/opencpn/Manifest b/sci-geosciences/opencpn/Manifest
index 299cbb7a49fe..1d1d8e64a89d 100644
--- a/sci-geosciences/opencpn/Manifest
+++ b/sci-geosciences/opencpn/Manifest
@@ -1,2 +1,3 @@
 DIST opencpn-5.2.4.tar.gz 81226481 BLAKE2B 
7c5bb1157e94d3271bce899740cdf6d9d5dc17c4406b3020fa8a91ae728ca3c0ddab799affa219b833df86e547de91b2e6ccd11fa57fff056550a440d9968fad
 SHA512 
13543272fe4c68b911c42fdc19f0bd7842809edc8e91d73899030f70668e78c448474541a5742ad675d6e2b361240ca1a5d603b163f8b5107539720442ee19a0
+DIST opencpn-5.6.2.tar.gz 82919992 BLAKE2B 
a45e19d293d63262f2bb6bd0bd5d18723cadd0b93af8e64484b55d246cebbe623dccbb6a1d257eccd74fb9111953d9cdd4b44d6f3fb38c3a9f40fa253718f337
 SHA512 
6d90b21448b2d2a58685592e92647108978012cbaa25999d98855dca222e013784ca4e351eb08efd0a18980cccffb28b0d3c171ea9207e5fb37889e3a3b377e3
 DIST opencpn-doc_4.8.2.0.orig.tar.xz 22302480 BLAKE2B 
2bcd2ac01340cde0d0be80537321c8c3e829a8e664944c34f3f3112f931c45746059b5c173402982601ccf88926241741c7fb44f251e9fe48b83aa5f3e8d7727
 SHA512 
678317c77feb3b0bf695e337e7e95083df1d488e0a5ad3bad41bad11dc87271d6fc0ac194a6b63b603d5c1f1184e6c9f91de895a7db01017ef2a7068a62404eb

diff --git a/sci-geosciences/opencpn/opencpn-5.6.2.ebuild 
b/sci-geosciences/opencpn/opencpn-5.6.2.ebuild
new file mode 100644
index ..883a844851f8
--- /dev/null
+++ b/sci-geosciences/opencpn/opencpn-5.6.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 opengl"
+
+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
+   opengl? ( virtual/opengl )
+   x11-libs/gtk+:3
+   x11-libs/wxGTK:${WX_GTK_VER}[X]"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   sys-devel/gettext
+   sys-apps/lsb-release"
+
+#PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-weather_routing/

2022-05-18 Thread Marc Schiffbauer
commit: 4b231eb29a9468c51f033ef90b0e211c8e77ee12
Author: Nils Schlupp  gmail  com>
AuthorDate: Sat May  7 00:27:17 2022 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Wed May 18 09:16:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b231eb2

sci-geosciences/opencpn-plugin-weather_routing:

Switching to more recent maintainer branch and bumping to version 1.13.1

Bug: https://bugs.gentoo.org/830067,https://bugs.gentoo.org/831680
Signed-off-by: Nils Schlupp  gmail.com>
Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn-plugin-weather_routing/Manifest   | 2 +-
 ...g-.ebuild => opencpn-plugin-weather_routing-1.13.1.ebuild} | 8 
 .../opencpn-plugin-weather_routing-.ebuild| 8 
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-weather_routing/Manifest 
b/sci-geosciences/opencpn-plugin-weather_routing/Manifest
index 8ef5e1f39a73..a8d3887396a5 100644
--- a/sci-geosciences/opencpn-plugin-weather_routing/Manifest
+++ b/sci-geosciences/opencpn-plugin-weather_routing/Manifest
@@ -1 +1 @@
-DIST opencpn-plugin-weather_routing-1.10.1.tar.gz 845403 BLAKE2B 
e7cacef78f2f5567c008452c6c24eacf3acde8f8dcd78aa05f1e36248f31ab946f27c0bacdbb0882dcc1075a0fe15d6ddd62f5e24f7c38fffaf577683de6a345
 SHA512 
052377bc2b962b131640ecdb2e688b97325a7935f60c68652be6bdb07486278d03d09ec2c8b4b1547e5eeab1ea7613890604c800a91f185babe5bfb5221a7337
+DIST opencpn-plugin-weather_routing-1.13.1.tar.gz 893533 BLAKE2B 
011eed0e6c4b463a89e83611f1b5b6dcb74edd65100a8fe444c5623ea85c20666194586964c2ed0b8a8b1d2d790026affccc034d98ea375284048fd33983a092
 SHA512 
43661df7b1a823f38a928a899bca58cd7451b663e23843bdf79000c0bc4e95cf9491e21e7a5ea6ad33f6a15e0a72c68058779ee241ad338a907852d048b5bc45

diff --git 
a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-.ebuild
 
b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.13.1.ebuild
similarity index 67%
copy from 
sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-.ebuild
copy to 
sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.13.1.ebuild
index 826df2e8f0ba..586c24e8abcb 100644
--- 
a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.13.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,16 +9,16 @@ inherit cmake wxwidgets
 MY_PN="weather_routing_pi"
 if [[ ${PV} == * ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git;
+   EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git;
 else
-   
SRC_URI="https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
 
 DESCRIPTION="Weather Routing Plugin for OpenCPN"
-HOMEPAGE="https://github.com/seandepagnier/weather_routing_pi/;
+HOMEPAGE="https://github.com/rgleason/weather_routing_pi/;
 
 LICENSE="GPL-3+"
 SLOT="0"

diff --git 
a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-.ebuild
 
b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-.ebuild
index 826df2e8f0ba..586c24e8abcb 100644
--- 
a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,16 +9,16 @@ inherit cmake wxwidgets
 MY_PN="weather_routing_pi"
 if [[ ${PV} == * ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git;
+   EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git;
 else
-   
SRC_URI="https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
 
 DESCRIPTION="Weather Routing Plugin for OpenCPN"
-HOMEPAGE="https://github.com/seandepagnier/weather_routing_pi/;
+HOMEPAGE="https://github.com/rgleason/weather_routing_pi/;
 
 LICENSE="GPL-3+"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-weather_routing/

2022-05-18 Thread Marc Schiffbauer
commit: 02e6487b95cda89d8bc1eccf6993853f3ad8702d
Author: Nils Schlupp  gmail  com>
AuthorDate: Wed May 18 04:22:24 2022 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Wed May 18 09:16:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e6487b

sci-geosciences/opencpn-plugin-weather_routing: Bump EAPI version to 8

Signed-off-by: Nils Schlupp  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25360
Signed-off-by: Marc Schiffbauer  gentoo.org>

 .../opencpn-plugin-weather_routing-1.13.1.ebuild  | 4 ++--
 .../opencpn-plugin-weather_routing-.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.13.1.ebuild
 
b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.13.1.ebuild
index 586c24e8abcb..2d4a9d906c36 100644
--- 
a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.13.1.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.13.1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
 inherit cmake wxwidgets
 
 MY_PN="weather_routing_pi"

diff --git 
a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-.ebuild
 
b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-.ebuild
index 586c24e8abcb..2d4a9d906c36 100644
--- 
a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
 inherit cmake wxwidgets
 
 MY_PN="weather_routing_pi"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2022-05-18 Thread Marc Schiffbauer
commit: 0a67d371b19c6a238e5eeba10af74723ec6a2736
Author: Nils Schlupp  gmail  com>
AuthorDate: Wed May 18 04:33:13 2022 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Wed May 18 09:16:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a67d371

sci-geosciences/opencpn: update EAPI 7 -> 8

Signed-off-by: Nils Schlupp  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25361
Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn/opencpn-5.6.2.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sci-geosciences/opencpn/opencpn-5.6.2.ebuild 
b/sci-geosciences/opencpn/opencpn-5.6.2.ebuild
index 883a844851f8..023654a26760 100644
--- a/sci-geosciences/opencpn/opencpn-5.6.2.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.6.2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 WX_GTK_VER="3.0-gtk3"
 inherit wxwidgets xdg cmake
@@ -36,8 +36,6 @@ BDEPEND="
sys-devel/gettext
sys-apps/lsb-release"
 
-#PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
-
 src_configure() {
use doc && HTML_DOCS=( "${S}"/../${PN}/doc/. )
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-weather_routing/

2022-05-18 Thread Marc Schiffbauer
commit: 11e74502ec4b73d2159f4368eae9058575f12943
Author: Nils Schlupp  gmail  com>
AuthorDate: Sat May  7 01:16:16 2022 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Wed May 18 09:16:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e74502

sci-geosciences/opencpn-plugin-weather_routing: drop 1.10.1

Signed-off-by: Nils Schlupp  gmail.com>
Signed-off-by: Marc Schiffbauer  gentoo.org>

 .../opencpn-plugin-weather_routing-1.10.1.ebuild   | 35 --
 1 file changed, 35 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.10.1.ebuild
 
b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.10.1.ebuild
deleted file mode 100644
index 826df2e8f0ba..
--- 
a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.10.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0"
-inherit cmake wxwidgets
-
-MY_PN="weather_routing_pi"
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git;
-else
-   
SRC_URI="https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Weather Routing Plugin for OpenCPN"
-HOMEPAGE="https://github.com/seandepagnier/weather_routing_pi/;
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-   x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/gettext"
-
-src_configure() {
-   setup-wxwidgets unicode
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-logbookkonni/files/

2021-11-30 Thread Marc Schiffbauer
commit: 8321543ab1c500af359423df7e8f677c5eb6
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Tue Nov 30 09:05:10 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Tue Nov 30 09:05:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8321543a

sci-geosciences/opencpn-plugin-logbookkonni: add cmake patch

Signed-off-by: Marc Schiffbauer  gentoo.org>

 .../opencpn-plugin-logbookkonni/files/cmake.patch  | 57 ++
 1 file changed, 57 insertions(+)

diff --git a/sci-geosciences/opencpn-plugin-logbookkonni/files/cmake.patch 
b/sci-geosciences/opencpn-plugin-logbookkonni/files/cmake.patch
new file mode 100644
index ..4221ce9f82cd
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-logbookkonni/files/cmake.patch
@@ -0,0 +1,57 @@
+diff -urN LogbookKonni_pi-1.4.22.0.orig/cmake/PluginInstall.cmake 
LogbookKonni_pi-1.4.22.0/cmake/PluginInstall.cmake
+--- LogbookKonni_pi-1.4.22.0.orig/cmake/PluginInstall.cmake2021-10-30 
07:35:43.0 -1000
 LogbookKonni_pi-1.4.22.0/cmake/PluginInstall.cmake 2021-11-29 
22:31:48.755156001 -1000
+@@ -6,7 +6,7 @@
+ # Installation items and layout.
+ # ~~~
+ 
+-include(Metadata)
++#include(Metadata)
+ 
+ if (APPLE)
+   install(
+diff -urN LogbookKonni_pi-1.4.22.0.orig/cmake/Targets.cmake 
LogbookKonni_pi-1.4.22.0/cmake/Targets.cmake
+--- LogbookKonni_pi-1.4.22.0.orig/cmake/Targets.cmake  2021-10-30 
07:35:43.0 -1000
 LogbookKonni_pi-1.4.22.0/cmake/Targets.cmake   2021-11-29 
22:31:48.756156018 -1000
+@@ -8,7 +8,7 @@
+   return()
+ endif ()
+ 
+-include(Metadata)
++#include(Metadata)
+ 
+ if (UNIX AND NOT APPLE AND NOT QT_ANDROID)
+   set(_LINUX ON)
+diff -urN LogbookKonni_pi-1.4.22.0.orig/CMakeLists.txt 
LogbookKonni_pi-1.4.22.0/CMakeLists.txt
+--- LogbookKonni_pi-1.4.22.0.orig/CMakeLists.txt   2021-10-30 
07:35:43.0 -1000
 LogbookKonni_pi-1.4.22.0/CMakeLists.txt2021-11-29 22:42:03.398496368 
-1000
+@@ -27,6 +27,7 @@
+ endif ()
+ message(STATUS "Cmake version: ${CMAKE_VERSION}.")
+ 
++set(BUILD_TYPE "tarball")
+ 
+ #  Build setup (mostly in PluginCompiler) 
+ #
+@@ -57,6 +58,7 @@
+ 
+ option(PLUGIN_USE_SVG "Use SVG graphics" ON)
+ 
++
+ include(PluginOptions)
+ 
+ #
+@@ -135,9 +137,10 @@
+ create_targets(
+   ${PROJECT_SOURCE_DIR}/flatpak/org.opencpn.OpenCPN.Plugin.logbook.yaml
+ )
+-if ("${BUILD_TYPE}" STREQUAL "")
+-  return ()
+-endif ()
++#if ("${BUILD_TYPE}" STREQUAL "")
++#  return ()
++#endif ()
++include(PluginLibs)
+ 
+ if (NOT ${BUILD_TYPE} STREQUAL "flatpak")
+   # Build package as required (flatpak already dealt with).



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugins-meta/

2021-11-30 Thread Marc Schiffbauer
commit: dbe82bad876fd7705d4a8a538e4efb2efa04ef21
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Tue Nov 30 08:58:29 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Tue Nov 30 09:04:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe82bad

sci-geosciences/opencpn-plugins-meta: bump logbook version

Signed-off-by: Marc Schiffbauer  gentoo.org>

 ...lugins-meta-4.2.0-r5.ebuild => opencpn-plugins-meta-4.2.0-r6.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r5.ebuild 
b/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r6.ebuild
similarity index 95%
rename from 
sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r5.ebuild
rename to 
sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r6.ebuild
index db026761ac63..0272118e164f 100644
--- a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r5.ebuild
+++ b/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r6.ebuild
@@ -17,7 +17,7 @@ RDEPEND="
>=sci-geosciences/opencpn-plugin-gxradar-1.1
>=sci-geosciences/opencpn-plugin-iacfleet-0.8
>=sci-geosciences/opencpn-plugin-launcher-1.1
-   >=sci-geosciences/opencpn-plugin-logbookkonni-1.3002
+   >=sci-geosciences/opencpn-plugin-logbookkonni-1.4.22.0
>=sci-geosciences/opencpn-plugin-objsearch-0.7
>=sci-geosciences/opencpn-plugin-ocpn_draw-1.0.12
>=sci-geosciences/opencpn-plugin-ocpndebugger-1.2



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-dr/, sci-geosciences/opencpn-plugin-dr/files/

2021-11-30 Thread Marc Schiffbauer
commit: 9dfe0d262344cf04c192e311e6a7d650b4d15f2e
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Mon Nov 29 10:16:10 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Tue Nov 30 09:04:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dfe0d26

sci-geosciences/opencpn-plugin-dr: added 4.0.0

Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn-plugin-dr/Manifest |  1 +
 .../opencpn-plugin-dr/files/cmake.patch| 41 ++
 ...-.ebuild => opencpn-plugin-dr-4.0.0.ebuild} | 10 --
 .../opencpn-plugin-dr-.ebuild  | 10 --
 4 files changed, 56 insertions(+), 6 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-dr/Manifest 
b/sci-geosciences/opencpn-plugin-dr/Manifest
index e6b0099358e1..fd552525ad35 100644
--- a/sci-geosciences/opencpn-plugin-dr/Manifest
+++ b/sci-geosciences/opencpn-plugin-dr/Manifest
@@ -1 +1,2 @@
 DIST opencpn-plugin-dr-1.1.tar.gz 133693 BLAKE2B 
3d3356d43ca263c117511be4b4b873038f1a0493ab9b9ec4d0811da4360a38a2ec4ee2a31b54ce18741fc9ae0e3daf1a0a24b1c62493087c747b9e8720ee5a07
 SHA512 
2a953c7a8a491975c2b14e877364cfa736d2c410ea77bb4e0b18cf3bb3b04b19c2fcbc9debd513182f95002b483e689c4e21c30d87474e319bae7d2d840254f1
+DIST opencpn-plugin-dr-4.0.0.tar.gz 2010328 BLAKE2B 
7b3d9e93edb52e6c039e759a5a4f8f85145c89c68b6c9d33ecf8fa376e4150bfe34a516bb9f278ef820fb880c2c45b13a446151c46bd9220e303c1b352010601
 SHA512 
0cbb87b66569451510f813a7766ca7e7e5c120861046c93b0adb0e71b90528ae83b12201635ec0e3a9286c470e0a93015c4a5a99cbc13979c894fa4be36ce71f

diff --git a/sci-geosciences/opencpn-plugin-dr/files/cmake.patch 
b/sci-geosciences/opencpn-plugin-dr/files/cmake.patch
new file mode 100644
index ..ab0bb813c321
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-dr/files/cmake.patch
@@ -0,0 +1,41 @@
+diff -ur DR_pi-4.0.0.orig/CMakeLists.txt DR_pi-4.0.0/CMakeLists.txt
+--- DR_pi-4.0.0.orig/CMakeLists.txt2021-11-04 00:32:44.0 -1000
 DR_pi-4.0.0/CMakeLists.txt 2021-11-29 00:11:03.998266321 -1000
+@@ -61,9 +61,10 @@
+ )
+ include(Targets)
+ create_targets(${FLATPAK_MANIFEST})
+-if ("${BUILD_TYPE}" STREQUAL "")
+-  return ()
+-endif ()
++#if ("${BUILD_TYPE}" STREQUAL "")
++#  return ()
++#endif ()
++include(PluginLibs)
+ 
+ if (NOT ${BUILD_TYPE} STREQUAL "flatpak")
+   # Build package as required (flatpak already dealt with).
+diff -ur DR_pi-4.0.0.orig/cmake/PluginInstall.cmake 
DR_pi-4.0.0/cmake/PluginInstall.cmake
+--- DR_pi-4.0.0.orig/cmake/PluginInstall.cmake 2021-11-04 00:32:44.0 
-1000
 DR_pi-4.0.0/cmake/PluginInstall.cmake  2021-11-29 00:10:04.241099544 
-1000
+@@ -11,7 +11,7 @@
+ # the Free Software Foundation; either version 3 of the License, or
+ # (at your option) any later version.
+ 
+-include(Metadata)
++#include(Metadata)
+ 
+ if (APPLE)
+   install(
+diff -ur DR_pi-4.0.0.orig/cmake/Targets.cmake DR_pi-4.0.0/cmake/Targets.cmake
+--- DR_pi-4.0.0.orig/cmake/Targets.cmake   2021-11-04 00:32:44.0 
-1000
 DR_pi-4.0.0/cmake/Targets.cmake2021-11-29 00:10:18.954386822 -1000
+@@ -19,7 +19,7 @@
+   return()
+ endif ()
+ 
+-include(Metadata)
++#include(Metadata)
+ 
+ if (UNIX AND NOT APPLE AND NOT QT_ANDROID)
+   set(_LINUX ON)

diff --git a/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-.ebuild 
b/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-4.0.0.ebuild
similarity index 80%
copy from sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-.ebuild
copy to sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-4.0.0.ebuild
index 96bb44ad6eeb..f8093a00ebdc 100644
--- a/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-.ebuild
+++ b/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-4.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
 inherit cmake wxwidgets
 
 MY_PN="DR_pi"
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Rasbats/${MY_PN}.git;
 else
-   SRC_URI="https://github.com/Rasbats/${MY_PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/Rasbats/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
@@ -25,10 +25,14 @@ SLOT="0"
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0"
+   sci-geosciences/opencpn:="
 DEPEND="${RDEPEND}"
 BDEPEND="sys-devel/gettext"
 
+PATCHES=(
+   "${FILESDIR}/cmake.patch"
+)
+
 src_configure() {
setup-wxwidgets unicode
cmake_src_configure

diff --git a/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-.ebuild 
b/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-.ebuild
index 96bb44ad6eeb..f8093a00ebdc 100644
--- a/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-.ebuild
+++ b/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-WX_GTK_VER="3.0"

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-logbookkonni/

2021-11-30 Thread Marc Schiffbauer
commit: 051eafa27fcb16013d1ed67fff47bae58bcc9e2b
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Tue Nov 30 09:01:53 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Tue Nov 30 09:04:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051eafa2

sci-geosciences/opencpn-plugin-logbookkonni: update live version

Signed-off-by: Marc Schiffbauer  gentoo.org>

 .../opencpn-plugin-logbookkonni-.ebuild| 28 +-
 1 file changed, 11 insertions(+), 17 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-.ebuild
 
b/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-.ebuild
index 88643bb432bf..37b7e7554be5 100644
--- 
a/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-.ebuild
@@ -3,56 +3,50 @@
 
 EAPI=7
 
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
 inherit cmake wxwidgets
 
-MY_PN="LogbookKonni-1.2"
+MY_PN="LogbookKonni_pi"
 if [[ ${PV} == * ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/delatbabel/${MY_PN}.git;
+   EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git;
 else
-   SRC_URI="
-   https://github.com/delatbabel/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   
https://github.com/delatbabel/${MY_PN}/releases/download/v${PV}/LogbookKonni_Layouts.zip
 -> ${P}_Layouts.zip"
+   SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
 
 DESCRIPTION="Logbook Plugin for OpenCPN"
-HOMEPAGE="https://github.com/delatbabel/LogbookKonni-1.2;
+HOMEPAGE="https://github.com/rgleason/LogbookKonni_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
+   sci-geosciences/opencpn:=
sys-devel/gettext"
 DEPEND="${RDEPEND}"
 BDEPEND="
app-arch/zip
sys-devel/gettext"
 
+PATCHES=(
+   "${FILESDIR}/cmake.patch"
+)
+
 src_configure() {
setup-wxwidgets unicode
cmake_src_configure
 }
 
-src_install() {
-   # install layouts as zip
-   cmake_src_install
-
-   cd "${WORKDIR}" || die
-   zip -r 
"${ED}"/usr/share/opencpn/plugins/logbookkonni_pi/data/LogbookKonni_Layouts.zip 
Clouds HTMLLayouts ODTLayouts || die
-}
-
 pkg_postinst() {
elog "Installation of logbook layouts"
elog "***"
elog
elog "The default layouts zip file has been installed to:"
-   elog 
"${EROOT}/usr/share/opencpn/plugins/logbookkonni_pi/data/LogbookKonni_Layouts.zip"
+   elog 
"${EROOT}/usr/share/opencpn/plugins/logbookkonni_pi/data/Layouts.zip"
elog
elog "After starting OpenCPN, go to 
Options->Plugins->Logbook->Settings,"
elog "click the install button and choose the above mentioned zip file"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-logbookkonni/

2021-11-30 Thread Marc Schiffbauer
commit: 2c91cf6f9d6807d4956f862303efcc701c6961a4
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Tue Nov 30 09:01:04 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Tue Nov 30 09:04:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c91cf6f

sci-geosciences/opencpn-plugin-logbookkonni: drop 1.3002

Signed-off-by: Marc Schiffbauer  gentoo.org>

 .../opencpn-plugin-logbookkonni/Manifest   |  2 -
 .../opencpn-plugin-logbookkonni-1.3002.ebuild  | 60 --
 2 files changed, 62 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-logbookkonni/Manifest 
b/sci-geosciences/opencpn-plugin-logbookkonni/Manifest
index b8454b24c5f4..f4edae270e58 100644
--- a/sci-geosciences/opencpn-plugin-logbookkonni/Manifest
+++ b/sci-geosciences/opencpn-plugin-logbookkonni/Manifest
@@ -1,3 +1 @@
-DIST opencpn-plugin-logbookkonni-1.3002.tar.gz 3810133 BLAKE2B 
e22d4fe15e54ce914d97bfb0c660210dddec26ba7e6867708489f042e18b04f2e4832275a7a96a31e5a4f1bc25faca1f8343ce66114751d1c37b525e749f8d15
 SHA512 
a539e8d01f9e81f859826477c1abbdafeacc1bd0a1e734777698eb471ddf0a1356bcd321b4b3aa27f9593e0d412e52fb8791248a0dfbc20daa7c9214152e8030
-DIST opencpn-plugin-logbookkonni-1.3002_Layouts.zip 1722887 BLAKE2B 
ba2b966def65930f544aabe1a617c5cc3aac69f578ffb3360388724c78d4c793719d50e577b0571933168f7f5cc55a27dcbb2e5616b90c17d0257052fd052d9f
 SHA512 
f493d9af822a960f3b9a5d557d46b73e89c8179bfbc4d260d133c972e22d4ce5753e64b2d8ced321589a11a0a32efe1c34b574ed850af0673768896cdbb3d9c5
 DIST opencpn-plugin-logbookkonni-1.4.22.0.tar.gz 8595300 BLAKE2B 
ce4f1d87613ca4e5f4e4b6ea336b642ec780912395e855af5a88db0b8290b3aed796b54207c5a7776643dfa63dcdf93db711b63e5e9f95a4903c1e7e6874fbf3
 SHA512 
f3f50e8a7b24aca049b9495d1f3a5a303447df2fa1dc2e3c79a86a1d2be4a8b4f71e4b2ee596e721d3c2a0c9bb7138d9aed6bd28198cc91223233fa9440b827e

diff --git 
a/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.3002.ebuild
 
b/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.3002.ebuild
deleted file mode 100644
index 88643bb432bf..
--- 
a/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.3002.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0"
-inherit cmake wxwidgets
-
-MY_PN="LogbookKonni-1.2"
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/delatbabel/${MY_PN}.git;
-else
-   SRC_URI="
-   https://github.com/delatbabel/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   
https://github.com/delatbabel/${MY_PN}/releases/download/v${PV}/LogbookKonni_Layouts.zip
 -> ${P}_Layouts.zip"
-
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Logbook Plugin for OpenCPN"
-HOMEPAGE="https://github.com/delatbabel/LogbookKonni-1.2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-RDEPEND="
-   x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-arch/zip
-   sys-devel/gettext"
-
-src_configure() {
-   setup-wxwidgets unicode
-   cmake_src_configure
-}
-
-src_install() {
-   # install layouts as zip
-   cmake_src_install
-
-   cd "${WORKDIR}" || die
-   zip -r 
"${ED}"/usr/share/opencpn/plugins/logbookkonni_pi/data/LogbookKonni_Layouts.zip 
Clouds HTMLLayouts ODTLayouts || die
-}
-
-pkg_postinst() {
-   elog "Installation of logbook layouts"
-   elog "***"
-   elog
-   elog "The default layouts zip file has been installed to:"
-   elog 
"${EROOT}/usr/share/opencpn/plugins/logbookkonni_pi/data/LogbookKonni_Layouts.zip"
-   elog
-   elog "After starting OpenCPN, go to 
Options->Plugins->Logbook->Settings,"
-   elog "click the install button and choose the above mentioned zip file"
-   elog
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-logbookkonni/

2021-11-30 Thread Marc Schiffbauer
commit: c098af7ab5abd5a8bd703b3fcc3c4cc55e93d7f2
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Tue Nov 30 09:00:37 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Tue Nov 30 09:04:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c098af7a

sci-geosciences/opencpn-plugin-logbookkonni: add 1.4.22.0

Signed-off-by: Marc Schiffbauer  gentoo.org>

 .../opencpn-plugin-logbookkonni/Manifest   |  1 +
 .../opencpn-plugin-logbookkonni-1.4.22.0.ebuild| 54 ++
 2 files changed, 55 insertions(+)

diff --git a/sci-geosciences/opencpn-plugin-logbookkonni/Manifest 
b/sci-geosciences/opencpn-plugin-logbookkonni/Manifest
index da9165f19f5b..b8454b24c5f4 100644
--- a/sci-geosciences/opencpn-plugin-logbookkonni/Manifest
+++ b/sci-geosciences/opencpn-plugin-logbookkonni/Manifest
@@ -1,2 +1,3 @@
 DIST opencpn-plugin-logbookkonni-1.3002.tar.gz 3810133 BLAKE2B 
e22d4fe15e54ce914d97bfb0c660210dddec26ba7e6867708489f042e18b04f2e4832275a7a96a31e5a4f1bc25faca1f8343ce66114751d1c37b525e749f8d15
 SHA512 
a539e8d01f9e81f859826477c1abbdafeacc1bd0a1e734777698eb471ddf0a1356bcd321b4b3aa27f9593e0d412e52fb8791248a0dfbc20daa7c9214152e8030
 DIST opencpn-plugin-logbookkonni-1.3002_Layouts.zip 1722887 BLAKE2B 
ba2b966def65930f544aabe1a617c5cc3aac69f578ffb3360388724c78d4c793719d50e577b0571933168f7f5cc55a27dcbb2e5616b90c17d0257052fd052d9f
 SHA512 
f493d9af822a960f3b9a5d557d46b73e89c8179bfbc4d260d133c972e22d4ce5753e64b2d8ced321589a11a0a32efe1c34b574ed850af0673768896cdbb3d9c5
+DIST opencpn-plugin-logbookkonni-1.4.22.0.tar.gz 8595300 BLAKE2B 
ce4f1d87613ca4e5f4e4b6ea336b642ec780912395e855af5a88db0b8290b3aed796b54207c5a7776643dfa63dcdf93db711b63e5e9f95a4903c1e7e6874fbf3
 SHA512 
f3f50e8a7b24aca049b9495d1f3a5a303447df2fa1dc2e3c79a86a1d2be4a8b4f71e4b2ee596e721d3c2a0c9bb7138d9aed6bd28198cc91223233fa9440b827e

diff --git 
a/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.4.22.0.ebuild
 
b/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.4.22.0.ebuild
new file mode 100644
index ..37b7e7554be5
--- /dev/null
+++ 
b/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.4.22.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+WX_GTK_VER="3.0-gtk3"
+inherit cmake wxwidgets
+
+MY_PN="LogbookKonni_pi"
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git;
+else
+   SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
+DESCRIPTION="Logbook Plugin for OpenCPN"
+HOMEPAGE="https://github.com/rgleason/LogbookKonni_pi;
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+RDEPEND="
+   x11-libs/wxGTK:${WX_GTK_VER}
+   sci-geosciences/opencpn:=
+   sys-devel/gettext"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/zip
+   sys-devel/gettext"
+
+PATCHES=(
+   "${FILESDIR}/cmake.patch"
+)
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   elog "Installation of logbook layouts"
+   elog "***"
+   elog
+   elog "The default layouts zip file has been installed to:"
+   elog 
"${EROOT}/usr/share/opencpn/plugins/logbookkonni_pi/data/Layouts.zip"
+   elog
+   elog "After starting OpenCPN, go to 
Options->Plugins->Logbook->Settings,"
+   elog "click the install button and choose the above mentioned zip file"
+   elog
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-findit/

2021-11-28 Thread Marc Schiffbauer
commit: 454a41d926499f8d471c84380507d2a8a6691766
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Mon Nov 29 07:01:45 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Mon Nov 29 07:04:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454a41d9

sci-geosciences/opencpn-plugin-findit: [QA] "bump to 1.2.12.0"

This reverts commit c9fd674b1f1506c47a96870cba648e1abf10abf2.

Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn-plugin-findit/Manifest |  2 +-
 ...dit-1.1007.ebuild => opencpn-plugin-findit-1.2.12.0.ebuild} | 10 +-
 .../opencpn-plugin-findit/opencpn-plugin-findit-.ebuild| 10 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-findit/Manifest 
b/sci-geosciences/opencpn-plugin-findit/Manifest
index 651b68af69d9..8990e2117cf8 100644
--- a/sci-geosciences/opencpn-plugin-findit/Manifest
+++ b/sci-geosciences/opencpn-plugin-findit/Manifest
@@ -1 +1 @@
-DIST opencpn-plugin-findit-1.1007.tar.gz 254806 BLAKE2B 
e76c96f67010d12ba58fa9746d2e1ca0470b6ec94d1c59615436bacfb1eca2c4cb29b3e295ffd90183a86d5717f8901b48916e0f1cd70ea098c00ba19edf1526
 SHA512 
d22de2541cbfb17b6dc2c88b77f9b90566b5e48638e072a2f376fff7cbc7d849548bd0fba919c0b6d11ab4b12961c79af3c136a124e6543fb4c97d088478cc42
+DIST opencpn-plugin-findit-1.2.12.0.tar.gz 860413 BLAKE2B 
ff116fb6c543b8a94d3b16e443d7bd015fa1acd2f668103b77efaec693588813200fe08b1357f4460cca46b1dcdfd7d0fc6c5298f290ade5776773513667d3a9
 SHA512 
d47a5d0b575164a1708924931e7aa7c9151a0a25bc3647b86a662b20177f434bc690b534b0255d348f64124a7a45654bb42934c2b0ceb2086eaae213f9ec

diff --git 
a/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.1007.ebuild 
b/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.2.12.0.ebuild
similarity index 66%
rename from 
sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.1007.ebuild
rename to 
sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.2.12.0.ebuild
index eadcfc34d04b..4ea63062e2ca 100644
--- a/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.1007.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.2.12.0.ebuild
@@ -3,29 +3,29 @@
 
 EAPI=7
 
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
 inherit cmake wxwidgets
 
 MY_PN="FindIt_pi"
 if [[ ${PV} == * ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/ptulp/${MY_PN}.git;
+   EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git;
 else
-   SRC_URI="https://github.com/ptulp/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
 
 DESCRIPTION="FindIt Plugin for OpenCPN"
-HOMEPAGE="https://github.com/ptulp/FindIt_pi;
+HOMEPAGE="https://github.com/rgleason/FindIt_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0"
+   sci-geosciences/opencpn:="
 DEPEND="${RDEPEND}"
 BDEPEND="sys-devel/gettext"
 

diff --git 
a/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-.ebuild 
b/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-.ebuild
index eadcfc34d04b..4ea63062e2ca 100644
--- a/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-.ebuild
+++ b/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-.ebuild
@@ -3,29 +3,29 @@
 
 EAPI=7
 
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
 inherit cmake wxwidgets
 
 MY_PN="FindIt_pi"
 if [[ ${PV} == * ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/ptulp/${MY_PN}.git;
+   EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git;
 else
-   SRC_URI="https://github.com/ptulp/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
 
 DESCRIPTION="FindIt Plugin for OpenCPN"
-HOMEPAGE="https://github.com/ptulp/FindIt_pi;
+HOMEPAGE="https://github.com/rgleason/FindIt_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0"
+   sci-geosciences/opencpn:="
 DEPEND="${RDEPEND}"
 BDEPEND="sys-devel/gettext"
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugins-meta/

2021-11-28 Thread Marc Schiffbauer
commit: f38c1132342c62d20af4b8c7a5a7b3df5beaacd5
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Mon Nov 29 07:06:30 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Mon Nov 29 07:06:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38c1132

sci-geosciences/opencpn-plugins-meta: bump dependencies

Signed-off-by: Marc Schiffbauer  gentoo.org>

 ...lugins-meta-4.2.0-r4.ebuild => opencpn-plugins-meta-4.2.0-r5.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r4.ebuild 
b/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r5.ebuild
similarity index 96%
rename from 
sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r4.ebuild
rename to 
sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r5.ebuild
index 9fa5ae577790..db026761ac63 100644
--- a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r4.ebuild
+++ b/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r5.ebuild
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="
>=sci-geosciences/opencpn-${PV}
>=sci-geosciences/opencpn-plugin-dr-1.1
-   >=sci-geosciences/opencpn-plugin-findit-1.1007
+   >=sci-geosciences/opencpn-plugin-findit-1.2.12.0
>=sci-geosciences/opencpn-plugin-gxradar-1.1
>=sci-geosciences/opencpn-plugin-iacfleet-0.8
>=sci-geosciences/opencpn-plugin-launcher-1.1



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-findit/

2021-11-27 Thread Sam James
commit: c9fd674b1f1506c47a96870cba648e1abf10abf2
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 27 22:43:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 27 22:43:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9fd674b

sci-geosciences/opencpn-plugin-findit: [QA] "bump to 1.2.12.0"

This reverts commit 84b0310b20835ce0dbd188d32c7e0425344a8682.

Breaks opencpn-plugins-meta.

Signed-off-by: Sam James  gentoo.org>

 sci-geosciences/opencpn-plugin-findit/Manifest |  2 +-
 ...dit-1.2.12.0.ebuild => opencpn-plugin-findit-1.1007.ebuild} | 10 +-
 .../opencpn-plugin-findit/opencpn-plugin-findit-.ebuild| 10 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-findit/Manifest 
b/sci-geosciences/opencpn-plugin-findit/Manifest
index 8990e2117cf8..651b68af69d9 100644
--- a/sci-geosciences/opencpn-plugin-findit/Manifest
+++ b/sci-geosciences/opencpn-plugin-findit/Manifest
@@ -1 +1 @@
-DIST opencpn-plugin-findit-1.2.12.0.tar.gz 860413 BLAKE2B 
ff116fb6c543b8a94d3b16e443d7bd015fa1acd2f668103b77efaec693588813200fe08b1357f4460cca46b1dcdfd7d0fc6c5298f290ade5776773513667d3a9
 SHA512 
d47a5d0b575164a1708924931e7aa7c9151a0a25bc3647b86a662b20177f434bc690b534b0255d348f64124a7a45654bb42934c2b0ceb2086eaae213f9ec
+DIST opencpn-plugin-findit-1.1007.tar.gz 254806 BLAKE2B 
e76c96f67010d12ba58fa9746d2e1ca0470b6ec94d1c59615436bacfb1eca2c4cb29b3e295ffd90183a86d5717f8901b48916e0f1cd70ea098c00ba19edf1526
 SHA512 
d22de2541cbfb17b6dc2c88b77f9b90566b5e48638e072a2f376fff7cbc7d849548bd0fba919c0b6d11ab4b12961c79af3c136a124e6543fb4c97d088478cc42

diff --git 
a/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.2.12.0.ebuild 
b/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.1007.ebuild
similarity index 66%
rename from 
sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.2.12.0.ebuild
rename to 
sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.1007.ebuild
index 4ea63062e2ca..eadcfc34d04b 100644
--- 
a/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.2.12.0.ebuild
+++ b/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.1007.ebuild
@@ -3,29 +3,29 @@
 
 EAPI=7
 
-WX_GTK_VER="3.0-gtk3"
+WX_GTK_VER="3.0"
 inherit cmake wxwidgets
 
 MY_PN="FindIt_pi"
 if [[ ${PV} == * ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git;
+   EGIT_REPO_URI="https://github.com/ptulp/${MY_PN}.git;
 else
-   SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/ptulp/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
 
 DESCRIPTION="FindIt Plugin for OpenCPN"
-HOMEPAGE="https://github.com/rgleason/FindIt_pi;
+HOMEPAGE="https://github.com/ptulp/FindIt_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   sci-geosciences/opencpn:="
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
 BDEPEND="sys-devel/gettext"
 

diff --git 
a/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-.ebuild 
b/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-.ebuild
index 4ea63062e2ca..eadcfc34d04b 100644
--- a/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-.ebuild
+++ b/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-.ebuild
@@ -3,29 +3,29 @@
 
 EAPI=7
 
-WX_GTK_VER="3.0-gtk3"
+WX_GTK_VER="3.0"
 inherit cmake wxwidgets
 
 MY_PN="FindIt_pi"
 if [[ ${PV} == * ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git;
+   EGIT_REPO_URI="https://github.com/ptulp/${MY_PN}.git;
 else
-   SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/ptulp/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
 
 DESCRIPTION="FindIt Plugin for OpenCPN"
-HOMEPAGE="https://github.com/rgleason/FindIt_pi;
+HOMEPAGE="https://github.com/ptulp/FindIt_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   sci-geosciences/opencpn:="
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
 BDEPEND="sys-devel/gettext"
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-iacfleet/

2021-11-27 Thread Marc Schiffbauer
commit: b9c1dca3a434830910bb4dcba95dcfc6db8796ff
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Thu Nov 18 06:49:59 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sat Nov 27 20:57:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c1dca3

sci-geosciences/opencpn-plugin-iacfleet: bump version

Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn-plugin-iacfleet/Manifest  | 2 +-
 ...ugin-iacfleet-0.9.ebuild => opencpn-plugin-iacfleet-0.21.1.ebuild} | 4 ++--
 .../opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-.ebuild   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-iacfleet/Manifest 
b/sci-geosciences/opencpn-plugin-iacfleet/Manifest
index 34bf5ec959da..359143604f59 100644
--- a/sci-geosciences/opencpn-plugin-iacfleet/Manifest
+++ b/sci-geosciences/opencpn-plugin-iacfleet/Manifest
@@ -1 +1 @@
-DIST opencpn-plugin-iacfleet-0.9.tar.gz 218686 BLAKE2B 
6c27fd57e7dc75d0a203a823ec75cacaf6fc351d58176f536542242b20e887ff58596bf114693d740258fd2c1a6af244f53825d0561ae9c396c5f556c0e1217a
 SHA512 
f1e54fb17517dac2442de3bca85042add4a05f0b1caf144901581694403a9d9be9732a66f236f16014522b05108877b0dc530850bdf66b530e71c1b3cc010baf
+DIST opencpn-plugin-iacfleet-0.21.1.tar.gz 228102 BLAKE2B 
eedb536e954f4534c7e256800eff9f7d9eac5b26e21013f7ff519dfa9826253fef9d1f09af265fc448662551a16fbf5e5ab1a21bf3aa75234a8e5d170ee4
 SHA512 
86e26ca2291d36bdf8090ff03a9d1a79c263549ba7f5db34ed3e47be14f73eec35319567b76e66e6e87a21a1486b71c77964545da6ceab896bb42965c484c78d

diff --git 
a/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.9.ebuild 
b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.21.1.ebuild
similarity index 93%
rename from 
sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.9.ebuild
rename to 
sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.21.1.ebuild
index d95a70a471e2..dc971f1e4d94 100644
--- a/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.9.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.21.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
 inherit cmake wxwidgets
 
 MY_PN="iacfleet_pi"
@@ -25,7 +25,7 @@ SLOT="0"
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0"
+   sci-geosciences/opencpn:="
 DEPEND="${RDEPEND}"
 BDEPEND="sys-devel/gettext"
 

diff --git 
a/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-.ebuild 
b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-.ebuild
index d95a70a471e2..dc971f1e4d94 100644
--- 
a/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
 inherit cmake wxwidgets
 
 MY_PN="iacfleet_pi"
@@ -25,7 +25,7 @@ SLOT="0"
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0"
+   sci-geosciences/opencpn:="
 DEPEND="${RDEPEND}"
 BDEPEND="sys-devel/gettext"
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-findit/

2021-11-27 Thread Marc Schiffbauer
commit: 84b0310b20835ce0dbd188d32c7e0425344a8682
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Thu Nov 18 06:41:33 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sat Nov 27 20:57:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b0310b

sci-geosciences/opencpn-plugin-findit: bump to 1.2.12.0

Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn-plugin-findit/Manifest |  2 +-
 ...dit-1.1007.ebuild => opencpn-plugin-findit-1.2.12.0.ebuild} | 10 +-
 .../opencpn-plugin-findit/opencpn-plugin-findit-.ebuild| 10 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-findit/Manifest 
b/sci-geosciences/opencpn-plugin-findit/Manifest
index 651b68af69d9..8990e2117cf8 100644
--- a/sci-geosciences/opencpn-plugin-findit/Manifest
+++ b/sci-geosciences/opencpn-plugin-findit/Manifest
@@ -1 +1 @@
-DIST opencpn-plugin-findit-1.1007.tar.gz 254806 BLAKE2B 
e76c96f67010d12ba58fa9746d2e1ca0470b6ec94d1c59615436bacfb1eca2c4cb29b3e295ffd90183a86d5717f8901b48916e0f1cd70ea098c00ba19edf1526
 SHA512 
d22de2541cbfb17b6dc2c88b77f9b90566b5e48638e072a2f376fff7cbc7d849548bd0fba919c0b6d11ab4b12961c79af3c136a124e6543fb4c97d088478cc42
+DIST opencpn-plugin-findit-1.2.12.0.tar.gz 860413 BLAKE2B 
ff116fb6c543b8a94d3b16e443d7bd015fa1acd2f668103b77efaec693588813200fe08b1357f4460cca46b1dcdfd7d0fc6c5298f290ade5776773513667d3a9
 SHA512 
d47a5d0b575164a1708924931e7aa7c9151a0a25bc3647b86a662b20177f434bc690b534b0255d348f64124a7a45654bb42934c2b0ceb2086eaae213f9ec

diff --git 
a/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.1007.ebuild 
b/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.2.12.0.ebuild
similarity index 66%
rename from 
sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.1007.ebuild
rename to 
sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.2.12.0.ebuild
index eadcfc34d04b..4ea63062e2ca 100644
--- a/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.1007.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.2.12.0.ebuild
@@ -3,29 +3,29 @@
 
 EAPI=7
 
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
 inherit cmake wxwidgets
 
 MY_PN="FindIt_pi"
 if [[ ${PV} == * ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/ptulp/${MY_PN}.git;
+   EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git;
 else
-   SRC_URI="https://github.com/ptulp/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
 
 DESCRIPTION="FindIt Plugin for OpenCPN"
-HOMEPAGE="https://github.com/ptulp/FindIt_pi;
+HOMEPAGE="https://github.com/rgleason/FindIt_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0"
+   sci-geosciences/opencpn:="
 DEPEND="${RDEPEND}"
 BDEPEND="sys-devel/gettext"
 

diff --git 
a/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-.ebuild 
b/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-.ebuild
index eadcfc34d04b..4ea63062e2ca 100644
--- a/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-.ebuild
+++ b/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-.ebuild
@@ -3,29 +3,29 @@
 
 EAPI=7
 
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
 inherit cmake wxwidgets
 
 MY_PN="FindIt_pi"
 if [[ ${PV} == * ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/ptulp/${MY_PN}.git;
+   EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git;
 else
-   SRC_URI="https://github.com/ptulp/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
 
 DESCRIPTION="FindIt Plugin for OpenCPN"
-HOMEPAGE="https://github.com/ptulp/FindIt_pi;
+HOMEPAGE="https://github.com/rgleason/FindIt_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0"
+   sci-geosciences/opencpn:="
 DEPEND="${RDEPEND}"
 BDEPEND="sys-devel/gettext"
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-launcher/

2021-11-27 Thread Marc Schiffbauer
commit: 9d4dbf8b0e0673de6739e7f15e821d1cce8e869b
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Thu Nov 18 06:55:53 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sat Nov 27 20:57:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4dbf8b

sci-geosciences/opencpn-plugin-launcher: bump version

Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn-plugin-launcher/Manifest  | 2 +-
 ...-plugin-launcher-1.1.ebuild => opencpn-plugin-launcher-1.3.ebuild} | 4 ++--
 .../opencpn-plugin-launcher/opencpn-plugin-launcher-.ebuild   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-launcher/Manifest 
b/sci-geosciences/opencpn-plugin-launcher/Manifest
index 9d394806b228..07a9db0589da 100644
--- a/sci-geosciences/opencpn-plugin-launcher/Manifest
+++ b/sci-geosciences/opencpn-plugin-launcher/Manifest
@@ -1 +1 @@
-DIST opencpn-plugin-launcher-1.1.tar.gz 136301 BLAKE2B 
4f353fdba9cd1ed15c59bb7becb95245add0ab9b21332524f6916ba08f519933a116bec9997406328bb6088db783d76d8e81d3970716dc986f7ef5f4a8980099
 SHA512 
67d36849b592d27af34aacb0016bddf961a2a94f7f6e5e0ec404c698bec9bdc2771671ec0772476188f6fd6733327e5e566bcff388583dc2cae578e39e279a16
+DIST opencpn-plugin-launcher-1.3.tar.gz 128022 BLAKE2B 
56adbd348ea13cf28d0cb3abd3b86c36449852227515d9bdcf1e758b385b4eba339f3774f321ac62b691f5ddbf8487d78b3093c0e46cbcbf668e222b0281e821
 SHA512 
dae46cf310bd8ce913ea62a8e1519aa60a9f17866393fb46b50a3f3ff256bfaca80fa595acc32612ca0ee4a75af2c1ed6259c57881d702e47ed6ac8c57027ab6

diff --git 
a/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.1.ebuild 
b/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.3.ebuild
similarity index 93%
rename from 
sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.1.ebuild
rename to 
sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.3.ebuild
index 642568c3b3df..7576bdb8e653 100644
--- a/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.1.ebuild
+++ b/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
 inherit cmake wxwidgets
 
 MY_PN="launcher_pi"
@@ -25,7 +25,7 @@ SLOT="0"
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0"
+   sci-geosciences/opencpn:="
 DEPEND="${RDEPEND}"
 BDEPEND="sys-devel/gettext"
 

diff --git 
a/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-.ebuild 
b/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-.ebuild
index 642568c3b3df..7576bdb8e653 100644
--- 
a/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
 inherit cmake wxwidgets
 
 MY_PN="launcher_pi"
@@ -25,7 +25,7 @@ SLOT="0"
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0"
+   sci-geosciences/opencpn:="
 DEPEND="${RDEPEND}"
 BDEPEND="sys-devel/gettext"
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-aisradar/

2021-11-18 Thread Sven Wegener
commit: 00c7cc2c94a6969584efb0cbdeec58219a26
Author: Sven Wegener  gentoo  org>
AuthorDate: Thu Nov 18 18:48:20 2021 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Thu Nov 18 18:49:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c7cc2c

sci-geosciences/opencpn-plugin-aisradar: Fix typo

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Sven Wegener  gentoo.org>

 .../opencpn-plugin-aisradar/opencpn-plugin-aisradar-1.2.17.0.ebuild  | 1 -
 .../opencpn-plugin-aisradar/opencpn-plugin-aisradar-.ebuild  | 1 -
 2 files changed, 2 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-aisradar/opencpn-plugin-aisradar-1.2.17.0.ebuild
 
b/sci-geosciences/opencpn-plugin-aisradar/opencpn-plugin-aisradar-1.2.17.0.ebuild
index a4eee92c3921..0a5718ad0535 100644
--- 
a/sci-geosciences/opencpn-plugin-aisradar/opencpn-plugin-aisradar-1.2.17.0.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-aisradar/opencpn-plugin-aisradar-1.2.17.0.ebuild
@@ -10,7 +10,6 @@ MY_PN="AISradar_pi"
 if [[ ${PV} == * ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git;
-   https://github.com/rgleason/AISradar_pi
 else
SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 

diff --git 
a/sci-geosciences/opencpn-plugin-aisradar/opencpn-plugin-aisradar-.ebuild 
b/sci-geosciences/opencpn-plugin-aisradar/opencpn-plugin-aisradar-.ebuild
index a4eee92c3921..0a5718ad0535 100644
--- 
a/sci-geosciences/opencpn-plugin-aisradar/opencpn-plugin-aisradar-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-aisradar/opencpn-plugin-aisradar-.ebuild
@@ -10,7 +10,6 @@ MY_PN="AISradar_pi"
 if [[ ${PV} == * ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git;
-   https://github.com/rgleason/AISradar_pi
 else
SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-aisradar/

2021-11-17 Thread Marc Schiffbauer
commit: ceb293d0a9303a46811a7a1271f2e18a3a9a70b6
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Thu Nov 18 01:00:33 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Thu Nov 18 06:00:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceb293d0

sci-geosciences/opencpn-plugin-aisradar: initial import

Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn-plugin-aisradar/Manifest   |  1 +
 .../opencpn-plugin-aisradar/metadata.xml   | 15 +
 .../opencpn-plugin-aisradar-1.2.17.0.ebuild| 36 ++
 .../opencpn-plugin-aisradar-.ebuild| 36 ++
 4 files changed, 88 insertions(+)

diff --git a/sci-geosciences/opencpn-plugin-aisradar/Manifest 
b/sci-geosciences/opencpn-plugin-aisradar/Manifest
new file mode 100644
index ..d17d593b5000
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-aisradar/Manifest
@@ -0,0 +1 @@
+DIST opencpn-plugin-aisradar-1.2.17.0.tar.gz 1487007 BLAKE2B 
0acdee13a7557e27b0d4832da18622ac2be77056b3a84e3825d77357928e190a6161e7358b9701510b910a2549336a8499fec4b5f17547223579faaa1e5984e5
 SHA512 
8142607f0bd0211c7e519761521205ecf426b2300f2798e60c3d97e691849603fa6fffddcd33255da03796a3d9b43858bed649854dffaa180dbc2338a2328bf1

diff --git a/sci-geosciences/opencpn-plugin-aisradar/metadata.xml 
b/sci-geosciences/opencpn-plugin-aisradar/metadata.xml
new file mode 100644
index ..ea23384e621c
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-aisradar/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   msch...@gentoo.org
+   Marc Schiffbauer
+   
+   
+   sci-geoscien...@gentoo.org
+   Gentoo Geosciences Project
+   
+   
+   Verezano/radar_pi
+   
+

diff --git 
a/sci-geosciences/opencpn-plugin-aisradar/opencpn-plugin-aisradar-1.2.17.0.ebuild
 
b/sci-geosciences/opencpn-plugin-aisradar/opencpn-plugin-aisradar-1.2.17.0.ebuild
new file mode 100644
index ..a4eee92c3921
--- /dev/null
+++ 
b/sci-geosciences/opencpn-plugin-aisradar/opencpn-plugin-aisradar-1.2.17.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+WX_GTK_VER="3.0-gtk3"
+inherit cmake wxwidgets
+
+MY_PN="AISradar_pi"
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git;
+   https://github.com/rgleason/AISradar_pi
+else
+   SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
+DESCRIPTION="AIS Radar View Plugin for OpenCPN"
+HOMEPAGE="https://github.com/rgleason/AISradar_pi;
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+RDEPEND="
+   x11-libs/wxGTK:${WX_GTK_VER}
+   sci-geosciences/opencpn:="
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
+}

diff --git 
a/sci-geosciences/opencpn-plugin-aisradar/opencpn-plugin-aisradar-.ebuild 
b/sci-geosciences/opencpn-plugin-aisradar/opencpn-plugin-aisradar-.ebuild
new file mode 100644
index ..a4eee92c3921
--- /dev/null
+++ 
b/sci-geosciences/opencpn-plugin-aisradar/opencpn-plugin-aisradar-.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+WX_GTK_VER="3.0-gtk3"
+inherit cmake wxwidgets
+
+MY_PN="AISradar_pi"
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git;
+   https://github.com/rgleason/AISradar_pi
+else
+   SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
+DESCRIPTION="AIS Radar View Plugin for OpenCPN"
+HOMEPAGE="https://github.com/rgleason/AISradar_pi;
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+RDEPEND="
+   x11-libs/wxGTK:${WX_GTK_VER}
+   sci-geosciences/opencpn:="
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-br24radar/

2021-11-17 Thread Marc Schiffbauer
commit: e46277e3fe164ca8a21ee443985a0933cc0c961c
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Thu Nov 18 05:56:34 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Thu Nov 18 06:03:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46277e3

sci-geosciences/opencpn-plugin-br24radar: restore "drop package"

Revert "sci-geosciences/opencpn-plugin-br24radar: [QA] Revert "drop package""

This reverts commit 9199df6a942fbdf85056b129060a7aaf996fb27c.

Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn-plugin-br24radar/Manifest  |  1 -
 .../opencpn-plugin-br24radar/metadata.xml  | 15 --
 .../opencpn-plugin-br24radar-2.1.ebuild| 35 --
 .../opencpn-plugin-br24radar-.ebuild   | 35 --
 4 files changed, 86 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-br24radar/Manifest 
b/sci-geosciences/opencpn-plugin-br24radar/Manifest
deleted file mode 100644
index ba6a4a5e43d3..
--- a/sci-geosciences/opencpn-plugin-br24radar/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST opencpn-plugin-br24radar-2.1.tar.gz 3947426 BLAKE2B 
a850973caa64ba4855d97e9374a5e40e292fd0df47a783a711453c49a07f3d945e33247a6199c5c1378dcc1ae29c2e4707675a12b02d3abbd8a115eaf107470c
 SHA512 
357553396fd020e192dbbd5a05af1cd9e06c99244b426239a1d0aac4688affc1702bc16b62010236fc3af1ec7356f1dfb49e3afe3a94cb4dd7b1e0a2ef007af3

diff --git a/sci-geosciences/opencpn-plugin-br24radar/metadata.xml 
b/sci-geosciences/opencpn-plugin-br24radar/metadata.xml
deleted file mode 100644
index f3804ddd191b..
--- a/sci-geosciences/opencpn-plugin-br24radar/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   msch...@gentoo.org
-   Marc Schiffbauer
-   
-   
-   sci-geoscien...@gentoo.org
-   Gentoo Geosciences Project
-   
-   
-   canboat/BR24radar_pi
-   
-

diff --git 
a/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-2.1.ebuild 
b/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-2.1.ebuild
deleted file mode 100644
index 72253384403b..
--- 
a/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-2.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0"
-inherit cmake wxwidgets
-
-MY_PN="BR24radar_pi"
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/canboat/${MY_PN}.git;
-else
-   SRC_URI="https://github.com/canboat/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Navico (Simrad, Lowrance) Broadband BR24/3G/4G Radar Plugin for 
OpenCPN"
-HOMEPAGE="https://github.com/canboat/BR24radar_pi;
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-   x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/gettext"
-
-src_configure() {
-   setup-wxwidgets unicode
-   cmake_src_configure
-}

diff --git 
a/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-.ebuild 
b/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-.ebuild
deleted file mode 100644
index 72253384403b..
--- 
a/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0"
-inherit cmake wxwidgets
-
-MY_PN="BR24radar_pi"
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/canboat/${MY_PN}.git;
-else
-   SRC_URI="https://github.com/canboat/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Navico (Simrad, Lowrance) Broadband BR24/3G/4G Radar Plugin for 
OpenCPN"
-HOMEPAGE="https://github.com/canboat/BR24radar_pi;
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-   x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/gettext"
-
-src_configure() {
-   setup-wxwidgets unicode
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugins-meta/

2021-11-17 Thread Marc Schiffbauer
commit: 22b7e5736d35da7ac0245795f5fd04fc7aeff2fa
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Thu Nov 18 05:59:13 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Thu Nov 18 06:03:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b7e573

sci-geosciences/opencpn-plugins-meta: remove br24radar plugin

Signed-off-by: Marc Schiffbauer  gentoo.org>

 ...plugins-meta-4.2.0-r3.ebuild => opencpn-plugins-meta-4.2.0-r4.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild 
b/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r4.ebuild
similarity index 96%
rename from 
sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild
rename to 
sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r4.ebuild
index e4b5070063f5..9fa5ae577790 100644
--- a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild
+++ b/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r4.ebuild
@@ -12,7 +12,6 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
>=sci-geosciences/opencpn-${PV}
-   >=sci-geosciences/opencpn-plugin-br24radar-1.31
>=sci-geosciences/opencpn-plugin-dr-1.1
>=sci-geosciences/opencpn-plugin-findit-1.1007
>=sci-geosciences/opencpn-plugin-gxradar-1.1



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-climatology/

2021-11-17 Thread Marc Schiffbauer
commit: b74cb9e1e704beff262dfd2bc2a31f4662ba7939
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Thu Nov 18 01:29:08 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Thu Nov 18 06:00:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74cb9e1

sci-geosciences/opencpn-plugin-climatology: bump version

Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn-plugin-climatology/Manifest |  2 +-
 ...build => opencpn-plugin-climatology-1.4.32.0.ebuild} | 17 -
 .../opencpn-plugin-climatology-.ebuild  | 17 -
 3 files changed, 25 insertions(+), 11 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-climatology/Manifest 
b/sci-geosciences/opencpn-plugin-climatology/Manifest
index 36303242171c..b60a8d6a90f4 100644
--- a/sci-geosciences/opencpn-plugin-climatology/Manifest
+++ b/sci-geosciences/opencpn-plugin-climatology/Manifest
@@ -1,2 +1,2 @@
 DIST opencpn-plugin-climatology-1.0-CL-DATA.tar.xz 5830716 BLAKE2B 
57e781f4d86ec17456e786629ec5b82c9aba872c2f8c26ec628e4ab5314b0a3c6933cc0c7a36616830038add1f95a52b8acd7c6f03cb702c611be255a3b91f1a
 SHA512 
5c0b724e7acbfe4a7f494d107806a3491f000f26f4a92519294975dd57a0ba68919c4bed3571ec8fa652138f26f09abd3742a1e5097fa54714564c70f84fbfd3
-DIST opencpn-plugin-climatology-1.0.20180316.tar.gz 428431 BLAKE2B 
ec6c2493c23eab5d08a2fc1490ea1ab112eb55743d767f7b667a8752d965269cc920459bc63458942912381400af94dc94244ce744aaf83fe4a46c0c3bc3d505
 SHA512 
cb65916c743729b1d51b1f39aeb62f55f4260a98117234671abeaddb8f9789e1166adc838259efb9da3002ed3143440b4a236f6d14837e0fc709472ed8c9fe3f
+DIST opencpn-plugin-climatology-1.4.32.0.tar.gz 7070623 BLAKE2B 
fe710287cae08a511baa504af89b9ae7a5b0f23b2c6071803c7b7627917fd48353caef977c27b1f6d35febc2ab20a8df364c5c939b8702d9256ae3a8d5ed0b13
 SHA512 
11158e73658bd7ffa0d3726fab69afb5cedab5594507a36b3836b2806ac3e120b27c4e2669819db63e6991fae89534b6cee4dd04964c3310c4afe3901fe21f1b

diff --git 
a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.20180316.ebuild
 
b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.4.32.0.ebuild
similarity index 69%
rename from 
sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.20180316.ebuild
rename to 
sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.4.32.0.ebuild
index 521e36f33927..eb548ae7d832 100644
--- 
a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.20180316.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.4.32.0.ebuild
@@ -3,22 +3,22 @@
 
 EAPI=7
 
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
 inherit cmake wxwidgets
 
 MY_PN="climatology_pi"
 if [[ ${PV} == * ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git;
+   EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git;
 else
-   SRC_URI="https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
 
 DESCRIPTION="Climatology Plugin for OpenCPN (includes CL-DATA)"
-HOMEPAGE="https://github.com/seandepagnier/climatology_pi;
+HOMEPAGE="https://github.com/rgleason/climatology_pi;
 SRC_URI="
${SRC_URI}
mirror://sourceforge/opencpnplugins/climatology_pi/CL-DATA-1.0.tar.xz 
-> ${PN}-1.0-CL-DATA.tar.xz"
@@ -28,10 +28,17 @@ SLOT="0"
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0"
+   sci-geosciences/opencpn:="
 DEPEND="${RDEPEND}"
 BDEPEND="sys-devel/gettext"
 
+src_unpack() {
+   unpack ${A}
+   if [[ ${PV} == * ]] ; then
+   git-r3_checkout
+   fi
+}
+
 src_configure() {
setup-wxwidgets unicode
cmake_src_configure

diff --git 
a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
 
b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
index 521e36f33927..eb548ae7d832 100644
--- 
a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
@@ -3,22 +3,22 @@
 
 EAPI=7
 
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
 inherit cmake wxwidgets
 
 MY_PN="climatology_pi"
 if [[ ${PV} == * ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git;
+   EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git;
 else
-   SRC_URI="https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
 
 DESCRIPTION="Climatology Plugin for OpenCPN (includes CL-DATA)"

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-br24radar/

2021-11-17 Thread Sam James
commit: 9199df6a942fbdf85056b129060a7aaf996fb27c
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 18 01:48:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 18 01:48:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9199df6a

sci-geosciences/opencpn-plugin-br24radar: [QA] Revert "drop package"

This reverts commit c75de59244059821a549f7ebfd4f0691ba09cd1b.

Caused a tree breakage because opencpn-plugins-meta still depends on it.

I couldn't spot a last-rite email/mask for this package either, so
it seems best to just restore it for now, and handle removal
normally (last-rites if they weren't sent + revbumping the meta).

Signed-off-by: Sam James  gentoo.org>

 sci-geosciences/opencpn-plugin-br24radar/Manifest  |  1 +
 .../opencpn-plugin-br24radar/metadata.xml  | 15 ++
 .../opencpn-plugin-br24radar-2.1.ebuild| 35 ++
 .../opencpn-plugin-br24radar-.ebuild   | 35 ++
 4 files changed, 86 insertions(+)

diff --git a/sci-geosciences/opencpn-plugin-br24radar/Manifest 
b/sci-geosciences/opencpn-plugin-br24radar/Manifest
new file mode 100644
index ..ba6a4a5e43d3
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-br24radar/Manifest
@@ -0,0 +1 @@
+DIST opencpn-plugin-br24radar-2.1.tar.gz 3947426 BLAKE2B 
a850973caa64ba4855d97e9374a5e40e292fd0df47a783a711453c49a07f3d945e33247a6199c5c1378dcc1ae29c2e4707675a12b02d3abbd8a115eaf107470c
 SHA512 
357553396fd020e192dbbd5a05af1cd9e06c99244b426239a1d0aac4688affc1702bc16b62010236fc3af1ec7356f1dfb49e3afe3a94cb4dd7b1e0a2ef007af3

diff --git a/sci-geosciences/opencpn-plugin-br24radar/metadata.xml 
b/sci-geosciences/opencpn-plugin-br24radar/metadata.xml
new file mode 100644
index ..f3804ddd191b
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-br24radar/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   msch...@gentoo.org
+   Marc Schiffbauer
+   
+   
+   sci-geoscien...@gentoo.org
+   Gentoo Geosciences Project
+   
+   
+   canboat/BR24radar_pi
+   
+

diff --git 
a/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-2.1.ebuild 
b/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-2.1.ebuild
new file mode 100644
index ..72253384403b
--- /dev/null
+++ 
b/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-2.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
+MY_PN="BR24radar_pi"
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/canboat/${MY_PN}.git;
+else
+   SRC_URI="https://github.com/canboat/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
+DESCRIPTION="Navico (Simrad, Lowrance) Broadband BR24/3G/4G Radar Plugin for 
OpenCPN"
+HOMEPAGE="https://github.com/canboat/BR24radar_pi;
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+   x11-libs/wxGTK:${WX_GTK_VER}
+   >=sci-geosciences/opencpn-4.2.0"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
+}

diff --git 
a/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-.ebuild 
b/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-.ebuild
new file mode 100644
index ..72253384403b
--- /dev/null
+++ 
b/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
+MY_PN="BR24radar_pi"
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/canboat/${MY_PN}.git;
+else
+   SRC_URI="https://github.com/canboat/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
+DESCRIPTION="Navico (Simrad, Lowrance) Broadband BR24/3G/4G Radar Plugin for 
OpenCPN"
+HOMEPAGE="https://github.com/canboat/BR24radar_pi;
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+   x11-libs/wxGTK:${WX_GTK_VER}
+   >=sci-geosciences/opencpn-4.2.0"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-br24radar/

2021-11-17 Thread Marc Schiffbauer
commit: c75de59244059821a549f7ebfd4f0691ba09cd1b
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Thu Nov  4 07:36:10 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Thu Nov 18 00:43:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75de592

sci-geosciences/opencpn-plugin-br24radar: drop package

Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn-plugin-br24radar/Manifest  |  1 -
 .../opencpn-plugin-br24radar/metadata.xml  | 15 --
 .../opencpn-plugin-br24radar-2.1.ebuild| 35 --
 .../opencpn-plugin-br24radar-.ebuild   | 35 --
 4 files changed, 86 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-br24radar/Manifest 
b/sci-geosciences/opencpn-plugin-br24radar/Manifest
deleted file mode 100644
index ba6a4a5e43d3..
--- a/sci-geosciences/opencpn-plugin-br24radar/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST opencpn-plugin-br24radar-2.1.tar.gz 3947426 BLAKE2B 
a850973caa64ba4855d97e9374a5e40e292fd0df47a783a711453c49a07f3d945e33247a6199c5c1378dcc1ae29c2e4707675a12b02d3abbd8a115eaf107470c
 SHA512 
357553396fd020e192dbbd5a05af1cd9e06c99244b426239a1d0aac4688affc1702bc16b62010236fc3af1ec7356f1dfb49e3afe3a94cb4dd7b1e0a2ef007af3

diff --git a/sci-geosciences/opencpn-plugin-br24radar/metadata.xml 
b/sci-geosciences/opencpn-plugin-br24radar/metadata.xml
deleted file mode 100644
index f3804ddd191b..
--- a/sci-geosciences/opencpn-plugin-br24radar/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   msch...@gentoo.org
-   Marc Schiffbauer
-   
-   
-   sci-geoscien...@gentoo.org
-   Gentoo Geosciences Project
-   
-   
-   canboat/BR24radar_pi
-   
-

diff --git 
a/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-2.1.ebuild 
b/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-2.1.ebuild
deleted file mode 100644
index 72253384403b..
--- 
a/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-2.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0"
-inherit cmake wxwidgets
-
-MY_PN="BR24radar_pi"
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/canboat/${MY_PN}.git;
-else
-   SRC_URI="https://github.com/canboat/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Navico (Simrad, Lowrance) Broadband BR24/3G/4G Radar Plugin for 
OpenCPN"
-HOMEPAGE="https://github.com/canboat/BR24radar_pi;
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-   x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/gettext"
-
-src_configure() {
-   setup-wxwidgets unicode
-   cmake_src_configure
-}

diff --git 
a/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-.ebuild 
b/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-.ebuild
deleted file mode 100644
index 72253384403b..
--- 
a/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0"
-inherit cmake wxwidgets
-
-MY_PN="BR24radar_pi"
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/canboat/${MY_PN}.git;
-else
-   SRC_URI="https://github.com/canboat/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Navico (Simrad, Lowrance) Broadband BR24/3G/4G Radar Plugin for 
OpenCPN"
-HOMEPAGE="https://github.com/canboat/BR24radar_pi;
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-   x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/gettext"
-
-src_configure() {
-   setup-wxwidgets unicode
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/files/, sci-geosciences/opencpn/

2021-11-17 Thread Marc Schiffbauer
commit: 6e0cb0f14defef928cb7bd99b3a6f23fafc7f4df
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Tue Nov  2 19:30:45 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Thu Nov 18 00:43:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0cb0f1

sci-geosciences/opencpn: drop 5.0.0

Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn/Manifest   |  1 -
 .../opencpn/files/opencpn-5.0.0-cmake.patch| 86 --
 sci-geosciences/opencpn/opencpn-5.0.0.ebuild   | 60 ---
 3 files changed, 147 deletions(-)

diff --git a/sci-geosciences/opencpn/Manifest b/sci-geosciences/opencpn/Manifest
index 90157fad583d..299cbb7a49fe 100644
--- a/sci-geosciences/opencpn/Manifest
+++ b/sci-geosciences/opencpn/Manifest
@@ -1,3 +1,2 @@
-DIST opencpn-5.0.0.tar.gz 67164574 BLAKE2B 
a06520aaf0dc1457208c5c6968d44b0122b89eca632aa3b8471a0efd452d41c155ee05274284d84e5de9f700a9d549b61eae5d2ddfc8e70c4d5cfa7cf1c84f3f
 SHA512 
1b0f0e1a7164bc342a79837b987d8e4f69f164739f0d9c9c6448fab496af0944fe77b9cd3bbb9f2ee874cbb42add2da67df44606c6b8e620d0be2caf6a71eb96
 DIST opencpn-5.2.4.tar.gz 81226481 BLAKE2B 
7c5bb1157e94d3271bce899740cdf6d9d5dc17c4406b3020fa8a91ae728ca3c0ddab799affa219b833df86e547de91b2e6ccd11fa57fff056550a440d9968fad
 SHA512 
13543272fe4c68b911c42fdc19f0bd7842809edc8e91d73899030f70668e78c448474541a5742ad675d6e2b361240ca1a5d603b163f8b5107539720442ee19a0
 DIST opencpn-doc_4.8.2.0.orig.tar.xz 22302480 BLAKE2B 
2bcd2ac01340cde0d0be80537321c8c3e829a8e664944c34f3f3112f931c45746059b5c173402982601ccf88926241741c7fb44f251e9fe48b83aa5f3e8d7727
 SHA512 
678317c77feb3b0bf695e337e7e95083df1d488e0a5ad3bad41bad11dc87271d6fc0ac194a6b63b603d5c1f1184e6c9f91de895a7db01017ef2a7068a62404eb

diff --git a/sci-geosciences/opencpn/files/opencpn-5.0.0-cmake.patch 
b/sci-geosciences/opencpn/files/opencpn-5.0.0-cmake.patch
deleted file mode 100644
index ebd354bd826b..
--- a/sci-geosciences/opencpn/files/opencpn-5.0.0-cmake.patch
+++ /dev/null
@@ -1,86 +0,0 @@
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -408,9 +408,9 @@
- ENDIF()
- 
- IF((_wx_selected_config MATCHES "qt-armv7"))
--  SET(wxWidgets_USE_LIBS base core xml html adv aui)
-+  SET(wxWidgets_FIND_COMPONENTS base core xml html adv aui)
- ELSE()
--  SET(wxWidgets_USE_LIBS net xml html adv aui core base webview)
-+  SET(wxWidgets_FIND_COMPONENTS net xml html adv aui core base webview)
- ENDIF()
- 
- OPTION (USE_GL "Enable OpenGL support" ON)
-@@ -436,7 +436,7 @@
- SET(OPENGLES_FOUND "YES")
- SET(OPENGL_FOUND "YES")
- 
--SET(wxWidgets_USE_LIBS ${wxWidgets_USE_LIBS} gl )
-+SET(wxWidgets_FIND_COMPONENTS ${wxWidgets_FIND_COMPONENTS} gl )
- add_subdirectory(src/glshim)
- 
- SET(OPENGL_LIBRARIES "GL_static" "EGL" "X11" "drm"  )
-@@ -455,7 +455,7 @@
-   SET(OPENGLES_FOUND "YES")
-   SET(OPENGL_FOUND "YES")
- 
--  SET(wxWidgets_USE_LIBS ${wxWidgets_USE_LIBS} gl )
-+  SET(wxWidgets_FIND_COMPONENTS ${wxWidgets_FIND_COMPONENTS} gl )
-   add_subdirectory(src/glshim)
- ENDIF(QT_ANDROID)
- 
-@@ -468,7 +468,7 @@
-   ENDIF(USE_GL)
- 
-   IF(OPENGL_FOUND)
--SET(wxWidgets_USE_LIBS gl ${wxWidgets_USE_LIBS} )
-+SET(wxWidgets_FIND_COMPONENTS gl ${wxWidgets_FIND_COMPONENTS} )
- INCLUDE_DIRECTORIES(${OPENGL_INCLUDE_DIR})
- 
- MESSAGE (STATUS "Found OpenGL" )
-@@ -529,14 +529,14 @@
-   ENDIF(MSVC)
- 
-   IF(WIN32 OR APPLE OR QT_ANDROID)
--FIND_PACKAGE(wxWidgets)
-+FIND_PACKAGE(wxWidgets COMPONENTS ${wxWidgets_FIND_COMPONENTS})
- if (wxWidgets_FOUND)
-   message(STATUS "Found wxWidgets webview add-on")
-   add_definitions(-DOCPN_USE_WEBVIEW)
- else ()
--  list(REMOVE_ITEM wxWidgets_USE_LIBS webview)
-+  list(REMOVE_ITEM wxWidgets_FIND_COMPONENTS webview)
-   message(STATUS "Could not find wxWidgets webview add-on")
--  FIND_PACKAGE(wxWidgets REQUIRED)
-+  FIND_PACKAGE(wxWidgets REQUIRED COMPONENTS ${wxWidgets_FIND_COMPONENTS})
- endif ()
- IF(MSYS)
-   # this is to convert msys to windows paths, and handle the missing /usr
-@@ -725,7 +725,7 @@
-   INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/src/serial/include)
- 
-   ## Add serial library
--  add_library(SERIAL ${serial_SRCS})
-+  add_library(SERIAL STATIC ${serial_SRCS})
-   if(APPLE)
- target_link_libraries(SERIAL ${FOUNDATION_LIBRARY} ${IOKIT_LIBRARY})
-   elseif(UNIX)
-@@ -1053,14 +1053,14 @@
- set(wxWidgets_CONFIG_OPTIONS ${wxWidgets_CONFIG_OPTIONS} --toolkit=gtk3)
- MESSAGE(STATUS "Building against GTK3...")
-   ENDIF(GTK2_FOUND)
--  FIND_PACKAGE(wxWidgets)
-+  FIND_PACKAGE(wxWidgets COMPONENTS ${wxWidgets_FIND_COMPONENTS})
-   if (wxWidgets_FOUND)
- message(STATUS "Found wxWidgets webview add-on")
- add_definitions(-DOCPN_USE_WEBVIEW)
-   else ()
--list(REMOVE_ITEM wxWidgets_USE_LIBS webview)
-+list(REMOVE_ITEM wxWidgets_FIND_COMPONENTS webview)
- message(STATUS "Could not find wxWidgets webview add-on")
--

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2021-11-17 Thread Marc Schiffbauer
commit: d9dcc1f9a274b375b8b73bef4c318c8a2fdd247b
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Thu Nov 18 00:42:29 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Thu Nov 18 00:43:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9dcc1f9

sci-geosciences/opencpn: add missing BDEPEND

Closes: https://bugs.gentoo.org/823431
Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn/opencpn-5.2.4.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sci-geosciences/opencpn/opencpn-5.2.4.ebuild 
b/sci-geosciences/opencpn/opencpn-5.2.4.ebuild
index 6688d1f0e0d3..f4be4868019e 100644
--- a/sci-geosciences/opencpn/opencpn-5.2.4.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.2.4.ebuild
@@ -32,7 +32,9 @@ RDEPEND="
x11-libs/gtk+:3
x11-libs/wxGTK:${WX_GTK_VER}[X]"
 DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/gettext"
+BDEPEND="
+   sys-devel/gettext
+   sys-apps/lsb-release"
 
 PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/, sci-geosciences/opencpn/files/

2021-11-02 Thread Marc Schiffbauer
commit: bb6ed4b1b52bd1e31882c703fd78f93aeeff44c1
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Tue Nov  2 13:54:43 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Tue Nov  2 13:55:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6ed4b1

sci-geosciences/opencpn: add 5.2.4, drop 5.2.0

Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn/Manifest| 2 +-
 .../files/{opencpn-5.2.0-cmake.patch => opencpn-5.2.4-cmake.patch}  | 0
 sci-geosciences/opencpn/{opencpn-5.2.0.ebuild => opencpn-5.2.4.ebuild}  | 0
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/opencpn/Manifest b/sci-geosciences/opencpn/Manifest
index f728493696f..90157fad583 100644
--- a/sci-geosciences/opencpn/Manifest
+++ b/sci-geosciences/opencpn/Manifest
@@ -1,3 +1,3 @@
 DIST opencpn-5.0.0.tar.gz 67164574 BLAKE2B 
a06520aaf0dc1457208c5c6968d44b0122b89eca632aa3b8471a0efd452d41c155ee05274284d84e5de9f700a9d549b61eae5d2ddfc8e70c4d5cfa7cf1c84f3f
 SHA512 
1b0f0e1a7164bc342a79837b987d8e4f69f164739f0d9c9c6448fab496af0944fe77b9cd3bbb9f2ee874cbb42add2da67df44606c6b8e620d0be2caf6a71eb96
-DIST opencpn-5.2.0.tar.gz 78313969 BLAKE2B 
46fc27c749f0a250502f7450c2b854b32320dc753ddc8011e05c93ad8a0752fdefa98b495ad901beea18e70b337de1d50a72eebac452c7d18a6237ee49313f42
 SHA512 
fcef47b21e5da9a8028972b30ac825be6486ae89398e9d91899621fe32c96f9fce93cfde67dbf07991d20406ce30333895539220a63df071125e2a4db79d5709
+DIST opencpn-5.2.4.tar.gz 81226481 BLAKE2B 
7c5bb1157e94d3271bce899740cdf6d9d5dc17c4406b3020fa8a91ae728ca3c0ddab799affa219b833df86e547de91b2e6ccd11fa57fff056550a440d9968fad
 SHA512 
13543272fe4c68b911c42fdc19f0bd7842809edc8e91d73899030f70668e78c448474541a5742ad675d6e2b361240ca1a5d603b163f8b5107539720442ee19a0
 DIST opencpn-doc_4.8.2.0.orig.tar.xz 22302480 BLAKE2B 
2bcd2ac01340cde0d0be80537321c8c3e829a8e664944c34f3f3112f931c45746059b5c173402982601ccf88926241741c7fb44f251e9fe48b83aa5f3e8d7727
 SHA512 
678317c77feb3b0bf695e337e7e95083df1d488e0a5ad3bad41bad11dc87271d6fc0ac194a6b63b603d5c1f1184e6c9f91de895a7db01017ef2a7068a62404eb

diff --git a/sci-geosciences/opencpn/files/opencpn-5.2.0-cmake.patch 
b/sci-geosciences/opencpn/files/opencpn-5.2.4-cmake.patch
similarity index 100%
rename from sci-geosciences/opencpn/files/opencpn-5.2.0-cmake.patch
rename to sci-geosciences/opencpn/files/opencpn-5.2.4-cmake.patch

diff --git a/sci-geosciences/opencpn/opencpn-5.2.0.ebuild 
b/sci-geosciences/opencpn/opencpn-5.2.4.ebuild
similarity index 100%
rename from sci-geosciences/opencpn/opencpn-5.2.0.ebuild
rename to sci-geosciences/opencpn/opencpn-5.2.4.ebuild



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/, sci-geosciences/opencpn/files/

2021-11-02 Thread Marc Schiffbauer
commit: c1289d6987c8bbb0a57d18c8dfae4f850a7bd3fe
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Tue Nov  2 12:10:05 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Tue Nov  2 12:11:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1289d69

sci-geosciences/opencpn: add 5.2.0

Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn/Manifest   |  1 +
 .../opencpn/files/opencpn-5.2.0-cmake.patch| 14 +
 sci-geosciences/opencpn/opencpn-5.2.0.ebuild   | 59 ++
 3 files changed, 74 insertions(+)

diff --git a/sci-geosciences/opencpn/Manifest b/sci-geosciences/opencpn/Manifest
index 59f7720f7ed..f728493696f 100644
--- a/sci-geosciences/opencpn/Manifest
+++ b/sci-geosciences/opencpn/Manifest
@@ -1,2 +1,3 @@
 DIST opencpn-5.0.0.tar.gz 67164574 BLAKE2B 
a06520aaf0dc1457208c5c6968d44b0122b89eca632aa3b8471a0efd452d41c155ee05274284d84e5de9f700a9d549b61eae5d2ddfc8e70c4d5cfa7cf1c84f3f
 SHA512 
1b0f0e1a7164bc342a79837b987d8e4f69f164739f0d9c9c6448fab496af0944fe77b9cd3bbb9f2ee874cbb42add2da67df44606c6b8e620d0be2caf6a71eb96
+DIST opencpn-5.2.0.tar.gz 78313969 BLAKE2B 
46fc27c749f0a250502f7450c2b854b32320dc753ddc8011e05c93ad8a0752fdefa98b495ad901beea18e70b337de1d50a72eebac452c7d18a6237ee49313f42
 SHA512 
fcef47b21e5da9a8028972b30ac825be6486ae89398e9d91899621fe32c96f9fce93cfde67dbf07991d20406ce30333895539220a63df071125e2a4db79d5709
 DIST opencpn-doc_4.8.2.0.orig.tar.xz 22302480 BLAKE2B 
2bcd2ac01340cde0d0be80537321c8c3e829a8e664944c34f3f3112f931c45746059b5c173402982601ccf88926241741c7fb44f251e9fe48b83aa5f3e8d7727
 SHA512 
678317c77feb3b0bf695e337e7e95083df1d488e0a5ad3bad41bad11dc87271d6fc0ac194a6b63b603d5c1f1184e6c9f91de895a7db01017ef2a7068a62404eb

diff --git a/sci-geosciences/opencpn/files/opencpn-5.2.0-cmake.patch 
b/sci-geosciences/opencpn/files/opencpn-5.2.0-cmake.patch
new file mode 100644
index 000..4c2ea09ae15
--- /dev/null
+++ b/sci-geosciences/opencpn/files/opencpn-5.2.0-cmake.patch
@@ -0,0 +1,14 @@
+--- a/CMakeLists.txt   2021-11-02 01:45:56.488999411 -1000
 b/CMakeLists.txt   2021-11-02 01:51:53.343219957 -1000
+@@ -756,9 +756,9 @@
+   # looked for them. This is a nasty fix which might fail miserably. 
Assumption:
+   # All builds using GTK uses unicode and wxWidgets 3.0
+   if (GTK3_FOUND)
+-list(APPEND wxWidgets_LIBRARIES "-lwx_gtk3u_aui-3.0")
++list(APPEND wxWidgets_LIBRARIES "-lwx_gtk3u_aui-3.0-gtk3")
+ if (OPENGL_FOUND)
+-  list(APPEND wxWidgets_LIBRARIES "-lwx_gtk3u_gl-3.0")
++  list(APPEND wxWidgets_LIBRARIES "-lwx_gtk3u_gl-3.0-gtk3")
+ endif ()
+   endif ()
+ 

diff --git a/sci-geosciences/opencpn/opencpn-5.2.0.ebuild 
b/sci-geosciences/opencpn/opencpn-5.2.0.ebuild
new file mode 100644
index 000..6688d1f0e0d
--- /dev/null
+++ b/sci-geosciences/opencpn/opencpn-5.2.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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/v${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-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc lzma opengl"
+
+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
+   opengl? ( virtual/opengl )
+   x11-libs/gtk+:3
+   x11-libs/wxGTK:${WX_GTK_VER}[X]"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/gettext"
+
+PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-otcurrent/

2021-04-04 Thread David Seifert
commit: c3d1b4150aa7de28de8c142b1eb1dfb187985fe4
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:20:29 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:20:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d1b415

sci-geosciences/opencpn-plugin-otcurrent: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-otcurrent-1.2.ebuild| 27 +++---
 .../opencpn-plugin-otcurrent-.ebuild   | 27 +++---
 2 files changed, 26 insertions(+), 28 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-otcurrent/opencpn-plugin-otcurrent-1.2.ebuild 
b/sci-geosciences/opencpn-plugin-otcurrent/opencpn-plugin-otcurrent-1.2.ebuild
index 0d88a9a5e63..d7fcccf5a57 100644
--- 
a/sci-geosciences/opencpn-plugin-otcurrent/opencpn-plugin-otcurrent-1.2.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-otcurrent/opencpn-plugin-otcurrent-1.2.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="otcurrent_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/Rasbats/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/Rasbats/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/Rasbats/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/Rasbats/otcurrent_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }

diff --git 
a/sci-geosciences/opencpn-plugin-otcurrent/opencpn-plugin-otcurrent-.ebuild 
b/sci-geosciences/opencpn-plugin-otcurrent/opencpn-plugin-otcurrent-.ebuild
index 0d88a9a5e63..d7fcccf5a57 100644
--- 
a/sci-geosciences/opencpn-plugin-otcurrent/opencpn-plugin-otcurrent-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-otcurrent/opencpn-plugin-otcurrent-.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="otcurrent_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/Rasbats/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/Rasbats/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/Rasbats/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/Rasbats/otcurrent_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-weather_routing/

2021-04-04 Thread David Seifert
commit: 3d8fd9f6200d46764b31301ae3ac175708e4a26f
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:20:54 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:20:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d8fd9f6

sci-geosciences/opencpn-plugin-weather_routing: need-wxwidgets -> 
setup-wxwidgets

Closes: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-weather_routing-1.10.1.ebuild   | 27 +++---
 .../opencpn-plugin-weather_routing-.ebuild | 27 +++---
 2 files changed, 26 insertions(+), 28 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.10.1.ebuild
 
b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.10.1.ebuild
index bb68887e62a..826df2e8f0b 100644
--- 
a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.10.1.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.10.1.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="weather_routing_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   
SRC_URI="https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ 
HOMEPAGE="https://github.com/seandepagnier/weather_routing_pi/;
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }

diff --git 
a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-.ebuild
 
b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-.ebuild
index bb68887e62a..826df2e8f0b 100644
--- 
a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="weather_routing_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   
SRC_URI="https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ 
HOMEPAGE="https://github.com/seandepagnier/weather_routing_pi/;
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugins-meta/

2021-04-04 Thread David Seifert
commit: b1041ad7bbdf039ac0a5a79e5ac87e26dd9243f9
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:20:57 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:20:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1041ad7

sci-geosciences/opencpn-plugins-meta: Port to EAPI 7

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild| 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild 
b/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild
index 53a7955cde5..e4b5070063f 100644
--- a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild
+++ b/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Meta ebuild to pull in opencpn plugins"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
@@ -9,7 +9,6 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
 LICENSE="metapackage"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 RDEPEND="
>=sci-geosciences/opencpn-${PV}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-dr/

2021-04-04 Thread David Seifert
commit: 3499ac42f97dd12a0fca66f619a3340c5c5c593b
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:19:59 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:19:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3499ac42

sci-geosciences/opencpn-plugin-dr: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-dr/opencpn-plugin-dr-1.1.ebuild | 27 +++---
 .../opencpn-plugin-dr-.ebuild  | 27 +++---
 2 files changed, 26 insertions(+), 28 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-1.1.ebuild 
b/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-1.1.ebuild
index f453203e30f..96bb44ad6ee 100644
--- a/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-1.1.ebuild
+++ b/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-1.1.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="DR_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/Rasbats/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/Rasbats/${MY_PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/Rasbats/${MY_PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/Rasbats/DR_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }

diff --git a/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-.ebuild 
b/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-.ebuild
index 90487153bd0..96bb44ad6ee 100644
--- a/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-.ebuild
+++ b/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="DR_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/Rasbats/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/Rasbats/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/Rasbats/${MY_PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/Rasbats/DR_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-logbookkonni/

2021-04-04 Thread David Seifert
commit: 154fea40ee02def523cae16dd987bc403428dafd
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:20:14 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:20:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154fea40

sci-geosciences/opencpn-plugin-logbookkonni: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-logbookkonni-1.3002.ebuild  | 42 +++---
 .../opencpn-plugin-logbookkonni-.ebuild| 42 +++---
 2 files changed, 42 insertions(+), 42 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.3002.ebuild
 
b/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.3002.ebuild
index 7f63c653a7e..88643bb432b 100644
--- 
a/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.3002.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.3002.ebuild
@@ -1,19 +1,20 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="LogbookKonni-1.2"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/delatbabel/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
SRC_URI="
https://github.com/delatbabel/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   
https://github.com/delatbabel/${MY_PN}/releases/download/v${PV}/LogbookKonni_Layouts.zip
 -> ${P}_Layouts.zip
-   "
-   inherit cmake-utils wxwidgets
+   
https://github.com/delatbabel/${MY_PN}/releases/download/v${PV}/LogbookKonni_Layouts.zip
 -> ${P}_Layouts.zip"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -23,38 +24,37 @@ HOMEPAGE="https://github.com/delatbabel/LogbookKonni-1.2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
>=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
-DEPEND="
+   sys-devel/gettext"
+DEPEND="${RDEPEND}"
+BDEPEND="
app-arch/zip
-   ${RDEPEND}
-"
+   sys-devel/gettext"
 
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }
 
 src_install() {
# install layouts as zip
-   cmake-utils_src_install
+   cmake_src_install
+
cd "${WORKDIR}" || die
-   zip -r 
"${D}"/usr/share/opencpn/plugins/logbookkonni_pi/data/LogbookKonni_Layouts.zip 
Clouds HTMLLayouts ODTLayouts || die
+   zip -r 
"${ED}"/usr/share/opencpn/plugins/logbookkonni_pi/data/LogbookKonni_Layouts.zip 
Clouds HTMLLayouts ODTLayouts || die
 }
 
 pkg_postinst() {
elog "Installation of logbook layouts"
elog "***"
-   elog ""
+   elog
elog "The default layouts zip file has been installed to:"
-   elog 
"/usr/share/opencpn/plugins/logbookkonni_pi/data/LogbookKonni_Layouts.zip"
-   elog ""
+   elog 
"${EROOT}/usr/share/opencpn/plugins/logbookkonni_pi/data/LogbookKonni_Layouts.zip"
+   elog
elog "After starting OpenCPN, go to 
Options->Plugins->Logbook->Settings,"
elog "click the install button and choose the above mentioned zip file"
-   elog ""
+   elog
 }

diff --git 
a/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-.ebuild
 
b/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-.ebuild
index 7f63c653a7e..88643bb432b 100644
--- 
a/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-.ebuild
@@ -1,19 +1,20 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="LogbookKonni-1.2"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/delatbabel/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
SRC_URI="
https://github.com/delatbabel/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   
https://github.com/delatbabel/${MY_PN}/releases/download/v${PV}/LogbookKonni_Layouts.zip
 -> ${P}_Layouts.zip
-   "
-   inherit cmake-utils wxwidgets
+   
https://github.com/delatbabel/${MY_PN}/releases/download/v${PV}/LogbookKonni_Layouts.zip
 -> ${P}_Layouts.zip"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -23,38 +24,37 @@ 

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-radar/

2021-04-04 Thread David Seifert
commit: 126373a652a2d8177133f458c25698a6d3df
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:20:35 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:20:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1263

sci-geosciences/opencpn-plugin-radar: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-radar-0.98.ebuild   | 27 +++---
 .../opencpn-plugin-radar-.ebuild   | 27 +++---
 2 files changed, 26 insertions(+), 28 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-radar/opencpn-plugin-radar-0.98.ebuild 
b/sci-geosciences/opencpn-plugin-radar/opencpn-plugin-radar-0.98.ebuild
index 2926ea6725c..9322ab47c12 100644
--- a/sci-geosciences/opencpn-plugin-radar/opencpn-plugin-radar-0.98.ebuild
+++ b/sci-geosciences/opencpn-plugin-radar/opencpn-plugin-radar-0.98.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="radar_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/Verezano/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   
https://github.com/Verezano/${MY_PN}/archive/aisradar_pi-${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   
SRC_URI="https://github.com/Verezano/${MY_PN}/archive/aisradar_pi-${PV}.tar.gz 
-> ${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-aisradar_pi-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/Verezano/radar_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }

diff --git 
a/sci-geosciences/opencpn-plugin-radar/opencpn-plugin-radar-.ebuild 
b/sci-geosciences/opencpn-plugin-radar/opencpn-plugin-radar-.ebuild
index 2926ea6725c..9322ab47c12 100644
--- a/sci-geosciences/opencpn-plugin-radar/opencpn-plugin-radar-.ebuild
+++ b/sci-geosciences/opencpn-plugin-radar/opencpn-plugin-radar-.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="radar_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/Verezano/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   
https://github.com/Verezano/${MY_PN}/archive/aisradar_pi-${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   
SRC_URI="https://github.com/Verezano/${MY_PN}/archive/aisradar_pi-${PV}.tar.gz 
-> ${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-aisradar_pi-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/Verezano/radar_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpndebugger/

2021-04-04 Thread David Seifert
commit: 55682a37760b3dfcfb5836afb20b41c2681f81fb
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:20:20 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:20:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55682a37

sci-geosciences/opencpn-plugin-ocpndebugger: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-ocpndebugger-1.3.ebuild | 27 +++---
 .../opencpn-plugin-ocpndebugger-.ebuild| 27 +++---
 2 files changed, 26 insertions(+), 28 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.3.ebuild
 
b/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.3.ebuild
index 3ad25321c6c..3db37b30bf4 100644
--- 
a/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.3.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.3.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="ocpndebugger_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/nohal/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/nohal/ocpndebugger_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }

diff --git 
a/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-.ebuild
 
b/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-.ebuild
index 3ad25321c6c..3db37b30bf4 100644
--- 
a/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="ocpndebugger_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/nohal/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/nohal/ocpndebugger_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-findit/

2021-04-04 Thread David Seifert
commit: 2b12b9190b5dc86bb531ed5ae745d79d97538b5d
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:20:02 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:20:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b12b919

sci-geosciences/opencpn-plugin-findit: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-findit-1.1007.ebuild| 27 +++---
 .../opencpn-plugin-findit-.ebuild  | 27 +++---
 2 files changed, 26 insertions(+), 28 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.1007.ebuild 
b/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.1007.ebuild
index 575d82a3582..eadcfc34d04 100644
--- a/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.1007.ebuild
+++ b/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-1.1007.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="FindIt_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/ptulp/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/ptulp/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/ptulp/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/ptulp/FindIt_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }

diff --git 
a/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-.ebuild 
b/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-.ebuild
index 575d82a3582..eadcfc34d04 100644
--- a/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-.ebuild
+++ b/sci-geosciences/opencpn-plugin-findit/opencpn-plugin-findit-.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="FindIt_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/ptulp/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/ptulp/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/ptulp/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/ptulp/FindIt_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-launcher/

2021-04-04 Thread David Seifert
commit: 8416e5adff53fd466a318ccbdd1bbe3d5c93a2f7
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:20:11 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:20:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8416e5ad

sci-geosciences/opencpn-plugin-launcher: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-launcher-1.1.ebuild | 27 +++---
 .../opencpn-plugin-launcher-.ebuild| 27 +++---
 2 files changed, 26 insertions(+), 28 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.1.ebuild 
b/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.1.ebuild
index 4a8ac8778e3..642568c3b3d 100644
--- a/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.1.ebuild
+++ b/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.1.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="launcher_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/nohal/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/nohal/launcher_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }

diff --git 
a/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-.ebuild 
b/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-.ebuild
index 4a8ac8778e3..642568c3b3d 100644
--- 
a/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="launcher_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/nohal/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/nohal/launcher_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-objsearch/

2021-04-04 Thread David Seifert
commit: 662493b2e9b3d683b51d8bcbbbd8d8ed9a48
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:20:17 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:20:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66249399

sci-geosciences/opencpn-plugin-objsearch: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-objsearch-0.7.ebuild| 27 +++---
 .../opencpn-plugin-objsearch-.ebuild   | 27 +++---
 2 files changed, 26 insertions(+), 28 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.7.ebuild 
b/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.7.ebuild
index 7f8662fc637..d8a4f05a0de 100644
--- 
a/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.7.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.7.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="objsearch_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/nohal/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/nohal/objsearch_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }

diff --git 
a/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-.ebuild 
b/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-.ebuild
index 7f8662fc637..d8a4f05a0de 100644
--- 
a/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="objsearch_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/nohal/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/nohal/objsearch_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-br24radar/

2021-04-04 Thread David Seifert
commit: b6724bc5c0b0e24206f80ec4da49353cea3d6a6c
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:19:53 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:19:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6724bc5

sci-geosciences/opencpn-plugin-br24radar: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-br24radar-2.1.ebuild| 27 +++---
 .../opencpn-plugin-br24radar-.ebuild   | 27 +++---
 2 files changed, 26 insertions(+), 28 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-2.1.ebuild 
b/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-2.1.ebuild
index aed41213a94..72253384403 100644
--- 
a/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-2.1.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-2.1.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="BR24radar_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/canboat/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/canboat/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/canboat/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/canboat/BR24radar_pi;
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }

diff --git 
a/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-.ebuild 
b/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-.ebuild
index aed41213a94..72253384403 100644
--- 
a/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="BR24radar_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/canboat/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/canboat/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/canboat/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/canboat/BR24radar_pi;
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-polar/

2021-04-04 Thread David Seifert
commit: 7b5acf39df20faeba1b573613cf912f381161c6d
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:20:32 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:20:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5acf39

sci-geosciences/opencpn-plugin-polar: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-polar-1.1007.ebuild | 27 +++---
 .../opencpn-plugin-polar-.ebuild   | 27 +++---
 2 files changed, 26 insertions(+), 28 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-polar/opencpn-plugin-polar-1.1007.ebuild 
b/sci-geosciences/opencpn-plugin-polar/opencpn-plugin-polar-1.1007.ebuild
index b164cddb248..a6688256200 100644
--- a/sci-geosciences/opencpn-plugin-polar/opencpn-plugin-polar-1.1007.ebuild
+++ b/sci-geosciences/opencpn-plugin-polar/opencpn-plugin-polar-1.1007.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="polar_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/ptulp/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/ptulp/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/ptulp/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/ptulp/polar_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }

diff --git 
a/sci-geosciences/opencpn-plugin-polar/opencpn-plugin-polar-.ebuild 
b/sci-geosciences/opencpn-plugin-polar/opencpn-plugin-polar-.ebuild
index b164cddb248..a6688256200 100644
--- a/sci-geosciences/opencpn-plugin-polar/opencpn-plugin-polar-.ebuild
+++ b/sci-geosciences/opencpn-plugin-polar/opencpn-plugin-polar-.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="polar_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/ptulp/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/ptulp/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/ptulp/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/ptulp/polar_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-route/

2021-04-04 Thread David Seifert
commit: 6ef8a0699e9740c78dcf98d17374e2e689b6535f
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:20:38 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:20:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef8a069

sci-geosciences/opencpn-plugin-route: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-route-1.2.ebuild| 27 +++---
 .../opencpn-plugin-route-.ebuild   | 27 +++---
 2 files changed, 26 insertions(+), 28 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-1.2.ebuild 
b/sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-1.2.ebuild
index 7318cf9e6c9..a2b93f3991c 100644
--- a/sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-1.2.ebuild
+++ b/sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-1.2.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="route_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/SaltyPaws/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/SaltyPaws/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/SaltyPaws/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/SaltyPaws/route_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }

diff --git 
a/sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-.ebuild 
b/sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-.ebuild
index 7318cf9e6c9..a2b93f3991c 100644
--- a/sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-.ebuild
+++ b/sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="route_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/SaltyPaws/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/SaltyPaws/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/SaltyPaws/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/SaltyPaws/route_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-watchdog/

2021-04-04 Thread David Seifert
commit: ce0e8ed9af8382f749878dc89739cb1c405c71f0
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:20:48 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:20:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0e8ed9

sci-geosciences/opencpn-plugin-watchdog: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-watchdog-1.9.051.ebuild | 27 +++---
 .../opencpn-plugin-watchdog-.ebuild| 27 +++---
 2 files changed, 26 insertions(+), 28 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-watchdog/opencpn-plugin-watchdog-1.9.051.ebuild
 
b/sci-geosciences/opencpn-plugin-watchdog/opencpn-plugin-watchdog-1.9.051.ebuild
index cf1ba40003a..aa3335fb7dc 100644
--- 
a/sci-geosciences/opencpn-plugin-watchdog/opencpn-plugin-watchdog-1.9.051.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-watchdog/opencpn-plugin-watchdog-1.9.051.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="watchdog_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   
SRC_URI="https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/seandepagnier/watchdog_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }

diff --git 
a/sci-geosciences/opencpn-plugin-watchdog/opencpn-plugin-watchdog-.ebuild 
b/sci-geosciences/opencpn-plugin-watchdog/opencpn-plugin-watchdog-.ebuild
index cf1ba40003a..aa3335fb7dc 100644
--- 
a/sci-geosciences/opencpn-plugin-watchdog/opencpn-plugin-watchdog-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-watchdog/opencpn-plugin-watchdog-.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="watchdog_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   
SRC_URI="https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/seandepagnier/watchdog_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-weatherfax/

2021-04-04 Thread David Seifert
commit: 837e25d933572b566dc204de2fd7cc8fffb0d07a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:20:51 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:20:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837e25d9

sci-geosciences/opencpn-plugin-weatherfax: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-weatherfax-1.3.20180316.ebuild  | 27 +++---
 .../opencpn-plugin-weatherfax-.ebuild  | 27 +++---
 2 files changed, 26 insertions(+), 28 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.20180316.ebuild
 
b/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.20180316.ebuild
index 87d53bbc896..b0cb5f6225f 100644
--- 
a/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.20180316.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.20180316.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="weatherfax_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/seandepagnier/weatherfax_pi;
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }

diff --git 
a/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-.ebuild
 
b/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-.ebuild
index 87d53bbc896..b0cb5f6225f 100644
--- 
a/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="weatherfax_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/seandepagnier/weatherfax_pi;
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-oesenc/

2021-04-04 Thread David Seifert
commit: fcc51e6f25c9b76aaf0cb9e849aa0fd619ad4d5f
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:20:26 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:20:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc51e6f

sci-geosciences/opencpn-plugin-oesenc: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-oesenc-1.6.0.ebuild | 27 +++---
 .../opencpn-plugin-oesenc-.ebuild  | 27 +++---
 2 files changed, 26 insertions(+), 28 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-oesenc/opencpn-plugin-oesenc-1.6.0.ebuild 
b/sci-geosciences/opencpn-plugin-oesenc/opencpn-plugin-oesenc-1.6.0.ebuild
index ac605f8f9e8..c920ec40e3f 100644
--- a/sci-geosciences/opencpn-plugin-oesenc/opencpn-plugin-oesenc-1.6.0.ebuild
+++ b/sci-geosciences/opencpn-plugin-oesenc/opencpn-plugin-oesenc-1.6.0.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="oesenc_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/bdbcat/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/bdbcat/oesenc_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }

diff --git 
a/sci-geosciences/opencpn-plugin-oesenc/opencpn-plugin-oesenc-.ebuild 
b/sci-geosciences/opencpn-plugin-oesenc/opencpn-plugin-oesenc-.ebuild
index ac605f8f9e8..c920ec40e3f 100644
--- a/sci-geosciences/opencpn-plugin-oesenc/opencpn-plugin-oesenc-.ebuild
+++ b/sci-geosciences/opencpn-plugin-oesenc/opencpn-plugin-oesenc-.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="oesenc_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/bdbcat/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/bdbcat/oesenc_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-squiddio/

2021-04-04 Thread David Seifert
commit: 3afa18e9ad8f24e03d45b3387dbda573b40f7813
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:20:41 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:20:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3afa18e9

sci-geosciences/opencpn-plugin-squiddio: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-squiddio-0.7.ebuild | 31 +++---
 .../opencpn-plugin-squiddio-.ebuild| 31 +++---
 2 files changed, 30 insertions(+), 32 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-squiddio/opencpn-plugin-squiddio-0.7.ebuild 
b/sci-geosciences/opencpn-plugin-squiddio/opencpn-plugin-squiddio-0.7.ebuild
index ad5aca455e7..2e0a3929667 100644
--- a/sci-geosciences/opencpn-plugin-squiddio/opencpn-plugin-squiddio-0.7.ebuild
+++ b/sci-geosciences/opencpn-plugin-squiddio/opencpn-plugin-squiddio-0.7.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="squiddio_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/mauroc/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/mauroc/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/mauroc/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,18 +22,17 @@ HOMEPAGE="https://github.com/mauroc/squiddio_pi;
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
>=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
-DEPEND="
+   sys-devel/gettext"
+DEPEND="${RDEPEND}"
+BDEPEND="
net-misc/curl
-   ${RDEPEND}
-"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+   sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }

diff --git 
a/sci-geosciences/opencpn-plugin-squiddio/opencpn-plugin-squiddio-.ebuild 
b/sci-geosciences/opencpn-plugin-squiddio/opencpn-plugin-squiddio-.ebuild
index ad5aca455e7..2e0a3929667 100644
--- 
a/sci-geosciences/opencpn-plugin-squiddio/opencpn-plugin-squiddio-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-squiddio/opencpn-plugin-squiddio-.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="squiddio_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/mauroc/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/mauroc/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/mauroc/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,18 +22,17 @@ HOMEPAGE="https://github.com/mauroc/squiddio_pi;
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
>=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
-DEPEND="
+   sys-devel/gettext"
+DEPEND="${RDEPEND}"
+BDEPEND="
net-misc/curl
-   ${RDEPEND}
-"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+   sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-statusbar/

2021-04-04 Thread David Seifert
commit: c48bc3c085d7fcf34d639b254d4d86ff34dabf97
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:20:45 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:20:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48bc3c0

sci-geosciences/opencpn-plugin-statusbar: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-statusbar-0.5.20180316.ebuild   | 27 +++---
 .../opencpn-plugin-statusbar-.ebuild   | 27 +++---
 2 files changed, 26 insertions(+), 28 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-0.5.20180316.ebuild
 
b/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-0.5.20180316.ebuild
index 59b6c412b34..8eae4a6232a 100644
--- 
a/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-0.5.20180316.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-0.5.20180316.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="statusbar_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/seandepagnier/statusbar_pi;
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }

diff --git 
a/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-.ebuild 
b/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-.ebuild
index 59b6c412b34..8eae4a6232a 100644
--- 
a/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="statusbar_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/seandepagnier/statusbar_pi;
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpn_draw/

2021-04-04 Thread David Seifert
commit: 2e8c2bbf2f08cd03b8c723c8d13b9b53f2589e73
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:20:23 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:20:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8c2bbf

sci-geosciences/opencpn-plugin-ocpn_draw: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-ocpn_draw-1.3.14.ebuild | 27 +++---
 .../opencpn-plugin-ocpn_draw-.ebuild   | 27 +++---
 2 files changed, 26 insertions(+), 28 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.3.14.ebuild
 
b/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.3.14.ebuild
index 8f665fffa34..26a9865b347 100644
--- 
a/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.3.14.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.3.14.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="ocpn_draw_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/jongough/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/jongough/${MY_PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/jongough/${MY_PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/jongough/ocpn_draw_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }

diff --git 
a/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-.ebuild 
b/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-.ebuild
index bf8b08e593a..26a9865b347 100644
--- 
a/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="ocpn_draw_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/jongough/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/jongough/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/jongough/${MY_PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/jongough/ocpn_draw_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-iacfleet/

2021-04-04 Thread David Seifert
commit: 95b5c0d023d2ece69815bd5b2db7a0224f12538f
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:20:08 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:20:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b5c0d0

sci-geosciences/opencpn-plugin-iacfleet: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-iacfleet-0.9.ebuild | 27 +++---
 .../opencpn-plugin-iacfleet-.ebuild| 27 +++---
 2 files changed, 26 insertions(+), 28 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.9.ebuild 
b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.9.ebuild
index 3345bc42e9b..d95a70a471e 100644
--- a/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.9.ebuild
+++ b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.9.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="iacfleet_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/nohal/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/nohal/iacfleet_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }

diff --git 
a/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-.ebuild 
b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-.ebuild
index 3345bc42e9b..d95a70a471e 100644
--- 
a/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="iacfleet_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/nohal/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/nohal/iacfleet_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-gxradar/

2021-04-04 Thread David Seifert
commit: 31a3d0e95b2a30b5ae835867c855db65899cd788
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:20:05 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:20:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a3d0e9

sci-geosciences/opencpn-plugin-gxradar: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-gxradar-1.1.ebuild  | 27 ++--
 .../opencpn-plugin-gxradar-.ebuild | 29 +++---
 2 files changed, 27 insertions(+), 29 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-gxradar/opencpn-plugin-gxradar-1.1.ebuild 
b/sci-geosciences/opencpn-plugin-gxradar/opencpn-plugin-gxradar-1.1.ebuild
index a80898d9615..ed4046ca4fd 100644
--- a/sci-geosciences/opencpn-plugin-gxradar/opencpn-plugin-gxradar-1.1.ebuild
+++ b/sci-geosciences/opencpn-plugin-gxradar/opencpn-plugin-gxradar-1.1.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="gxradar_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/trudK45/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/trudK45/${MY_PN}/archive/v.${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/trudK45/${MY_PN}/archive/v.${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-v.${PV}"
 fi
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/trudK45/gxradar_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }

diff --git 
a/sci-geosciences/opencpn-plugin-gxradar/opencpn-plugin-gxradar-.ebuild 
b/sci-geosciences/opencpn-plugin-gxradar/opencpn-plugin-gxradar-.ebuild
index 2a3f79bf634..ed4046ca4fd 100644
--- a/sci-geosciences/opencpn-plugin-gxradar/opencpn-plugin-gxradar-.ebuild
+++ b/sci-geosciences/opencpn-plugin-gxradar/opencpn-plugin-gxradar-.ebuild
@@ -1,20 +1,20 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="gxradar_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/trudK45/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/trudK45/${MY_PN}/archive/v.${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/trudK45/${MY_PN}/archive/v.${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_PN}-${PV}"
+   S="${WORKDIR}/${MY_PN}-v.${PV}"
 fi
 
 DESCRIPTION="Garmin xHD Radar Plugin for OpenCPN"
@@ -22,15 +22,14 @@ HOMEPAGE="https://github.com/trudK45/gxradar_pi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-climatology/

2021-04-04 Thread David Seifert
commit: ab2c35b09c92eb9b7f154020806e8e88c596
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 20:19:56 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 20:19:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab2c35b0

sci-geosciences/opencpn-plugin-climatology: need-wxwidgets -> setup-wxwidgets

Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugin-climatology-1.0.20180316.ebuild | 41 +++---
 .../opencpn-plugin-climatology-.ebuild | 41 +++---
 2 files changed, 40 insertions(+), 42 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.20180316.ebuild
 
b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.20180316.ebuild
index c31fad831c7..521e36f3392 100644
--- 
a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.20180316.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.20180316.ebuild
@@ -1,46 +1,45 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="climatology_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
-SRC_URI="
-   ${SRC_URI}
-   mirror://sourceforge/opencpnplugins/climatology_pi/CL-DATA-1.0.tar.xz 
-> ${PN}-1.0-CL-DATA.tar.xz
-"
 
 DESCRIPTION="Climatology Plugin for OpenCPN (includes CL-DATA)"
 HOMEPAGE="https://github.com/seandepagnier/climatology_pi;
+SRC_URI="
+   ${SRC_URI}
+   mirror://sourceforge/opencpnplugins/climatology_pi/CL-DATA-1.0.tar.xz 
-> ${PN}-1.0-CL-DATA.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/gettext"
 
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }
+
 src_install() {
-   cmake-utils_src_install
-   insinto "/usr/share/opencpn/plugins/${MY_PN}/data/"
-   doins "${S}"/{,../}data/*
+   cmake_src_install
+
+   insinto /usr/share/opencpn/plugins/${MY_PN}/data/
+   doins -r {,../}data/.
 }

diff --git 
a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
 
b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
index c31fad831c7..521e36f3392 100644
--- 
a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
@@ -1,46 +1,45 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
 MY_PN="climatology_pi"
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
 else
-   SRC_URI="
-   https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
+   SRC_URI="https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
-SRC_URI="
-   ${SRC_URI}
-   mirror://sourceforge/opencpnplugins/climatology_pi/CL-DATA-1.0.tar.xz 
-> ${PN}-1.0-CL-DATA.tar.xz
-"
 
 DESCRIPTION="Climatology Plugin for OpenCPN (includes CL-DATA)"
 HOMEPAGE="https://github.com/seandepagnier/climatology_pi;
+SRC_URI="
+   ${SRC_URI}
+   mirror://sourceforge/opencpnplugins/climatology_pi/CL-DATA-1.0.tar.xz 
-> ${PN}-1.0-CL-DATA.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
+   >=sci-geosciences/opencpn-4.2.0"
 DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/gettext"
 
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
+src_configure() {
+   setup-wxwidgets unicode
+   cmake_src_configure
 }
+
 src_install() {
-   cmake-utils_src_install
-   insinto 

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/, sci-geosciences/opencpn/files/

2021-04-04 Thread David Seifert
commit: 548296ca551f32da30f3cd525595ccd393597ee2
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  4 14:08:01 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  4 14:08:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548296ca

sci-geosciences/opencpn: Port to EAPI 7

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 ...keLists.txt.patch => opencpn-5.0.0-cmake.patch} | 41 +-
 sci-geosciences/opencpn/opencpn-5.0.0.ebuild   | 39 +---
 2 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/sci-geosciences/opencpn/files/5.0.0-CMakeLists.txt.patch 
b/sci-geosciences/opencpn/files/opencpn-5.0.0-cmake.patch
similarity index 84%
rename from sci-geosciences/opencpn/files/5.0.0-CMakeLists.txt.patch
rename to sci-geosciences/opencpn/files/opencpn-5.0.0-cmake.patch
index aca98fe9f01..ebd354bd826 100644
--- a/sci-geosciences/opencpn/files/5.0.0-CMakeLists.txt.patch
+++ b/sci-geosciences/opencpn/files/opencpn-5.0.0-cmake.patch
@@ -1,10 +1,8 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index fcec1191a..8df2a9e21 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -408,9 +408,9 @@ IF((_wx_selected_config MATCHES "qt-armv7"))
+@@ -408,9 +408,9 @@
  ENDIF()
-
+ 
  IF((_wx_selected_config MATCHES "qt-armv7"))
 -  SET(wxWidgets_USE_LIBS base core xml html adv aui)
 +  SET(wxWidgets_FIND_COMPONENTS base core xml html adv aui)
@@ -12,38 +10,38 @@ index fcec1191a..8df2a9e21 100644
 -  SET(wxWidgets_USE_LIBS net xml html adv aui core base webview)
 +  SET(wxWidgets_FIND_COMPONENTS net xml html adv aui core base webview)
  ENDIF()
-
+ 
  OPTION (USE_GL "Enable OpenGL support" ON)
-@@ -436,7 +436,7 @@ IF (ARCH MATCHES "arm*" AND (NOT QT_ANDROID) AND 
CMAKE_SYSTEM_NAME MATCHES ".*Li
+@@ -436,7 +436,7 @@
  SET(OPENGLES_FOUND "YES")
  SET(OPENGL_FOUND "YES")
-
+ 
 -SET(wxWidgets_USE_LIBS ${wxWidgets_USE_LIBS} gl )
 +SET(wxWidgets_FIND_COMPONENTS ${wxWidgets_FIND_COMPONENTS} gl )
  add_subdirectory(src/glshim)
-
+ 
  SET(OPENGL_LIBRARIES "GL_static" "EGL" "X11" "drm"  )
-@@ -455,7 +455,7 @@ IF(QT_ANDROID)
+@@ -455,7 +455,7 @@
SET(OPENGLES_FOUND "YES")
SET(OPENGL_FOUND "YES")
-
+ 
 -  SET(wxWidgets_USE_LIBS ${wxWidgets_USE_LIBS} gl )
 +  SET(wxWidgets_FIND_COMPONENTS ${wxWidgets_FIND_COMPONENTS} gl )
add_subdirectory(src/glshim)
  ENDIF(QT_ANDROID)
-
-@@ -468,7 +468,7 @@ IF ((NOT OPENGLES_FOUND) AND (NOT QT_ANDROID))
+ 
+@@ -468,7 +468,7 @@
ENDIF(USE_GL)
-
+ 
IF(OPENGL_FOUND)
 -SET(wxWidgets_USE_LIBS gl ${wxWidgets_USE_LIBS} )
 +SET(wxWidgets_FIND_COMPONENTS gl ${wxWidgets_FIND_COMPONENTS} )
  INCLUDE_DIRECTORIES(${OPENGL_INCLUDE_DIR})
-
+ 
  MESSAGE (STATUS "Found OpenGL" )
-@@ -529,14 +529,14 @@ IF(NOT QT_ANDROID)
+@@ -529,14 +529,14 @@
ENDIF(MSVC)
-
+ 
IF(WIN32 OR APPLE OR QT_ANDROID)
 -FIND_PACKAGE(wxWidgets)
 +FIND_PACKAGE(wxWidgets COMPONENTS ${wxWidgets_FIND_COMPONENTS})
@@ -59,7 +57,16 @@ index fcec1191a..8df2a9e21 100644
  endif ()
  IF(MSYS)
# this is to convert msys to windows paths, and handle the missing /usr
-@@ -1053,14 +1053,14 @@ IF(NOT WIN32 AND NOT APPLE AND NOT QT_ANDROID)
+@@ -725,7 +725,7 @@
+   INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/src/serial/include)
+ 
+   ## Add serial library
+-  add_library(SERIAL ${serial_SRCS})
++  add_library(SERIAL STATIC ${serial_SRCS})
+   if(APPLE)
+ target_link_libraries(SERIAL ${FOUNDATION_LIBRARY} ${IOKIT_LIBRARY})
+   elseif(UNIX)
+@@ -1053,14 +1053,14 @@
  set(wxWidgets_CONFIG_OPTIONS ${wxWidgets_CONFIG_OPTIONS} --toolkit=gtk3)
  MESSAGE(STATUS "Building against GTK3...")
ENDIF(GTK2_FOUND)

diff --git a/sci-geosciences/opencpn/opencpn-5.0.0.ebuild 
b/sci-geosciences/opencpn/opencpn-5.0.0.ebuild
index 4ae2fe2e75a..84e09c9f1e6 100644
--- a/sci-geosciences/opencpn/opencpn-5.0.0.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.0.0.ebuild
@@ -1,18 +1,19 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 WX_GTK_VER="3.0"
-inherit cmake-utils wxwidgets
+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/v${PV}.tar.gz -> 
${P}.tar.gz
-doc? ( 
https://launchpad.net/~opencpn/+archive/ubuntu/${PN}/+files/${PN}-doc_${DOC_VERSION}.orig.tar.xz
 )
-"
+SRC_URI="
+   https://github.com/OpenCPN/OpenCPN/archive/v${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-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
@@ -30,18 +31,15 @@ RDEPEND="
opengl? ( virtual/opengl )
x11-libs/gtk+:2
x11-libs/wxGTK:${WX_GTK_VER}[X]
-   

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-climatology/

2021-04-03 Thread Sam James
commit: ac0008f04840720425209e771e56f21b38c769ab
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  2 09:10:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 15:43:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0008f0

sci-geosciences/opencpn-plugin-climatology: fix variable references

Signed-off-by: Sam James  gentoo.org>

 .../opencpn-plugin-climatology-1.0.20180316.ebuild  | 2 +-
 .../opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.20180316.ebuild
 
b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.20180316.ebuild
index ddf57455565..c31fad831c7 100644
--- 
a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.20180316.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.20180316.ebuild
@@ -17,7 +17,7 @@ else
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
 SRC_URI="
-   $SRC_URI
+   ${SRC_URI}
mirror://sourceforge/opencpnplugins/climatology_pi/CL-DATA-1.0.tar.xz 
-> ${PN}-1.0-CL-DATA.tar.xz
 "
 

diff --git 
a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
 
b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
index ddf57455565..c31fad831c7 100644
--- 
a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
@@ -17,7 +17,7 @@ else
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
 SRC_URI="
-   $SRC_URI
+   ${SRC_URI}
mirror://sourceforge/opencpnplugins/climatology_pi/CL-DATA-1.0.tar.xz 
-> ${PN}-1.0-CL-DATA.tar.xz
 "
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-logbookkonni/

2021-04-03 Thread Sam James
commit: b3b75012c70cae7758d50d1fa91e0554fec2d4d7
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  2 05:44:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 15:43:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b75012

sci-geosciences/opencpn-plugin-logbookkonni: fix variable reference, missing die

Signed-off-by: Sam James  gentoo.org>

 .../opencpn-plugin-logbookkonni-1.3002.ebuild | 4 ++--
 .../opencpn-plugin-logbookkonni-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.3002.ebuild
 
b/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.3002.ebuild
index 8a0124d6bf0..7f63c653a7e 100644
--- 
a/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.3002.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.3002.ebuild
@@ -43,8 +43,8 @@ src_prepare() {
 src_install() {
# install layouts as zip
cmake-utils_src_install
-   cd "$WORKDIR"
-   zip -r 
"$D"/usr/share/opencpn/plugins/logbookkonni_pi/data/LogbookKonni_Layouts.zip 
Clouds HTMLLayouts ODTLayouts
+   cd "${WORKDIR}" || die
+   zip -r 
"${D}"/usr/share/opencpn/plugins/logbookkonni_pi/data/LogbookKonni_Layouts.zip 
Clouds HTMLLayouts ODTLayouts || die
 }
 
 pkg_postinst() {

diff --git 
a/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-.ebuild
 
b/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-.ebuild
index 8a0124d6bf0..7f63c653a7e 100644
--- 
a/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-.ebuild
@@ -43,8 +43,8 @@ src_prepare() {
 src_install() {
# install layouts as zip
cmake-utils_src_install
-   cd "$WORKDIR"
-   zip -r 
"$D"/usr/share/opencpn/plugins/logbookkonni_pi/data/LogbookKonni_Layouts.zip 
Clouds HTMLLayouts ODTLayouts
+   cd "${WORKDIR}" || die
+   zip -r 
"${D}"/usr/share/opencpn/plugins/logbookkonni_pi/data/LogbookKonni_Layouts.zip 
Clouds HTMLLayouts ODTLayouts || die
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/files/, sci-geosciences/opencpn/

2020-05-05 Thread Marc Schiffbauer
commit: 3ce758f1233b3f32337f52e282ae435a511aa2a9
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Wed Apr  1 18:22:16 2020 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Tue May  5 06:06:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce758f1

sci-geosciences/opencpn: add version 5.0.0

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn/Manifest   |  1 +
 .../opencpn/files/5.0.0-CMakeLists.txt.patch   | 79 ++
 sci-geosciences/opencpn/opencpn-5.0.0.ebuild   | 67 ++
 3 files changed, 147 insertions(+)

diff --git a/sci-geosciences/opencpn/Manifest b/sci-geosciences/opencpn/Manifest
index 798beb6b038..96b2892dfc5 100644
--- a/sci-geosciences/opencpn/Manifest
+++ b/sci-geosciences/opencpn/Manifest
@@ -1,5 +1,6 @@
 DIST opencpn-4.8.0.tar.gz 53008393 BLAKE2B 
79184b678db329e98c704f4f1a132e5d3af4a65b104c6eab1c37738cbbf98d88c21647ce654077a8f4b781221d7e3766c35d7450b81befdad7f269b636263c09
 SHA512 
1f1ea666566e98ee3af24423985119c1b14e184d4310dbc588b00065878b1dcb8fe73a7331e4ad3f75a905774fff187203fb31253faea7238f3d783a6729ad75
 DIST opencpn-4.8.2.tar.gz 59164504 BLAKE2B 
fbfa86051845a922a7c642194cd0672fbccd6a75e3897e8b0b3f9b08c091d0933a146060f83265c9a85d0bacf18f57a0f9ba55aa4f26e035a77d39d73e5e5a7d
 SHA512 
231f8ba29f8a0343cb3807e52e8535bdade221de65a169b57e94816b4b464407ba90b605dcec21a5c45c742de076b644f076fee88616ec2867a8ae182105102d
 DIST opencpn-4.8.8.tar.gz 59140674 BLAKE2B 
a03fd28b26bee46d559d16bf061eac409ca9395fdf1595162a51fe4cdfb30c3151c23b30f3396b645c4b177b3fd3b0f2ea03a850d0ea3fe2258f1abc4956a3db
 SHA512 
4fa94655d7b9d389f5f335c15898e7138c792c71b824720fedd762ccd71c01481e5a24598b85211dba0c7d89d0ad0b2ebc2afc38301235829d4aa6f499c6f9b2
+DIST opencpn-5.0.0.tar.gz 67164574 BLAKE2B 
a06520aaf0dc1457208c5c6968d44b0122b89eca632aa3b8471a0efd452d41c155ee05274284d84e5de9f700a9d549b61eae5d2ddfc8e70c4d5cfa7cf1c84f3f
 SHA512 
1b0f0e1a7164bc342a79837b987d8e4f69f164739f0d9c9c6448fab496af0944fe77b9cd3bbb9f2ee874cbb42add2da67df44606c6b8e620d0be2caf6a71eb96
 DIST opencpn-doc_4.1.1329.1.orig.tar.xz 8739872 BLAKE2B 
1d0b1538230488586318212d371669d0dfd6fefb45a49c1405c8749cfc2d5b1ced39c03ad7814954db42644ab5c21a37177e0f315b8d6d49c2200508f27a9899
 SHA512 
652a932edbf8a6f05fd3c64ddf566f817405cf44697035f58ddbf1a99bf92269b7fd9ee83b7ee065aa60db15b6030d8c5c9a4a4001049ed2def9962bc51746c2
 DIST opencpn-doc_4.8.2.0.orig.tar.xz 22302480 BLAKE2B 
2bcd2ac01340cde0d0be80537321c8c3e829a8e664944c34f3f3112f931c45746059b5c173402982601ccf88926241741c7fb44f251e9fe48b83aa5f3e8d7727
 SHA512 
678317c77feb3b0bf695e337e7e95083df1d488e0a5ad3bad41bad11dc87271d6fc0ac194a6b63b603d5c1f1184e6c9f91de895a7db01017ef2a7068a62404eb

diff --git a/sci-geosciences/opencpn/files/5.0.0-CMakeLists.txt.patch 
b/sci-geosciences/opencpn/files/5.0.0-CMakeLists.txt.patch
new file mode 100644
index 000..aca98fe9f01
--- /dev/null
+++ b/sci-geosciences/opencpn/files/5.0.0-CMakeLists.txt.patch
@@ -0,0 +1,79 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index fcec1191a..8df2a9e21 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -408,9 +408,9 @@ IF((_wx_selected_config MATCHES "qt-armv7"))
+ ENDIF()
+
+ IF((_wx_selected_config MATCHES "qt-armv7"))
+-  SET(wxWidgets_USE_LIBS base core xml html adv aui)
++  SET(wxWidgets_FIND_COMPONENTS base core xml html adv aui)
+ ELSE()
+-  SET(wxWidgets_USE_LIBS net xml html adv aui core base webview)
++  SET(wxWidgets_FIND_COMPONENTS net xml html adv aui core base webview)
+ ENDIF()
+
+ OPTION (USE_GL "Enable OpenGL support" ON)
+@@ -436,7 +436,7 @@ IF (ARCH MATCHES "arm*" AND (NOT QT_ANDROID) AND 
CMAKE_SYSTEM_NAME MATCHES ".*Li
+ SET(OPENGLES_FOUND "YES")
+ SET(OPENGL_FOUND "YES")
+
+-SET(wxWidgets_USE_LIBS ${wxWidgets_USE_LIBS} gl )
++SET(wxWidgets_FIND_COMPONENTS ${wxWidgets_FIND_COMPONENTS} gl )
+ add_subdirectory(src/glshim)
+
+ SET(OPENGL_LIBRARIES "GL_static" "EGL" "X11" "drm"  )
+@@ -455,7 +455,7 @@ IF(QT_ANDROID)
+   SET(OPENGLES_FOUND "YES")
+   SET(OPENGL_FOUND "YES")
+
+-  SET(wxWidgets_USE_LIBS ${wxWidgets_USE_LIBS} gl )
++  SET(wxWidgets_FIND_COMPONENTS ${wxWidgets_FIND_COMPONENTS} gl )
+   add_subdirectory(src/glshim)
+ ENDIF(QT_ANDROID)
+
+@@ -468,7 +468,7 @@ IF ((NOT OPENGLES_FOUND) AND (NOT QT_ANDROID))
+   ENDIF(USE_GL)
+
+   IF(OPENGL_FOUND)
+-SET(wxWidgets_USE_LIBS gl ${wxWidgets_USE_LIBS} )
++SET(wxWidgets_FIND_COMPONENTS gl ${wxWidgets_FIND_COMPONENTS} )
+ INCLUDE_DIRECTORIES(${OPENGL_INCLUDE_DIR})
+
+ MESSAGE (STATUS "Found OpenGL" )
+@@ -529,14 +529,14 @@ IF(NOT QT_ANDROID)
+   ENDIF(MSVC)
+
+   IF(WIN32 OR APPLE OR QT_ANDROID)
+-FIND_PACKAGE(wxWidgets)
++FIND_PACKAGE(wxWidgets COMPONENTS ${wxWidgets_FIND_COMPONENTS})
+ if (wxWidgets_FOUND)
+   message(STATUS "Found wxWidgets webview add-on")
+   add_definitions(-DOCPN_USE_WEBVIEW)
+ else ()
+-  

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugins-meta/

2020-02-08 Thread David Seifert
commit: 8e0ee46f5e2834b0cd26f65f0f71e677584a6407
Author: David Seifert  gentoo  org>
AuthorDate: Sat Feb  8 14:17:51 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb  8 14:17:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0ee46f

sci-geosciences/opencpn-plugins-meta: [QA] Fix BadHomepage

Signed-off-by: David Seifert  gentoo.org>

 .../opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild 
b/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild
index 08856b3f00c..1f85e8dec7a 100644
--- a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild
+++ b/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 DESCRIPTION="Meta ebuild to pull in opencpn plugins"
-HOMEPAGE="https://www.gentoo.org;
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
 
 LICENSE="metapackage"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2018-12-01 Thread Marc Schiffbauer
commit: 81325cac04d8635ae12383f6b816ef6cb662f909
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun Dec  2 00:17:46 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun Dec  2 00:18:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81325cac

sci-geosciences/opencpn: Add new version 4.8.8

Fixes #654786

Signed-off-by: Marc Schiffbauer  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sci-geosciences/opencpn/Manifest |  2 +
 sci-geosciences/opencpn/opencpn-4.8.8.ebuild | 63 
 2 files changed, 65 insertions(+)

diff --git a/sci-geosciences/opencpn/Manifest b/sci-geosciences/opencpn/Manifest
index a746a2873e2..798beb6b038 100644
--- a/sci-geosciences/opencpn/Manifest
+++ b/sci-geosciences/opencpn/Manifest
@@ -1,3 +1,5 @@
 DIST opencpn-4.8.0.tar.gz 53008393 BLAKE2B 
79184b678db329e98c704f4f1a132e5d3af4a65b104c6eab1c37738cbbf98d88c21647ce654077a8f4b781221d7e3766c35d7450b81befdad7f269b636263c09
 SHA512 
1f1ea666566e98ee3af24423985119c1b14e184d4310dbc588b00065878b1dcb8fe73a7331e4ad3f75a905774fff187203fb31253faea7238f3d783a6729ad75
 DIST opencpn-4.8.2.tar.gz 59164504 BLAKE2B 
fbfa86051845a922a7c642194cd0672fbccd6a75e3897e8b0b3f9b08c091d0933a146060f83265c9a85d0bacf18f57a0f9ba55aa4f26e035a77d39d73e5e5a7d
 SHA512 
231f8ba29f8a0343cb3807e52e8535bdade221de65a169b57e94816b4b464407ba90b605dcec21a5c45c742de076b644f076fee88616ec2867a8ae182105102d
+DIST opencpn-4.8.8.tar.gz 59140674 BLAKE2B 
a03fd28b26bee46d559d16bf061eac409ca9395fdf1595162a51fe4cdfb30c3151c23b30f3396b645c4b177b3fd3b0f2ea03a850d0ea3fe2258f1abc4956a3db
 SHA512 
4fa94655d7b9d389f5f335c15898e7138c792c71b824720fedd762ccd71c01481e5a24598b85211dba0c7d89d0ad0b2ebc2afc38301235829d4aa6f499c6f9b2
 DIST opencpn-doc_4.1.1329.1.orig.tar.xz 8739872 BLAKE2B 
1d0b1538230488586318212d371669d0dfd6fefb45a49c1405c8749cfc2d5b1ced39c03ad7814954db42644ab5c21a37177e0f315b8d6d49c2200508f27a9899
 SHA512 
652a932edbf8a6f05fd3c64ddf566f817405cf44697035f58ddbf1a99bf92269b7fd9ee83b7ee065aa60db15b6030d8c5c9a4a4001049ed2def9962bc51746c2
+DIST opencpn-doc_4.8.2.0.orig.tar.xz 22302480 BLAKE2B 
2bcd2ac01340cde0d0be80537321c8c3e829a8e664944c34f3f3112f931c45746059b5c173402982601ccf88926241741c7fb44f251e9fe48b83aa5f3e8d7727
 SHA512 
678317c77feb3b0bf695e337e7e95083df1d488e0a5ad3bad41bad11dc87271d6fc0ac194a6b63b603d5c1f1184e6c9f91de895a7db01017ef2a7068a62404eb

diff --git a/sci-geosciences/opencpn/opencpn-4.8.8.ebuild 
b/sci-geosciences/opencpn/opencpn-4.8.8.ebuild
new file mode 100644
index 000..bd242464255
--- /dev/null
+++ b/sci-geosciences/opencpn/opencpn-4.8.8.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+WX_GTK_VER="3.0"
+inherit cmake-utils wxwidgets
+
+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/v${PV}.tar.gz -> 
${P}.tar.gz
+doc? ( 
https://launchpad.net/~opencpn/+archive/ubuntu/${PN}/+files/${PN}-doc_${DOC_VERSION}.orig.tar.xz
 )
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc lzma opengl"
+
+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
+   opengl? ( virtual/opengl )
+   x11-libs/gtk+:2
+   x11-libs/wxGTK:${WX_GTK_VER}[X]
+   !sci-geosciences/opencpn-plugin-wmm
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext"
+
+S="${WORKDIR}/OpenCPN-${PV}"
+
+src_configure() {
+   setup-wxwidgets
+   local mycmakeargs=(
+   -DUSE_S57=ON
+   -DUSE_GARMINHOST=ON
+   -DBUNDLE_GSHHS=CRUDE
+   -DBUNDLE_TCDATA=ON
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   if use doc; then
+   dohtml -r "${S}"/../${PN}/doc/*
+   fi
+   cmake-utils_src_install
+}
+
+pkg_postinst() {
+   if use doc; then
+   einfo "Documentation is available at 
file:///usr/share/doc/${PF}/html/help_en_US.html"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2018-05-21 Thread Aaron Bauman
commit: e3d902f75e9ef56d710374e202cf75312b66ee58
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 10:33:08 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:02:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d902f7

sci-geosciences/opencpn: use HTTPs

 sci-geosciences/opencpn/opencpn-4.8.0-r1.ebuild | 4 ++--
 sci-geosciences/opencpn/opencpn-4.8.2.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-geosciences/opencpn/opencpn-4.8.0-r1.ebuild 
b/sci-geosciences/opencpn/opencpn-4.8.0-r1.ebuild
index b5246e347de..a846188eb7d 100644
--- a/sci-geosciences/opencpn/opencpn-4.8.0-r1.ebuild
+++ b/sci-geosciences/opencpn/opencpn-4.8.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ inherit cmake-utils wxwidgets
 DOC_VERSION="4.1.1329.1"
 
 DESCRIPTION="a free, open source software for marine navigation"
-HOMEPAGE="http://opencpn.org/;
+HOMEPAGE="https://opencpn.org/;
 SRC_URI="https://github.com/OpenCPN/OpenCPN/archive/v${PV}.tar.gz -> 
${P}.tar.gz
 doc? ( 
https://launchpad.net/~opencpn/+archive/ubuntu/${PN}/+files/${PN}-doc_${DOC_VERSION}.orig.tar.xz
 )
 "

diff --git a/sci-geosciences/opencpn/opencpn-4.8.2.ebuild 
b/sci-geosciences/opencpn/opencpn-4.8.2.ebuild
index 026a03b2964..4488d324a16 100644
--- a/sci-geosciences/opencpn/opencpn-4.8.2.ebuild
+++ b/sci-geosciences/opencpn/opencpn-4.8.2.ebuild
@@ -9,7 +9,7 @@ inherit cmake-utils wxwidgets
 DOC_VERSION="4.1.1329.1"
 
 DESCRIPTION="a free, open source software for marine navigation"
-HOMEPAGE="http://opencpn.org/;
+HOMEPAGE="https://opencpn.org/;
 SRC_URI="https://github.com/OpenCPN/OpenCPN/archive/v${PV}.tar.gz -> 
${P}.tar.gz
 doc? ( 
https://launchpad.net/~opencpn/+archive/ubuntu/${PN}/+files/${PN}-doc_${DOC_VERSION}.orig.tar.xz
 )
 "



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-wmm/

2018-03-16 Thread Marc Schiffbauer
commit: 544c33aba12f8b17e3a83f25e8218ec73c98fdaf
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sat Mar 17 00:33:04 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sat Mar 17 00:33:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544c33ab

sci-geosciences/opencpn-plugin-wmm: removed obsolete package

 sci-geosciences/opencpn-plugin-wmm/Manifest|  1 -
 sci-geosciences/opencpn-plugin-wmm/metadata.xml| 15 --
 .../opencpn-plugin-wmm-1.0-r1.ebuild   | 33 --
 3 files changed, 49 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-wmm/Manifest 
b/sci-geosciences/opencpn-plugin-wmm/Manifest
deleted file mode 100644
index 2ade0f4b3bc..000
--- a/sci-geosciences/opencpn-plugin-wmm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST opencpn-plugin-wmm-1.0.tar.gz 3532763 BLAKE2B 
8080bf5773ae504709858b457189481b4eada05adf55a4f3ec43da68c77ea064bd69206e9862946eedcecf55b38d7600ce814665ffbe2a4b5fbd262c757f6305
 SHA512 
97c577c02dcbb913be45a1438d3d9a974a81720594cc3a6f7757c1e7518d04051c02274acdad0bd8eee08fac94e1923390440f515dacb3b213547d9e93cb0a4f

diff --git a/sci-geosciences/opencpn-plugin-wmm/metadata.xml 
b/sci-geosciences/opencpn-plugin-wmm/metadata.xml
deleted file mode 100644
index bcbd16abcb2..000
--- a/sci-geosciences/opencpn-plugin-wmm/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   msch...@gentoo.org
-   Marc Schiffbauer
-   
-   
-   sci-geoscien...@gentoo.org
-   Gentoo Geosciences Project
-   
-   
-   nohal/wmm_pi
-   
-

diff --git 
a/sci-geosciences/opencpn-plugin-wmm/opencpn-plugin-wmm-1.0-r1.ebuild 
b/sci-geosciences/opencpn-plugin-wmm/opencpn-plugin-wmm-1.0-r1.ebuild
deleted file mode 100644
index 96e066bb8b6..000
--- a/sci-geosciences/opencpn-plugin-wmm/opencpn-plugin-wmm-1.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-inherit cmake-utils wxwidgets
-
-MY_PN="wmm_pi"
-
-DESCRIPTION="World Magnetic Model Plugin for OpenCPN"
-HOMEPAGE="http://opencpn.org/ocpn/downloadplugins;
-SRC_URI="https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=sci-geosciences/opencpn-4.0.0
-   

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpn_draw/

2018-03-16 Thread Marc Schiffbauer
commit: 3e6783d74e9cd3f9c29d161fe350a7c218e7b870
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 23:42:56 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:46:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6783d7

sci-geosciences/opencpn-plugin-ocpn_draw: remove old version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-geosciences/opencpn-plugin-ocpn_draw/Manifest  |  1 -
 .../opencpn-plugin-ocpn_draw-1.0.12.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-ocpn_draw/Manifest 
b/sci-geosciences/opencpn-plugin-ocpn_draw/Manifest
index def7413ba42..7e2f5f76d72 100644
--- a/sci-geosciences/opencpn-plugin-ocpn_draw/Manifest
+++ b/sci-geosciences/opencpn-plugin-ocpn_draw/Manifest
@@ -1,2 +1 @@
-DIST opencpn-plugin-ocpn_draw-1.0.12.tar.gz 1122888 BLAKE2B 
124fe1721582a81bb4f81e993e2ccc6f83c0e81126edb13cf9dd6816cbaaa9562fd6d13d2e54229c66e0151c7e53429360438ae75c20995380652815991d
 SHA512 
d9c6afe17efbc3fa668958b55a67ba7160670ef1c3c16c1db11d360dcd8dc2c27894b89cb724443c96b6d30152ee01e651a120dfe003a3d3a951872c7900850c
 DIST opencpn-plugin-ocpn_draw-1.3.14.tar.gz 1341500 BLAKE2B 
9324a05d4c7772808be9b90e4b9451724eb8b4ed5439e0dcb40eda13d9583246f9ee47e627e09c219c0fb7e8173079e85c2a0f7be2da2f1cc0f7d7d0548ef974
 SHA512 
8102eda5edc1b198db639a662f3533423e67ee6a3633c1a74b727a56e3176737deb930d77fb9dbbf38b8c8f678fb31c8087ae5636bc3f9ed156dbec77bdbe6cf

diff --git 
a/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.0.12.ebuild
 
b/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.0.12.ebuild
deleted file mode 100644
index 6799ad2bc79..000
--- 
a/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.0.12.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-MY_PN="ocpn_draw_pi"
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/jongough/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
-   KEYWORDS=""
-else
-   SRC_URI="
-   https://github.com/jongough/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Draw Plugin for OpenCPN"
-HOMEPAGE="https://github.com/jongough/ocpn_draw_pi;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
-DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-climatology/

2018-03-16 Thread Marc Schiffbauer
commit: bde1068bf0220d915306655793c7562115771581
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 22:40:37 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:45:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde1068b

sci-geosciences/opencpn-plugin-climatology: use CL-DATA in live version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../opencpn-plugin-climatology-.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
 
b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
index 769cbc41f92..fc2aab2517d 100644
--- 
a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,12 +12,15 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="
https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz
-   
mirror://sourceforge/opencpnplugins/climatology_pi/CL-DATA-1.0.tar.xz -> 
${P}-CL-DATA.tar.xz
"
inherit cmake-utils wxwidgets
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi
+SRC_URI="
+   $SRC_URI
+   mirror://sourceforge/opencpnplugins/climatology_pi/CL-DATA-1.0.tar.xz 
-> ${PN}-1.0-CL-DATA.tar.xz
+"
 
 DESCRIPTION="Climatology Plugin for OpenCPN (includes CL-DATA)"
 HOMEPAGE="https://github.com/seandepagnier/climatology_pi;



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2018-03-16 Thread Marc Schiffbauer
commit: 6fdd5c7385ba37514eaeb0c8cc937332ae2f8cee
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 23:35:31 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:46:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fdd5c73

sci-geosciences/opencpn: remove old versions

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-geosciences/opencpn/Manifest|  5 --
 sci-geosciences/opencpn/opencpn-4.0.0-r1.ebuild | 67 -
 sci-geosciences/opencpn/opencpn-4.2.0.ebuild| 59 --
 sci-geosciences/opencpn/opencpn-4.4.0.ebuild| 59 --
 sci-geosciences/opencpn/opencpn-4.6.1.ebuild| 61 --
 5 files changed, 251 deletions(-)

diff --git a/sci-geosciences/opencpn/Manifest b/sci-geosciences/opencpn/Manifest
index 6baec690eb1..a746a2873e2 100644
--- a/sci-geosciences/opencpn/Manifest
+++ b/sci-geosciences/opencpn/Manifest
@@ -1,8 +1,3 @@
-DIST opencpn-4.0.0.tar.gz 40095375 BLAKE2B 
bf23aa083f0d6a5f3428b014f3c99dba01289166adf4b7f4a50f93f3291d26610429c8ab3f4521921a5dd7ece6c6f065996acc34b46cab83536343c3eef4b667
 SHA512 
84e20d5a5496778096f9cbce3507475ae6c11619eb5cc19e928647e360980e2ac868d1f45712bfc8da3607d4fa3822b6672b8844a914b387aeeda7bf645668f0
-DIST opencpn-4.2.0.tar.gz 40621320 BLAKE2B 
3b7fbb89d2d23bd8fb0ac0b70d0b1357b87663caa79138a493ce7ccf40827cdbf62a3f169e47d07c275e51d7c069a68e6ca0618e402e4e250962977826769964
 SHA512 
86bc1b29482b41ff615a8904017279a0e42785c7b74aa4f2b6195a388943408fb85802253dead1144218900cf7aa163bfe928ca3aaa86ca32d04979a377a80bf
-DIST opencpn-4.4.0.tar.gz 40840928 BLAKE2B 
53ba4aa9fc499532bcbefa8cb6423eef342202e5aa786e8482ef23385f3e56465498209d8aa1863923cd9576756b6861b8e6e3c604df126a079327eecbee3047
 SHA512 
ebe4c3518d2addbbba36cec78719cb1c853969923e7ade4f6df78a8520224fef9f421b809f573cfa770acc9b9d31a90341d6114edc02a307682d0fca5c62b26b
-DIST opencpn-4.6.1.tar.gz 52852694 BLAKE2B 
71780ebea25a6c2b952470eaad477d3d392fbba3a465e1731400c1dce06fad5cab5c8bb15e58504a05b9be0dbc69401379615b7302cf59b192cb123f90f766a2
 SHA512 
493c4ba35011b0d69633a6c0653b23d02e50d1ca694d820b0bcaf4a96a8b7e69364ee7412a0a7c13cc1c2f1fd9bcc4f2b1b13a0b3c04e438918c77ccea78e7ab
 DIST opencpn-4.8.0.tar.gz 53008393 BLAKE2B 
79184b678db329e98c704f4f1a132e5d3af4a65b104c6eab1c37738cbbf98d88c21647ce654077a8f4b781221d7e3766c35d7450b81befdad7f269b636263c09
 SHA512 
1f1ea666566e98ee3af24423985119c1b14e184d4310dbc588b00065878b1dcb8fe73a7331e4ad3f75a905774fff187203fb31253faea7238f3d783a6729ad75
 DIST opencpn-4.8.2.tar.gz 59164504 BLAKE2B 
fbfa86051845a922a7c642194cd0672fbccd6a75e3897e8b0b3f9b08c091d0933a146060f83265c9a85d0bacf18f57a0f9ba55aa4f26e035a77d39d73e5e5a7d
 SHA512 
231f8ba29f8a0343cb3807e52e8535bdade221de65a169b57e94816b4b464407ba90b605dcec21a5c45c742de076b644f076fee88616ec2867a8ae182105102d
-DIST opencpn-doc_4.0.0.orig.tar.xz 14732480 BLAKE2B 
32ecb7096eb795d969f42c0b2ffe87d2d74bf20502ac93233b2953f9e26b834498fb9876d88c9fb0e4a792509b8fb971f661aadeeaed2eda289fc633c67e0fe8
 SHA512 
fb80e4afb759c99cf24b498c454bc492aa0b3c02443424b0f39910e1a494670093ac5ee19cd40a8a0abb345e18b7496b8a70c160bed5215af6bcee07e145ee36
 DIST opencpn-doc_4.1.1329.1.orig.tar.xz 8739872 BLAKE2B 
1d0b1538230488586318212d371669d0dfd6fefb45a49c1405c8749cfc2d5b1ced39c03ad7814954db42644ab5c21a37177e0f315b8d6d49c2200508f27a9899
 SHA512 
652a932edbf8a6f05fd3c64ddf566f817405cf44697035f58ddbf1a99bf92269b7fd9ee83b7ee065aa60db15b6030d8c5c9a4a4001049ed2def9962bc51746c2

diff --git a/sci-geosciences/opencpn/opencpn-4.0.0-r1.ebuild 
b/sci-geosciences/opencpn/opencpn-4.0.0-r1.ebuild
deleted file mode 100644
index c8839f8c845..000
--- a/sci-geosciences/opencpn/opencpn-4.0.0-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# TODO: add plugins
-
-## wmm_pi, World Magnetic Model (https://github.com/nohal/wmm_pi, GPL-2+)
-#WMM_PLUGIN_PV="1.0"
-#WMM_PLUGIN_PN="wmm_pi"
-#WMM_PLUGIN_P="${WMM_PLUGIN_PN}-${WMM_PLUGIN_PV}"
-#WMM_PLUGIN_URI="https://github.com/nohal/${WMM_PLUGIN_PN}/archive/${WMM_PLUGIN_PN}-v${WMM_PLUGIN_PV}.tar.gz;
-#WMM_PLUGIN_WD="${WORKDIR}/plugins/${WMM_PLUGIN_PN}"
-
-WX_GTK_VER="3.0"
-inherit cmake-utils wxwidgets
-
-DESCRIPTION="a free, open source software for marine navigation"
-HOMEPAGE="http://opencpn.org/;
-SRC_URI="https://github.com/OpenCPN/OpenCPN/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-doc? ( 
https://launchpad.net/~opencpn/+archive/ubuntu/${PN}/+files/${PN}-doc_${PV}.orig.tar.xz
 )
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc gps opengl"
-
-RDEPEND="
-   app-arch/bzip2
-   dev-libs/tinyxml
-   media-libs/freetype:2
-   media-libs/portaudio
-   sys-libs/zlib
-   opengl? ( virtual/opengl )
-   x11-libs/gtk+:2
-   x11-libs/wxGTK:${WX_GTK_VER}[X]
-   gps? ( >=sci-geosciences/gpsd-2.96-r1 )
-"
-DEPEND="${RDEPEND}
-   

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-weatherfax/

2018-03-16 Thread Marc Schiffbauer
commit: a2f001cdc43e7ee74cae8b63ed4024973e1f49bf
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 23:45:02 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:46:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f001cd

sci-geosciences/opencpn-plugin-weatherfax: remove old version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-geosciences/opencpn-plugin-weatherfax/Manifest |  1 -
 .../opencpn-plugin-weatherfax-1.3-r1.ebuild| 35 --
 2 files changed, 36 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-weatherfax/Manifest 
b/sci-geosciences/opencpn-plugin-weatherfax/Manifest
index 56a1278d897..247ad7660ef 100644
--- a/sci-geosciences/opencpn-plugin-weatherfax/Manifest
+++ b/sci-geosciences/opencpn-plugin-weatherfax/Manifest
@@ -1,2 +1 @@
 DIST opencpn-plugin-weatherfax-1.3.20180316.tar.gz 585747 BLAKE2B 
f81de2da49cd16be62b4fc64e025626a3b7470563db32293803275c0a682b1eff5c85dead9d846e6b69362aa6faaf370f707ab7dab0db981a431bf8872a66430
 SHA512 
effa3fc2c348bf5a0d70dcfee8a4643f8cba51e5177e40affc50e2d85bffcb2c89c067a57eadb18834900691214b2b1ee17760a8b525cf12da4c7a3e6970daf0
-DIST opencpn-plugin-weatherfax-1.3.tar.gz 505937 BLAKE2B 
be7ba09bcda55e9806239553c6e0f99ddee7cc5848de9a3203fb061543babfb15624961775e7b702348980f3523865b863526739703b7b32122b272add23f627
 SHA512 
54fe8f25a21d373ab00bcd5d77950532bb06c5324cdd1082e4109cad8a33b714ed0d7cd8ebe7e9540e5e10039b2a0fe23b4b88df0244f1e84b852111807ad6e4

diff --git 
a/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3-r1.ebuild
 
b/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3-r1.ebuild
deleted file mode 100644
index 551c95334f6..000
--- 
a/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-inherit cmake-utils wxwidgets
-
-MY_PN="weatherfax_pi"
-
-DESCRIPTION="Weatherfax Plugin for OpenCPN"
-HOMEPAGE="http://opencpn.org/ocpn/downloadplugins;
-SRC_URI="
-   https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=sci-geosciences/opencpn-4.0.0
-   

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-logbookkonni/

2018-03-16 Thread Marc Schiffbauer
commit: c94f2872afc049540af656e7348dc9d99dfb1aed
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 23:41:00 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:46:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94f2872

sci-geosciences/opencpn-plugin-logbookkonni: remove old version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../opencpn-plugin-logbookkonni/Manifest   |  2 -
 .../opencpn-plugin-logbookkonni-1.2018-r1.ebuild   | 57 --
 2 files changed, 59 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-logbookkonni/Manifest 
b/sci-geosciences/opencpn-plugin-logbookkonni/Manifest
index a5aec4a601c..da9165f19f5 100644
--- a/sci-geosciences/opencpn-plugin-logbookkonni/Manifest
+++ b/sci-geosciences/opencpn-plugin-logbookkonni/Manifest
@@ -1,4 +1,2 @@
-DIST opencpn-plugin-logbookkonni-1.2018.tar.gz 3768720 BLAKE2B 
cc4ac80fc790b069b5a085953a9dffd0462f0814f4ac6b7420237b6b46a75d3de6bdf07212b53123b8b409d2b957b58597889fab5d5f05e0b9ff4d6fa5fd93b9
 SHA512 
5435b639bc635b5bbe87c92306d93dee7897ce3e5c6bb383aa228ad90127d2ab1f2a5e871a68abfec30ff2a327c4c21c023a61ccdad445a25bbb8a44fec19d41
-DIST opencpn-plugin-logbookkonni-1.2018_Layouts.zip 1722887 BLAKE2B 
c8447205c245212ee0371fce61bc98c203514aa9c88f0ccd11e35b26f05af07f077a147dc60a58a1bc4af7042e002be4b4466bf9fdbfe3cd8ac83980c200d07c
 SHA512 
5ce35b3f4c14a432b472db496e8a5dc46fbcd5b0b404c085d6d024f2f383ae9e3767ccdf750177f102ec19a7a0d61a1ab331fef701bf29f8c851305a73923296
 DIST opencpn-plugin-logbookkonni-1.3002.tar.gz 3810133 BLAKE2B 
e22d4fe15e54ce914d97bfb0c660210dddec26ba7e6867708489f042e18b04f2e4832275a7a96a31e5a4f1bc25faca1f8343ce66114751d1c37b525e749f8d15
 SHA512 
a539e8d01f9e81f859826477c1abbdafeacc1bd0a1e734777698eb471ddf0a1356bcd321b4b3aa27f9593e0d412e52fb8791248a0dfbc20daa7c9214152e8030
 DIST opencpn-plugin-logbookkonni-1.3002_Layouts.zip 1722887 BLAKE2B 
ba2b966def65930f544aabe1a617c5cc3aac69f578ffb3360388724c78d4c793719d50e577b0571933168f7f5cc55a27dcbb2e5616b90c17d0257052fd052d9f
 SHA512 
f493d9af822a960f3b9a5d557d46b73e89c8179bfbc4d260d133c972e22d4ce5753e64b2d8ced321589a11a0a32efe1c34b574ed850af0673768896cdbb3d9c5

diff --git 
a/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.2018-r1.ebuild
 
b/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.2018-r1.ebuild
deleted file mode 100644
index c454a85cefe..000
--- 
a/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.2018-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-inherit cmake-utils wxwidgets
-
-MY_PN="LogbookKonni-1.2"
-
-DESCRIPTION="Logbook Plugin for OpenCPN"
-HOMEPAGE="http://opencpn.org/ocpn/downloadplugins;
-SRC_URI="https://github.com/delatbabel/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   
https://github.com/delatbabel/${MY_PN}/releases/download/v${PV}/LogbookKonni_Layouts.zip
 -> ${P}_Layouts.zip
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=sci-geosciences/opencpn-4.0.0
-   Plugins->Logbook->Settings,"
-   elog "click the install button and choose the above mentioned zip file"
-   elog ""
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-climatology/

2018-03-16 Thread Marc Schiffbauer
commit: 93ea8e7acc02f5898d0a59a59260f9928a64b86a
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 23:38:16 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:46:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ea8e7a

sci-geosciences/opencpn-plugin-climatology: remove old version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../opencpn-plugin-climatology/Manifest|  1 -
 .../opencpn-plugin-climatology-1.0-r1.ebuild   | 42 --
 2 files changed, 43 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-climatology/Manifest 
b/sci-geosciences/opencpn-plugin-climatology/Manifest
index faa48c57c17..36303242171 100644
--- a/sci-geosciences/opencpn-plugin-climatology/Manifest
+++ b/sci-geosciences/opencpn-plugin-climatology/Manifest
@@ -1,3 +1,2 @@
 DIST opencpn-plugin-climatology-1.0-CL-DATA.tar.xz 5830716 BLAKE2B 
57e781f4d86ec17456e786629ec5b82c9aba872c2f8c26ec628e4ab5314b0a3c6933cc0c7a36616830038add1f95a52b8acd7c6f03cb702c611be255a3b91f1a
 SHA512 
5c0b724e7acbfe4a7f494d107806a3491f000f26f4a92519294975dd57a0ba68919c4bed3571ec8fa652138f26f09abd3742a1e5097fa54714564c70f84fbfd3
 DIST opencpn-plugin-climatology-1.0.20180316.tar.gz 428431 BLAKE2B 
ec6c2493c23eab5d08a2fc1490ea1ab112eb55743d767f7b667a8752d965269cc920459bc63458942912381400af94dc94244ce744aaf83fe4a46c0c3bc3d505
 SHA512 
cb65916c743729b1d51b1f39aeb62f55f4260a98117234671abeaddb8f9789e1166adc838259efb9da3002ed3143440b4a236f6d14837e0fc709472ed8c9fe3f
-DIST opencpn-plugin-climatology-1.0.tar.gz 298279 BLAKE2B 
beca26e2f6af956f4e834e23329f5e44cbeaa7202c03f72043af2d379946b0b6c061f86672361fcdb15ea43eda2eebf308bdee3048386daba9ea7bae41c2
 SHA512 
6ace4fd2fb1625cbbff9305ca0b25fc275ed4b153473786b8f70cf31451f17010d0c59ec59dd22c2eed49833bf1d1785945e752b59169ecd89434ed049a33baf

diff --git 
a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0-r1.ebuild
 
b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0-r1.ebuild
deleted file mode 100644
index 2937b98dc98..000
--- 
a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-inherit cmake-utils wxwidgets
-
-MY_PN="climatology_pi"
-
-DESCRIPTION="Climatology Plugin for OpenCPN (includes CL-DATA)"
-HOMEPAGE="http://opencpn.org/ocpn/downloadplugins;
-SRC_URI="
-   https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   mirror://sourceforge/opencpnplugins/climatology_pi/CL-DATA-1.0.tar.xz 
-> ${P}-CL-DATA.tar.xz
-"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.0.0
-   

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-statusbar/

2018-03-16 Thread Marc Schiffbauer
commit: 88f2b8268b9b149aa697a1c4f8d3b88e5324
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 23:44:22 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:46:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f2b826

sci-geosciences/opencpn-plugin-statusbar: remove old version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-geosciences/opencpn-plugin-statusbar/Manifest  |  1 -
 .../opencpn-plugin-statusbar-0.5-r1.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-statusbar/Manifest 
b/sci-geosciences/opencpn-plugin-statusbar/Manifest
index 4d961c7eeae..dc10eec6802 100644
--- a/sci-geosciences/opencpn-plugin-statusbar/Manifest
+++ b/sci-geosciences/opencpn-plugin-statusbar/Manifest
@@ -1,2 +1 @@
 DIST opencpn-plugin-statusbar-0.5.20180316.tar.gz 218364 BLAKE2B 
d1da43ec085e1d180fca524c44ae2f6410b0f74a1f65dc5d586087a46b6f2735a60e3e5332f072d181e0a23a9d2f254a9b0f5872e81a749a3af4fa65c3a997c3
 SHA512 
9ea70258367d5370fd70d894c098fe781141505a18365d197b58f30e65df57f7b0fd9c5e4bc95603d89f5dd49cc7ef5bcc921f6cd2d12d407686446551ce4eca
-DIST opencpn-plugin-statusbar-0.5.tar.gz 86323 BLAKE2B 
1023563fabba859a9528381a00b1ecf607d20fe65fdfb9d1e6839fa82a8c613b125e59d6009d530d5f4196efbbc2a5cd1f9c6eb606c4ee8303983f974d13f22c
 SHA512 
cf723717f41c87b3e7dd40c1d485f873d336f598fe022adf41829044fd19d874d294bd4b36bea10e026fdf0e27b76d098196ba0aace360ae86c103c6e1b4

diff --git 
a/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-0.5-r1.ebuild
 
b/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-0.5-r1.ebuild
deleted file mode 100644
index ae5dd468d7f..000
--- 
a/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-0.5-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-inherit cmake-utils wxwidgets
-
-MY_PN="statusbar_pi"
-
-DESCRIPTION="Statusbar Plugin for OpenCPN"
-HOMEPAGE="http://opencpn.org/ocpn/downloadplugins;
-SRC_URI="
-   https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=sci-geosciences/opencpn-4.0.0
-   

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-objsearch/

2018-03-16 Thread Marc Schiffbauer
commit: a992da0a3f3e480bbb5d4422b6eecdb7dc231fec
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 23:41:40 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:46:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a992da0a

sci-geosciences/opencpn-plugin-objsearch: remove old version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-geosciences/opencpn-plugin-objsearch/Manifest  |  1 -
 .../opencpn-plugin-objsearch-0.5.1-r1.ebuild   | 33 --
 2 files changed, 34 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-objsearch/Manifest 
b/sci-geosciences/opencpn-plugin-objsearch/Manifest
index ff9f359c223..029167c0daa 100644
--- a/sci-geosciences/opencpn-plugin-objsearch/Manifest
+++ b/sci-geosciences/opencpn-plugin-objsearch/Manifest
@@ -1,2 +1 @@
-DIST opencpn-plugin-objsearch-0.5.1.tar.gz 1954813 BLAKE2B 
04ef4c0927995c012db67ec62f3aa8a29decb3219471e4f1f4d284bc0389310f9d7bdf2d3166d1501489bc9853bbb4ff8bbc428480943fe7cdacdea4c2e1a7a9
 SHA512 
dd83352eab307b991d3d296b9bbab2a972a2ce4f33c1ddc55c048c3414c11d5b7a8429a32f2d9c96017fb16c841dc3c6fee8522dea690eaa17b3c7e5ac1fbfd0
 DIST opencpn-plugin-objsearch-0.7.tar.gz 2047642 BLAKE2B 
f7e07c93bab6929a9d096b4c39e14842b8069f134e5cb4ba7ff69d79371c1d04754e11592d440832abee8b41eb6de1f6ad9abe3f21ecc892ea3b2f9bf0a7a093
 SHA512 
9c371bf3a5ef551a68ea7e2569536df37d7ec1241be011c6a313229f3c34697332c967c91855d9ccdd4f0a3412ade130fe241ea22c803f7c37543539602f71b3

diff --git 
a/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.5.1-r1.ebuild
 
b/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.5.1-r1.ebuild
deleted file mode 100644
index 939eb7d4165..000
--- 
a/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.5.1-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-inherit cmake-utils wxwidgets
-
-MY_PN="objsearch_pi"
-
-DESCRIPTION="Chart Object Search Plugin for OpenCPN"
-HOMEPAGE="http://opencpn.org/ocpn/downloadplugins;
-SRC_URI="https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=sci-geosciences/opencpn-4.0.0
-   

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-launcher/

2018-03-16 Thread Marc Schiffbauer
commit: 97499158ddee7dc7d75b740866993ff67622c09d
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 23:40:10 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:46:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97499158

sci-geosciences/opencpn-plugin-launcher: remove old version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-geosciences/opencpn-plugin-launcher/Manifest   |  1 -
 .../opencpn-plugin-launcher-1.0-r1.ebuild  | 33 --
 2 files changed, 34 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-launcher/Manifest 
b/sci-geosciences/opencpn-plugin-launcher/Manifest
index 2acfd2f40ca..9d394806b22 100644
--- a/sci-geosciences/opencpn-plugin-launcher/Manifest
+++ b/sci-geosciences/opencpn-plugin-launcher/Manifest
@@ -1,2 +1 @@
-DIST opencpn-plugin-launcher-1.0.tar.gz 126153 BLAKE2B 
c7e0437963f2533290d2c96b31c9d32cef38f53bd5c7338b1ed1534febccabb8861287d1894712668c1efa50e436d0e4ee471333058f6d18936c31944e1bfa0a
 SHA512 
efaae3f9f8f1ecb4f4d1094714b7994c6bf69638a130db43f62a8852f9972003fd1b9ec20139e58a031c8b7c4ebdf1593a4044415a7f8c8417d1fcb7ac90
 DIST opencpn-plugin-launcher-1.1.tar.gz 136301 BLAKE2B 
4f353fdba9cd1ed15c59bb7becb95245add0ab9b21332524f6916ba08f519933a116bec9997406328bb6088db783d76d8e81d3970716dc986f7ef5f4a8980099
 SHA512 
67d36849b592d27af34aacb0016bddf961a2a94f7f6e5e0ec404c698bec9bdc2771671ec0772476188f6fd6733327e5e566bcff388583dc2cae578e39e279a16

diff --git 
a/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.0-r1.ebuild 
b/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.0-r1.ebuild
deleted file mode 100644
index 78bb49e50d4..000
--- 
a/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-inherit cmake-utils wxwidgets
-
-MY_PN="launcher_pi"
-
-DESCRIPTION="Launcher Plugin for OpenCPN"
-HOMEPAGE="http://opencpn.org/ocpn/downloadplugins;
-SRC_URI="https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=sci-geosciences/opencpn-4.0.0
-   

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-br24radar/

2018-03-16 Thread Marc Schiffbauer
commit: 2a928c97b1648b3486194b3cad772b67c1542229
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 23:37:40 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:46:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a928c97

sci-geosciences/opencpn-plugin-br24radar: remove old versions

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-geosciences/opencpn-plugin-br24radar/Manifest  |  2 --
 .../opencpn-plugin-br24radar-1.1-r1.ebuild | 36 -
 .../opencpn-plugin-br24radar-1.31.ebuild   | 37 --
 3 files changed, 75 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-br24radar/Manifest 
b/sci-geosciences/opencpn-plugin-br24radar/Manifest
index e144d998a15..ba6a4a5e43d 100644
--- a/sci-geosciences/opencpn-plugin-br24radar/Manifest
+++ b/sci-geosciences/opencpn-plugin-br24radar/Manifest
@@ -1,3 +1 @@
-DIST opencpn-plugin-br24radar-1.1.tar.gz 172257 BLAKE2B 
5547ca36b94606ad3213905ceee6153677a78f4f64f6d0bf2a15cdf63bad0db89a381d5bcd7bdcda5c427d81ab3a62c736496d5b2cf732ba46e85fa82e3c2755
 SHA512 
94202b69fc276614c828c0266a3d7ade375f4bd4b26d4acbf92dc9b35c60ac45d7050b1af08667207e856fe9778796dec1786a11e16eba840ed80b140b78e78a
-DIST opencpn-plugin-br24radar-1.31.tar.gz 253695 BLAKE2B 
6752839a5ddb907715fb2b1a50f1798da041c48b0f687986eb2c15efbd82fd70d68637dc58a485c4894491ca04595faf11d982d9794508bd204289dd757c488a
 SHA512 
30a5aa33e9f40625561477607de93ea77c9096b46c292ea4dcfc9cbec589b5c3e2650dc82ea646d7d353f587f3104493c55aa454cbf91884bf62a6b15e39e2fa
 DIST opencpn-plugin-br24radar-2.1.tar.gz 3947426 BLAKE2B 
a850973caa64ba4855d97e9374a5e40e292fd0df47a783a711453c49a07f3d945e33247a6199c5c1378dcc1ae29c2e4707675a12b02d3abbd8a115eaf107470c
 SHA512 
357553396fd020e192dbbd5a05af1cd9e06c99244b426239a1d0aac4688affc1702bc16b62010236fc3af1ec7356f1dfb49e3afe3a94cb4dd7b1e0a2ef007af3

diff --git 
a/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-1.1-r1.ebuild
 
b/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-1.1-r1.ebuild
deleted file mode 100644
index 0ccd8455a61..000
--- 
a/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-1.1-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-inherit cmake-utils wxwidgets
-
-MY_PN="BR24radar_pi"
-
-DESCRIPTION="Navico (Simrad, Lowrance) Broadband BR24/3G/4G Radar Plugin for 
OpenCPN"
-HOMEPAGE="https://github.com/canboat/BR24radar_pi;
-SRC_URI="
-   https://github.com/canboat/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.0.0
-   https://github.com/canboat/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
-   KEYWORDS=""
-else
-   SRC_URI="
-   https://github.com/canboat/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Navico (Simrad, Lowrance) Broadband BR24/3G/4G Radar Plugin for 
OpenCPN"
-HOMEPAGE="https://github.com/canboat/BR24radar_pi;
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
-DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-climatology/

2018-03-16 Thread Marc Schiffbauer
commit: d0bb91f2005e1da5e2e16150305a93cd8f68d055
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 22:55:41 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:46:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0bb91f2

sci-geosciences/opencpn-plugin-climatology: added new snapshot version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../opencpn-plugin-climatology/Manifest|  1 +
 .../opencpn-plugin-climatology-1.0.20180316.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/sci-geosciences/opencpn-plugin-climatology/Manifest 
b/sci-geosciences/opencpn-plugin-climatology/Manifest
index 9e025b7e1a0..faa48c57c17 100644
--- a/sci-geosciences/opencpn-plugin-climatology/Manifest
+++ b/sci-geosciences/opencpn-plugin-climatology/Manifest
@@ -1,2 +1,3 @@
 DIST opencpn-plugin-climatology-1.0-CL-DATA.tar.xz 5830716 BLAKE2B 
57e781f4d86ec17456e786629ec5b82c9aba872c2f8c26ec628e4ab5314b0a3c6933cc0c7a36616830038add1f95a52b8acd7c6f03cb702c611be255a3b91f1a
 SHA512 
5c0b724e7acbfe4a7f494d107806a3491f000f26f4a92519294975dd57a0ba68919c4bed3571ec8fa652138f26f09abd3742a1e5097fa54714564c70f84fbfd3
+DIST opencpn-plugin-climatology-1.0.20180316.tar.gz 428431 BLAKE2B 
ec6c2493c23eab5d08a2fc1490ea1ab112eb55743d767f7b667a8752d965269cc920459bc63458942912381400af94dc94244ce744aaf83fe4a46c0c3bc3d505
 SHA512 
cb65916c743729b1d51b1f39aeb62f55f4260a98117234671abeaddb8f9789e1166adc838259efb9da3002ed3143440b4a236f6d14837e0fc709472ed8c9fe3f
 DIST opencpn-plugin-climatology-1.0.tar.gz 298279 BLAKE2B 
beca26e2f6af956f4e834e23329f5e44cbeaa7202c03f72043af2d379946b0b6c061f86672361fcdb15ea43eda2eebf308bdee3048386daba9ea7bae41c2
 SHA512 
6ace4fd2fb1625cbbff9305ca0b25fc275ed4b153473786b8f70cf31451f17010d0c59ec59dd22c2eed49833bf1d1785945e752b59169ecd89434ed049a33baf

diff --git 
a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.20180316.ebuild
 
b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.20180316.ebuild
new file mode 100644
index 000..0f1404e579c
--- /dev/null
+++ 
b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.20180316.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+MY_PN="climatology_pi"
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git;
+   inherit git-r3 cmake-utils wxwidgets
+   KEYWORDS=""
+else
+   SRC_URI="
+   https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   "
+   inherit cmake-utils wxwidgets
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+SRC_URI="
+   $SRC_URI
+   mirror://sourceforge/opencpnplugins/climatology_pi/CL-DATA-1.0.tar.xz 
-> ${PN}-1.0-CL-DATA.tar.xz
+"
+
+DESCRIPTION="Climatology Plugin for OpenCPN (includes CL-DATA)"
+HOMEPAGE="https://github.com/seandepagnier/climatology_pi;
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   x11-libs/wxGTK:${WX_GTK_VER}
+   >=sci-geosciences/opencpn-4.2.0
+   sys-devel/gettext
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   need-wxwidgets unicode
+   cmake-utils_src_prepare
+}
+src_install() {
+   cmake-utils_src_install
+   insinto "/usr/share/opencpn/plugins/${MY_PN}/data/"
+   doins "${S}"/{,../}data/*
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugins-meta/

2018-03-16 Thread Marc Schiffbauer
commit: 4586b5857eda9a179626c53f38532cc7b534e848
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 23:36:20 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:46:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4586b585

sci-geosciences/opencpn-plugins-meta: remove old version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../opencpn-plugins-meta-4.0.0.ebuild  | 25 --
 1 file changed, 25 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.0.0.ebuild 
b/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.0.0.ebuild
deleted file mode 100644
index ce300f5720f..000
--- a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Meta ebuild to pull in opencpn plugins"
-HOMEPAGE="https://www.gentoo.org;
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   ~sci-geosciences/opencpn-${PV}
-   ~sci-geosciences/opencpn-plugin-br24radar-1.1
-   ~sci-geosciences/opencpn-plugin-climatology-1.0
-   ~sci-geosciences/opencpn-plugin-launcher-1.0
-   ~sci-geosciences/opencpn-plugin-logbookkonni-1.2018
-   ~sci-geosciences/opencpn-plugin-objsearch-0.5.1
-   ~sci-geosciences/opencpn-plugin-ocpndebugger-1.0
-   ~sci-geosciences/opencpn-plugin-statusbar-0.5
-   ~sci-geosciences/opencpn-plugin-weatherfax-1.3
-   ~sci-geosciences/opencpn-plugin-wmm-1.0
-"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-iacfleet/

2018-03-16 Thread Marc Schiffbauer
commit: 813a6a31d252379ca08ea3a7f383e4caa592f353
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 23:39:19 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:46:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813a6a31

sci-geosciences/opencpn-plugin-iacfleet: remove old version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-geosciences/opencpn-plugin-iacfleet/Manifest   |  1 -
 .../opencpn-plugin-iacfleet-0.8.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-iacfleet/Manifest 
b/sci-geosciences/opencpn-plugin-iacfleet/Manifest
index c533c148be3..34bf5ec959d 100644
--- a/sci-geosciences/opencpn-plugin-iacfleet/Manifest
+++ b/sci-geosciences/opencpn-plugin-iacfleet/Manifest
@@ -1,2 +1 @@
-DIST opencpn-plugin-iacfleet-0.8.tar.gz 216763 BLAKE2B 
70957f1d012d3752537cc05498b05204c09312832ac9b4394cc9abece43086dbc6ebfe8bfb44e18bd4cf42b5453f30a5b90ae7a41804088c8d160e5b1aa27c55
 SHA512 
34df1f5bcd22e87a99cdcfc34fc3054d1f23d8dcaaf3ad23df3536f333943bad8403a70f3ab09e49431393c7d41b3ed05df8539ba86ec4f3ba39f3ae48de182b
 DIST opencpn-plugin-iacfleet-0.9.tar.gz 218686 BLAKE2B 
6c27fd57e7dc75d0a203a823ec75cacaf6fc351d58176f536542242b20e887ff58596bf114693d740258fd2c1a6af244f53825d0561ae9c396c5f556c0e1217a
 SHA512 
f1e54fb17517dac2442de3bca85042add4a05f0b1caf144901581694403a9d9be9732a66f236f16014522b05108877b0dc530850bdf66b530e71c1b3cc010baf

diff --git 
a/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.8.ebuild 
b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.8.ebuild
deleted file mode 100644
index 6e2c14f2c4b..000
--- a/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.8.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-MY_PN="iacfleet_pi"
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/nohal/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
-   KEYWORDS=""
-else
-   SRC_URI="
-   https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="IAC Fleetcode Plugin for OpenCPN"
-HOMEPAGE="https://github.com/nohal/iacfleet_pi;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
-DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugins-meta/

2018-03-16 Thread Marc Schiffbauer
commit: 164d6590b130a969919281955dc684bc6c1806b9
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 23:26:11 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:46:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164d6590

sci-geosciences/opencpn-plugins-meta: added weatherfax plugin

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild 
b/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild
index a317418543d..08856b3f00c 100644
--- a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild
+++ b/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild
@@ -33,5 +33,5 @@ RDEPEND="
>=sci-geosciences/opencpn-plugin-weather_routing-1.10.1
>=sci-geosciences/opencpn-plugin-climatology-1.0.20180316
>=sci-geosciences/opencpn-plugin-statusbar-0.5.20180316
-   !~sci-geosciences/opencpn-plugin-weatherfax-1.3
+   >=sci-geosciences/opencpn-plugin-weatherfax-1.3.20180316
 "



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugins-meta/

2018-03-16 Thread Marc Schiffbauer
commit: eee46f4914aa936960d45106029b6d4aa0c3058c
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 22:56:46 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:46:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee46f49

sci-geosciences/opencpn-plugins-meta: added climatolgy plugi

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 ...gins-meta-4.2.0-r2.ebuild => opencpn-plugins-meta-4.2.0-r3.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r2.ebuild 
b/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild
similarity index 92%
rename from 
sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r2.ebuild
rename to 
sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild
index 7d099d9af53..f7c16d6c132 100644
--- a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r2.ebuild
+++ b/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -31,7 +31,7 @@ RDEPEND="
>=sci-geosciences/opencpn-plugin-squiddio-0.7
>=sci-geosciences/opencpn-plugin-watchdog-1.9.051
>=sci-geosciences/opencpn-plugin-weather_routing-1.10.1
-   !~sci-geosciences/opencpn-plugin-climatology-1.0
+   >=sci-geosciences/opencpn-plugin-climatology-1.0.20180316
!~sci-geosciences/opencpn-plugin-statusbar-0.5
!~sci-geosciences/opencpn-plugin-weatherfax-1.3
 "



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpndebugger/

2018-03-16 Thread Marc Schiffbauer
commit: 59fe81ce5a5be6eeb0b91d1bdc524014cafc6e00
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 23:42:22 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:46:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59fe81ce

sci-geosciences/opencpn-plugin-ocpndebugger: remove old version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../opencpn-plugin-ocpndebugger/Manifest   |  2 --
 .../opencpn-plugin-ocpndebugger-1.0-r1.ebuild  | 33 ---
 .../opencpn-plugin-ocpndebugger-1.2.ebuild | 37 --
 3 files changed, 72 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-ocpndebugger/Manifest 
b/sci-geosciences/opencpn-plugin-ocpndebugger/Manifest
index 7f725e28fe7..6bd7bea2934 100644
--- a/sci-geosciences/opencpn-plugin-ocpndebugger/Manifest
+++ b/sci-geosciences/opencpn-plugin-ocpndebugger/Manifest
@@ -1,3 +1 @@
-DIST opencpn-plugin-ocpndebugger-1.0.tar.gz 109976 BLAKE2B 
5fb8e60821d30ea55ae43869712e45d4ce30ec5f26c791e3e4e4731fb68102bf29d5a84ecfd5d935cc25a7d5b7d2836c064f872af99bc212b7aebe039910883c
 SHA512 
0230d123a706b136269d81a509bb64262c3b007d0d7b944089bb4bd113a56217cf0321ea82b170ce1ca8d3b4b08b996d09a088137c4d1817bb795ed4de50f6dd
-DIST opencpn-plugin-ocpndebugger-1.2.tar.gz 122773 BLAKE2B 
6d8495cf9b235807a4efe1e3e7903cbef3e8ebe3ecbb11afcda64f192f2d650762f958e8af74cc67033cc65271dc21b56900f7e2d5e8623ce7a8c92238059d6d
 SHA512 
f14b831a2ba65c16b95e829b70a39f17751c6f6b6c3d4d6899d8b02ae82deaecd9bc1a097f2583c412170e5f7bc6f08f4fbc10c08b37e1cd1d6698e38229d41c
 DIST opencpn-plugin-ocpndebugger-1.3.tar.gz 127623 BLAKE2B 
8c09e80916f7e7435ea54b5d0aba82e703ebbffd0fbc3d75282f21fec73c74f39d07ce73aa2f9e4d6f0185935a003c33256c2a1580ae7c36ecdd30a53b90aec6
 SHA512 
30caf922cc5a5255741b780c8f09ea4de9d7bbbe0b6ff65fe32a7484da4c75e53fd03e6a83966dc70ef4f7f6483dacce7f74392e4b3556b984f90b2eb5f9e01e

diff --git 
a/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.0-r1.ebuild
 
b/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.0-r1.ebuild
deleted file mode 100644
index 6b5bd13947c..000
--- 
a/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-inherit cmake-utils wxwidgets
-
-MY_PN="ocpndebugger_pi"
-
-DESCRIPTION="NMEA-data and plugin-API Debugger Plugin for OpenCPN"
-HOMEPAGE="http://opencpn.org/ocpn/downloadplugins;
-SRC_URI="https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=sci-geosciences/opencpn-4.0.0
-   https://github.com/nohal/${MY_PN}.git;
-   inherit git-r3 cmake-utils wxwidgets
-   KEYWORDS=""
-else
-   SRC_URI="
-   https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   "
-   inherit cmake-utils wxwidgets
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="NMEA-data and plugin-API Debugger Plugin for OpenCPN"
-HOMEPAGE="https://github.com/nohal/ocpndebugger_pi;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   x11-libs/wxGTK:${WX_GTK_VER}
-   >=sci-geosciences/opencpn-4.2.0
-   sys-devel/gettext
-"
-DEPEND="${RDEPEND}"
-src_prepare() {
-   need-wxwidgets unicode
-   cmake-utils_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-weatherfax/

2018-03-16 Thread Marc Schiffbauer
commit: cbeaa41174db4d3123654255f66ab8398d0cf415
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 23:24:57 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:46:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbeaa411

sci-geosciences/opencpn-plugin-weatherfax: added snapshot version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-geosciences/opencpn-plugin-weatherfax/Manifest| 1 +
 ...rfax-.ebuild => opencpn-plugin-weatherfax-1.3.20180316.ebuild} | 4 ++--
 .../opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-.ebuild   | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-weatherfax/Manifest 
b/sci-geosciences/opencpn-plugin-weatherfax/Manifest
index f450e9d4af1..56a1278d897 100644
--- a/sci-geosciences/opencpn-plugin-weatherfax/Manifest
+++ b/sci-geosciences/opencpn-plugin-weatherfax/Manifest
@@ -1 +1,2 @@
+DIST opencpn-plugin-weatherfax-1.3.20180316.tar.gz 585747 BLAKE2B 
f81de2da49cd16be62b4fc64e025626a3b7470563db32293803275c0a682b1eff5c85dead9d846e6b69362aa6faaf370f707ab7dab0db981a431bf8872a66430
 SHA512 
effa3fc2c348bf5a0d70dcfee8a4643f8cba51e5177e40affc50e2d85bffcb2c89c067a57eadb18834900691214b2b1ee17760a8b525cf12da4c7a3e6970daf0
 DIST opencpn-plugin-weatherfax-1.3.tar.gz 505937 BLAKE2B 
be7ba09bcda55e9806239553c6e0f99ddee7cc5848de9a3203fb061543babfb15624961775e7b702348980f3523865b863526739703b7b32122b272add23f627
 SHA512 
54fe8f25a21d373ab00bcd5d77950532bb06c5324cdd1082e4109cad8a33b714ed0d7cd8ebe7e9540e5e10039b2a0fe23b4b88df0244f1e84b852111807ad6e4

diff --git 
a/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-.ebuild
 
b/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.20180316.ebuild
similarity index 85%
copy from 
sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-.ebuild
copy to 
sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.20180316.ebuild
index 2551edd07cf..a9bec203674 100644
--- 
a/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.20180316.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
KEYWORDS=""
 else
SRC_URI="
-   https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz
+   https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
"
inherit cmake-utils wxwidgets
KEYWORDS="~amd64 ~x86"

diff --git 
a/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-.ebuild
 
b/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-.ebuild
index 2551edd07cf..a9bec203674 100644
--- 
a/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
KEYWORDS=""
 else
SRC_URI="
-   https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz
+   https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
"
inherit cmake-utils wxwidgets
KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-statusbar/

2018-03-16 Thread Marc Schiffbauer
commit: c6d0b3b59c09a9512f619a4e734482549c2ee862
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 23:07:12 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:46:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d0b3b5

sci-geosciences/opencpn-plugin-statusbar: added snapshot version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-geosciences/opencpn-plugin-statusbar/Manifest | 1 +
 ...usbar-.ebuild => opencpn-plugin-statusbar-0.5.20180316.ebuild} | 4 ++--
 .../opencpn-plugin-statusbar/opencpn-plugin-statusbar-.ebuild | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-statusbar/Manifest 
b/sci-geosciences/opencpn-plugin-statusbar/Manifest
index c8555031223..4d961c7eeae 100644
--- a/sci-geosciences/opencpn-plugin-statusbar/Manifest
+++ b/sci-geosciences/opencpn-plugin-statusbar/Manifest
@@ -1 +1,2 @@
+DIST opencpn-plugin-statusbar-0.5.20180316.tar.gz 218364 BLAKE2B 
d1da43ec085e1d180fca524c44ae2f6410b0f74a1f65dc5d586087a46b6f2735a60e3e5332f072d181e0a23a9d2f254a9b0f5872e81a749a3af4fa65c3a997c3
 SHA512 
9ea70258367d5370fd70d894c098fe781141505a18365d197b58f30e65df57f7b0fd9c5e4bc95603d89f5dd49cc7ef5bcc921f6cd2d12d407686446551ce4eca
 DIST opencpn-plugin-statusbar-0.5.tar.gz 86323 BLAKE2B 
1023563fabba859a9528381a00b1ecf607d20fe65fdfb9d1e6839fa82a8c613b125e59d6009d530d5f4196efbbc2a5cd1f9c6eb606c4ee8303983f974d13f22c
 SHA512 
cf723717f41c87b3e7dd40c1d485f873d336f598fe022adf41829044fd19d874d294bd4b36bea10e026fdf0e27b76d098196ba0aace360ae86c103c6e1b4

diff --git 
a/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-.ebuild 
b/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-0.5.20180316.ebuild
similarity index 85%
copy from 
sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-.ebuild
copy to 
sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-0.5.20180316.ebuild
index ad141e70ffc..307e60fb53a 100644
--- 
a/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-0.5.20180316.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
KEYWORDS=""
 else
SRC_URI="
-   https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz
+   https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
"
inherit cmake-utils wxwidgets
KEYWORDS="~amd64 ~x86"

diff --git 
a/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-.ebuild 
b/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-.ebuild
index ad141e70ffc..307e60fb53a 100644
--- 
a/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
KEYWORDS=""
 else
SRC_URI="
-   https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz
+   https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
"
inherit cmake-utils wxwidgets
KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugins-meta/

2018-03-16 Thread Marc Schiffbauer
commit: 9ec8986c9736741221eb85646d9a381c3a07541f
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 23:06:15 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:46:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec8986c

sci-geosciences/opencpn-plugins-meta: added statusbar plugin

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild 
b/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild
index f7c16d6c132..a317418543d 100644
--- a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild
+++ b/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.2.0-r3.ebuild
@@ -32,6 +32,6 @@ RDEPEND="
>=sci-geosciences/opencpn-plugin-watchdog-1.9.051
>=sci-geosciences/opencpn-plugin-weather_routing-1.10.1
>=sci-geosciences/opencpn-plugin-climatology-1.0.20180316
-   !~sci-geosciences/opencpn-plugin-statusbar-0.5
+   >=sci-geosciences/opencpn-plugin-statusbar-0.5.20180316
!~sci-geosciences/opencpn-plugin-weatherfax-1.3
 "



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-climatology/

2018-03-16 Thread Marc Schiffbauer
commit: 31276bb4161ee38481351de00c247b1b514d8a25
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 23:02:43 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 23:46:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31276bb4

sci-geosciences/opencpn-plugin-climatology: update live version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
 
b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
index fc2aab2517d..0f1404e579c 100644
--- 
a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
+++ 
b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
KEYWORDS=""
 else
SRC_URI="
-   https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz
+   https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
"
inherit cmake-utils wxwidgets
KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2018-03-16 Thread Marc Schiffbauer
commit: 53708bafa10f9a7f04052b633e07880db9f7757b
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 22:01:19 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 22:01:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53708baf

sci-geosciences/opencpn: improve wxwidgets eclass usage

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-geosciences/opencpn/opencpn-4.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/opencpn/opencpn-4.8.2.ebuild 
b/sci-geosciences/opencpn/opencpn-4.8.2.ebuild
index b24467fe1fd..026a03b2964 100644
--- a/sci-geosciences/opencpn/opencpn-4.8.2.ebuild
+++ b/sci-geosciences/opencpn/opencpn-4.8.2.ebuild
@@ -37,7 +37,7 @@ DEPEND="${RDEPEND}
 S="${WORKDIR}/OpenCPN-${PV}"
 
 src_configure() {
-   need-wxwidgets unicode
+   setup-wxwidgets
local mycmakeargs=(
$(cmake-utils_use_use gps GPSD)
-DUSE_S57=ON



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2018-03-16 Thread Marc Schiffbauer
commit: 7fd16d41f20d75bd9edf6f2e19abb4a39b9840b2
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Mar 16 21:47:01 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Mar 16 21:47:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd16d41

sci-geosciences/opencpn: bump version, fixes #650462

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-geosciences/opencpn/Manifest |  1 +
 sci-geosciences/opencpn/opencpn-4.8.2.ebuild | 63 
 2 files changed, 64 insertions(+)

diff --git a/sci-geosciences/opencpn/Manifest b/sci-geosciences/opencpn/Manifest
index 15d276dbe1f..6baec690eb1 100644
--- a/sci-geosciences/opencpn/Manifest
+++ b/sci-geosciences/opencpn/Manifest
@@ -3,5 +3,6 @@ DIST opencpn-4.2.0.tar.gz 40621320 BLAKE2B 
3b7fbb89d2d23bd8fb0ac0b70d0b1357b8766
 DIST opencpn-4.4.0.tar.gz 40840928 BLAKE2B 
53ba4aa9fc499532bcbefa8cb6423eef342202e5aa786e8482ef23385f3e56465498209d8aa1863923cd9576756b6861b8e6e3c604df126a079327eecbee3047
 SHA512 
ebe4c3518d2addbbba36cec78719cb1c853969923e7ade4f6df78a8520224fef9f421b809f573cfa770acc9b9d31a90341d6114edc02a307682d0fca5c62b26b
 DIST opencpn-4.6.1.tar.gz 52852694 BLAKE2B 
71780ebea25a6c2b952470eaad477d3d392fbba3a465e1731400c1dce06fad5cab5c8bb15e58504a05b9be0dbc69401379615b7302cf59b192cb123f90f766a2
 SHA512 
493c4ba35011b0d69633a6c0653b23d02e50d1ca694d820b0bcaf4a96a8b7e69364ee7412a0a7c13cc1c2f1fd9bcc4f2b1b13a0b3c04e438918c77ccea78e7ab
 DIST opencpn-4.8.0.tar.gz 53008393 BLAKE2B 
79184b678db329e98c704f4f1a132e5d3af4a65b104c6eab1c37738cbbf98d88c21647ce654077a8f4b781221d7e3766c35d7450b81befdad7f269b636263c09
 SHA512 
1f1ea666566e98ee3af24423985119c1b14e184d4310dbc588b00065878b1dcb8fe73a7331e4ad3f75a905774fff187203fb31253faea7238f3d783a6729ad75
+DIST opencpn-4.8.2.tar.gz 59164504 BLAKE2B 
fbfa86051845a922a7c642194cd0672fbccd6a75e3897e8b0b3f9b08c091d0933a146060f83265c9a85d0bacf18f57a0f9ba55aa4f26e035a77d39d73e5e5a7d
 SHA512 
231f8ba29f8a0343cb3807e52e8535bdade221de65a169b57e94816b4b464407ba90b605dcec21a5c45c742de076b644f076fee88616ec2867a8ae182105102d
 DIST opencpn-doc_4.0.0.orig.tar.xz 14732480 BLAKE2B 
32ecb7096eb795d969f42c0b2ffe87d2d74bf20502ac93233b2953f9e26b834498fb9876d88c9fb0e4a792509b8fb971f661aadeeaed2eda289fc633c67e0fe8
 SHA512 
fb80e4afb759c99cf24b498c454bc492aa0b3c02443424b0f39910e1a494670093ac5ee19cd40a8a0abb345e18b7496b8a70c160bed5215af6bcee07e145ee36
 DIST opencpn-doc_4.1.1329.1.orig.tar.xz 8739872 BLAKE2B 
1d0b1538230488586318212d371669d0dfd6fefb45a49c1405c8749cfc2d5b1ced39c03ad7814954db42644ab5c21a37177e0f315b8d6d49c2200508f27a9899
 SHA512 
652a932edbf8a6f05fd3c64ddf566f817405cf44697035f58ddbf1a99bf92269b7fd9ee83b7ee065aa60db15b6030d8c5c9a4a4001049ed2def9962bc51746c2

diff --git a/sci-geosciences/opencpn/opencpn-4.8.2.ebuild 
b/sci-geosciences/opencpn/opencpn-4.8.2.ebuild
new file mode 100644
index 000..b24467fe1fd
--- /dev/null
+++ b/sci-geosciences/opencpn/opencpn-4.8.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+inherit cmake-utils wxwidgets
+
+DOC_VERSION="4.1.1329.1"
+
+DESCRIPTION="a free, open source software for marine navigation"
+HOMEPAGE="http://opencpn.org/;
+SRC_URI="https://github.com/OpenCPN/OpenCPN/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+doc? ( 
https://launchpad.net/~opencpn/+archive/ubuntu/${PN}/+files/${PN}-doc_${DOC_VERSION}.orig.tar.xz
 )
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc gps opengl"
+
+RDEPEND="
+   app-arch/bzip2
+   dev-libs/tinyxml
+   media-libs/freetype:2
+   media-libs/portaudio
+   sys-libs/zlib
+   opengl? ( virtual/opengl )
+   x11-libs/gtk+:2
+   x11-libs/wxGTK:${WX_GTK_VER}[X]
+   gps? ( sci-geosciences/gpsd )
+   !sci-geosciences/opencpn-plugin-wmm
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext"
+
+S="${WORKDIR}/OpenCPN-${PV}"
+
+src_configure() {
+   need-wxwidgets unicode
+   local mycmakeargs=(
+   $(cmake-utils_use_use gps GPSD)
+   -DUSE_S57=ON
+   -DUSE_GARMINHOST=ON
+   -DBUNDLE_GSHHS=CRUDE
+   -DBUNDLE_TCDATA=ON
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   if use doc; then
+   dohtml -r "${S}"/../${PN}/doc/*
+   fi
+   cmake-utils_src_install
+}
+
+pkg_postinst() {
+   if use doc; then
+   einfo "Documentation is available at 
file:///usr/share/doc/${PF}/html/help_en_US.html"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-launcher/, ...

2017-12-10 Thread Ulrich Müller
commit: f8940450d33ac3926bcf00c91d4f58927c36ac19
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Dec 10 13:50:45 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Dec 10 13:50:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8940450

sci-geosciences: Update Manifest hashes.

 sci-geosciences/bt747/Manifest |  4 ++--
 sci-geosciences/congen/Manifest|  2 +-
 sci-geosciences/foxtrotgps/Manifest|  2 +-
 sci-geosciences/gdal-grass/Manifest|  4 ++--
 sci-geosciences/gebabbel/Manifest  |  2 +-
 sci-geosciences/geocode-glib/Manifest  |  4 ++--
 sci-geosciences/gmapcatcher/Manifest   |  2 +-
 sci-geosciences/gmt/Manifest   | 26 +++---
 sci-geosciences/gnome-maps/Manifest|  4 ++--
 sci-geosciences/gpsbabel/Manifest  |  4 ++--
 sci-geosciences/gpscorrelate/Manifest  |  2 +-
 sci-geosciences/gpsd/Manifest  |  4 ++--
 sci-geosciences/gpx-viewer/Manifest|  2 +-
 sci-geosciences/gpxpy/Manifest |  2 +-
 sci-geosciences/grass/Manifest |  4 ++--
 sci-geosciences/gshhs-data/Manifest|  2 +-
 sci-geosciences/gshhs/Manifest |  2 +-
 sci-geosciences/gtk-g-rays2/Manifest   |  2 +-
 .../harmonics-dwf-free-noncomm/Manifest|  2 +-
 sci-geosciences/harmonics-dwf-free/Manifest|  4 ++--
 sci-geosciences/josm/Manifest  |  2 +-
 sci-geosciences/laszip/Manifest|  2 +-
 sci-geosciences/liblas/Manifest|  4 ++--
 sci-geosciences/libtcd/Manifest|  6 ++---
 sci-geosciences/mapnik-world-boundaries/Manifest   |  4 ++--
 sci-geosciences/mapnik/Manifest|  2 +-
 sci-geosciences/mapserver/Manifest |  4 ++--
 sci-geosciences/mc2bsbh/Manifest   |  2 +-
 sci-geosciences/merkaartor/Manifest|  2 +-
 sci-geosciences/mtkbabel/Manifest  |  4 ++--
 sci-geosciences/opencpn-plugin-br24radar/Manifest  |  6 ++---
 .../opencpn-plugin-climatology/Manifest|  4 ++--
 sci-geosciences/opencpn-plugin-dr/Manifest |  2 +-
 sci-geosciences/opencpn-plugin-findit/Manifest |  2 +-
 sci-geosciences/opencpn-plugin-gxradar/Manifest|  2 +-
 sci-geosciences/opencpn-plugin-iacfleet/Manifest   |  4 ++--
 sci-geosciences/opencpn-plugin-launcher/Manifest   |  4 ++--
 .../opencpn-plugin-logbookkonni/Manifest   |  8 +++
 sci-geosciences/opencpn-plugin-objsearch/Manifest  |  4 ++--
 sci-geosciences/opencpn-plugin-ocpn_draw/Manifest  |  4 ++--
 .../opencpn-plugin-ocpndebugger/Manifest   |  6 ++---
 sci-geosciences/opencpn-plugin-oesenc/Manifest |  2 +-
 sci-geosciences/opencpn-plugin-otcurrent/Manifest  |  2 +-
 sci-geosciences/opencpn-plugin-polar/Manifest  |  2 +-
 sci-geosciences/opencpn-plugin-radar/Manifest  |  2 +-
 sci-geosciences/opencpn-plugin-route/Manifest  |  2 +-
 sci-geosciences/opencpn-plugin-squiddio/Manifest   |  2 +-
 sci-geosciences/opencpn-plugin-statusbar/Manifest  |  2 +-
 sci-geosciences/opencpn-plugin-watchdog/Manifest   |  2 +-
 .../opencpn-plugin-weather_routing/Manifest|  2 +-
 sci-geosciences/opencpn-plugin-weatherfax/Manifest |  2 +-
 sci-geosciences/opencpn-plugin-wmm/Manifest|  2 +-
 sci-geosciences/opencpn/Manifest   | 14 ++--
 sci-geosciences/osm-gps-map/Manifest   |  2 +-
 sci-geosciences/osm2pgsql/Manifest |  2 +-
 sci-geosciences/qgis/Manifest  |  8 +++
 sci-geosciences/qmapshack/Manifest |  2 +-
 sci-geosciences/readosm/Manifest   |  2 +-
 sci-geosciences/routino/Manifest   |  4 ++--
 sci-geosciences/seawater/Manifest  |  4 ++--
 sci-geosciences/swmm/Manifest  |  2 +-
 sci-geosciences/tappy/Manifest |  2 +-
 sci-geosciences/tcd-utils/Manifest |  2 +-
 sci-geosciences/tilecache/Manifest |  2 +-
 sci-geosciences/viking/Manifest|  4 ++--
 sci-geosciences/xtide/Manifest |  2 +-
 66 files changed, 116 insertions(+), 116 deletions(-)

diff --git a/sci-geosciences/bt747/Manifest b/sci-geosciences/bt747/Manifest
index 1c3a57222f7..d1501d02a41 100644
--- a/sci-geosciences/bt747/Manifest
+++ b/sci-geosciences/bt747/Manifest
@@ -1,2 +1,2 @@
-DIST BT747_2.1.7_full.zip 9649645 SHA256 
d8a9c3920a6b5de75cac41da74e3fa49f134104ea9293504386ebc7a81fc91df SHA512 
362533ccbf6b9252d6d7e09497a75038b0776e76a2c2f73f05e2abc0c521d0a640d0ae9e7d5d40da1d14850838a2924f17622d91535e90b900a5ae97b66f6b3d
 WHIRLPOOL 

  1   2   >