public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpndebugger/
@ 2015-10-25 17:26 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2015-10-25 17:26 UTC (permalink / raw
  To: gentoo-commits

commit:     9f0c83ebdc59b1fbaea251f58ee62f20be78c80a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 17:26:27 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 17:26:27 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f0c83eb

sci-geosciences/opencpn-plugin-ocpndebugger: Support wxGTK:3.0

Package-Manager: portage-2.2.23

 .../opencpn-plugin-ocpndebugger-1.0-r1.ebuild      | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)

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
new file mode 100644
index 0000000..f77bf74
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.0-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+	sys-devel/gettext
+	x11-libs/wxGTK:${WX_GTK_VER}
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_prepare() {
+	need-wxwidgets unicode
+	cmake-utils_src_prepare
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpndebugger/
@ 2016-03-26  2:29 Marc Schiffbauer
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Schiffbauer @ 2016-03-26  2:29 UTC (permalink / raw
  To: gentoo-commits

commit:     153206b4ca547ecd4665a2ff0679032df0bb0509
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 02:25:36 2016 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 02:29:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153206b4

sci-geosciences/opencpn-plugin-ocpndebugger: add additional opencpn dep

Package-Manager: portage-2.2.28

 .../opencpn-plugin-ocpndebugger-1.0-r1.ebuild      |  1 +
 .../opencpn-plugin-ocpndebugger-1.0.ebuild         | 27 ----------------------
 2 files changed, 1 insertion(+), 27 deletions(-)

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
index f77bf74..cf49166 100644
--- 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
@@ -20,6 +20,7 @@ IUSE=""
 
 RDEPEND="
 	>=sci-geosciences/opencpn-4.0.0
+	<sci-geosciences/opencpn-4.2.0
 	sys-devel/gettext
 	x11-libs/wxGTK:${WX_GTK_VER}
 "

diff --git a/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.0.ebuild b/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.0.ebuild
deleted file mode 100644
index 1f9c78c..0000000
--- a/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="2.8"
-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
-	sys-devel/gettext
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpndebugger/
@ 2016-03-30 23:26 Marc Schiffbauer
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Schiffbauer @ 2016-03-30 23:26 UTC (permalink / raw
  To: gentoo-commits

commit:     415985844a66c2f50044939e3f8fe40529b050ba
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 23:15:41 2016 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Wed Mar 30 23:25:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41598584

sci-geosciences/opencpn-plugin-ocpndebugger: bump version, add live version

Package-Manager: portage-2.2.28

 .../opencpn-plugin-ocpndebugger/Manifest           |  1 +
 .../opencpn-plugin-ocpndebugger-1.2.ebuild         | 38 ++++++++++++++++++++++
 .../opencpn-plugin-ocpndebugger-9999.ebuild        | 38 ++++++++++++++++++++++
 3 files changed, 77 insertions(+)

diff --git a/sci-geosciences/opencpn-plugin-ocpndebugger/Manifest b/sci-geosciences/opencpn-plugin-ocpndebugger/Manifest
index a1575c4..409fb53 100644
--- a/sci-geosciences/opencpn-plugin-ocpndebugger/Manifest
+++ b/sci-geosciences/opencpn-plugin-ocpndebugger/Manifest
@@ -1 +1,2 @@
 DIST opencpn-plugin-ocpndebugger-1.0.tar.gz 109976 SHA256 519b7cf341932c31205772d89a27682622d038479e4f76135534d5b87aea145f SHA512 0230d123a706b136269d81a509bb64262c3b007d0d7b944089bb4bd113a56217cf0321ea82b170ce1ca8d3b4b08b996d09a088137c4d1817bb795ed4de50f6dd WHIRLPOOL d89d46d5239a0083028338faa39d17c1b7d24bbb4e989d11d4e9430f774c97c90a8ad66d1c0b6e61cec869db36dade2e7c62a1fee7b8346f5e3fd03b5c97da8f
+DIST opencpn-plugin-ocpndebugger-1.2.tar.gz 122773 SHA256 0b54a740cab4b9e01debd4c7d10cdbc3a2bc21e4144282833a6f289b6f418d75 SHA512 f14b831a2ba65c16b95e829b70a39f17751c6f6b6c3d4d6899d8b02ae82deaecd9bc1a097f2583c412170e5f7bc6f08f4fbc10c08b37e1cd1d6698e38229d41c WHIRLPOOL 0c7abdcbae3c147587150b9f7fb0f370a8f994b814b0b74d1ccef6ba5d18e240cb9923bc12a8d1ee4e578a6d02122bb2c16ec8a084d4a5a5619adc56d7d08cfa

diff --git a/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.2.ebuild b/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.2.ebuild
new file mode 100644
index 0000000..f19c2e0
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+MY_PN="ocpndebugger_pi"
+if [[ ${PV} == "9999" ]] ; 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="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
+}

diff --git a/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-9999.ebuild b/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-9999.ebuild
new file mode 100644
index 0000000..f19c2e0
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-9999.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+MY_PN="ocpndebugger_pi"
+if [[ ${PV} == "9999" ]] ; 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="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
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpndebugger/
@ 2016-12-30 18:00 Marc Schiffbauer
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Schiffbauer @ 2016-12-30 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     0d17cb412c2a476d9b7dd170cc1ca21f8f5c06b6
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 21:31:18 2016 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 18:00:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d17cb41

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

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../opencpn-plugin-ocpndebugger/Manifest           |  1 +
 .../opencpn-plugin-ocpndebugger-1.3.ebuild         | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/sci-geosciences/opencpn-plugin-ocpndebugger/Manifest b/sci-geosciences/opencpn-plugin-ocpndebugger/Manifest
index 409fb53..f7f0cb6 100644
--- a/sci-geosciences/opencpn-plugin-ocpndebugger/Manifest
+++ b/sci-geosciences/opencpn-plugin-ocpndebugger/Manifest
@@ -1,2 +1,3 @@
 DIST opencpn-plugin-ocpndebugger-1.0.tar.gz 109976 SHA256 519b7cf341932c31205772d89a27682622d038479e4f76135534d5b87aea145f SHA512 0230d123a706b136269d81a509bb64262c3b007d0d7b944089bb4bd113a56217cf0321ea82b170ce1ca8d3b4b08b996d09a088137c4d1817bb795ed4de50f6dd WHIRLPOOL d89d46d5239a0083028338faa39d17c1b7d24bbb4e989d11d4e9430f774c97c90a8ad66d1c0b6e61cec869db36dade2e7c62a1fee7b8346f5e3fd03b5c97da8f
 DIST opencpn-plugin-ocpndebugger-1.2.tar.gz 122773 SHA256 0b54a740cab4b9e01debd4c7d10cdbc3a2bc21e4144282833a6f289b6f418d75 SHA512 f14b831a2ba65c16b95e829b70a39f17751c6f6b6c3d4d6899d8b02ae82deaecd9bc1a097f2583c412170e5f7bc6f08f4fbc10c08b37e1cd1d6698e38229d41c WHIRLPOOL 0c7abdcbae3c147587150b9f7fb0f370a8f994b814b0b74d1ccef6ba5d18e240cb9923bc12a8d1ee4e578a6d02122bb2c16ec8a084d4a5a5619adc56d7d08cfa
+DIST opencpn-plugin-ocpndebugger-1.3.tar.gz 127623 SHA256 36679ef1e29892d5297217f211e4a1ade54b893ac6a1ad67d4b8b18ec7fb7488 SHA512 30caf922cc5a5255741b780c8f09ea4de9d7bbbe0b6ff65fe32a7484da4c75e53fd03e6a83966dc70ef4f7f6483dacce7f74392e4b3556b984f90b2eb5f9e01e WHIRLPOOL 5dba475e0ff2f8fa81a77fd420319f68f35b7a7d1ba2b64b5a76fb8f4d5bca138f498711bc3419056c59a3027f779ad9737273a88dc58759aac3224657796a27

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
new file mode 100644
index 00000000..f19c2e0
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+MY_PN="ocpndebugger_pi"
+if [[ ${PV} == "9999" ]] ; 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="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
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpndebugger/
@ 2018-03-16 23:46 Marc Schiffbauer
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Schiffbauer @ 2018-03-16 23:46 UTC (permalink / raw
  To: gentoo-commits

commit:     59fe81ce5a5be6eeb0b91d1bdc524014cafc6e00
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 16 23:42:22 2018 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Fri Mar 16 23:46:04 2018 +0000
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..00000000000
--- 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
-	<sci-geosciences/opencpn-4.2.0
-	sys-devel/gettext
-	x11-libs/wxGTK:${WX_GTK_VER}
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_prepare() {
-	need-wxwidgets unicode
-	cmake-utils_src_prepare
-}

diff --git a/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.2.ebuild b/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.2.ebuild
deleted file mode 100644
index 3ceeca86881..00000000000
--- a/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.2.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="ocpndebugger_pi"
-if [[ ${PV} == "9999" ]] ; 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="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
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpndebugger/
@ 2021-04-04 20:21 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2021-04-04 20:21 UTC (permalink / raw
  To: gentoo-commits

commit:     55682a37760b3dfcfb5836afb20b41c2681f81fb
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 20:20:20 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 20:20:20 2021 +0000
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 <soap <AT> gentoo.org>

 .../opencpn-plugin-ocpndebugger-1.3.ebuild         | 27 +++++++++++-----------
 .../opencpn-plugin-ocpndebugger-9999.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} == "9999" ]] ; then
+if [[ ${PV} == *9999 ]] ; 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-9999.ebuild b/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-9999.ebuild
index 3ad25321c6c..3db37b30bf4 100644
--- a/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-9999.ebuild
+++ b/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-9999.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} == "9999" ]] ; then
+if [[ ${PV} == *9999 ]] ; 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
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-04-04 20:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-25 17:26 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpndebugger/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2016-03-26  2:29 Marc Schiffbauer
2016-03-30 23:26 Marc Schiffbauer
2016-12-30 18:00 Marc Schiffbauer
2018-03-16 23:46 Marc Schiffbauer
2021-04-04 20:21 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox