public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpndebugger/
@ 2016-12-30 18:00 99% Marc Schiffbauer
  0 siblings, 0 replies; 1+ results
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	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2016-12-30 18:00 99% [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpndebugger/ Marc Schiffbauer

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