sci-geosciences/opencpn-plugin-oesenc: initially added
authorMarc Schiffbauer <mschiff@gentoo.org>
Mon, 30 Oct 2017 22:21:55 +0000 (23:21 +0100)
committerMarc Schiffbauer <mschiff@gentoo.org>
Mon, 30 Oct 2017 22:26:25 +0000 (23:26 +0100)
Package-Manager: Portage-2.3.13, Repoman-2.3.4

sci-geosciences/opencpn-plugin-oesenc/Manifest [new file with mode: 0644]
sci-geosciences/opencpn-plugin-oesenc/metadata.xml [new file with mode: 0644]
sci-geosciences/opencpn-plugin-oesenc/opencpn-plugin-oesenc-1.6.0.ebuild [new file with mode: 0644]
sci-geosciences/opencpn-plugin-oesenc/opencpn-plugin-oesenc-9999.ebuild [new file with mode: 0644]

diff --git a/sci-geosciences/opencpn-plugin-oesenc/Manifest b/sci-geosciences/opencpn-plugin-oesenc/Manifest
new file mode 100644 (file)
index 0000000..aef5347
--- /dev/null
@@ -0,0 +1 @@
+DIST opencpn-plugin-oesenc-1.6.0.tar.gz 5258724 SHA256 4a68d719a7c84983aac5eef4e180879666b67629ecaebb4a354eb3046c85f0fc SHA512 487c11dbc0e5e93618812b9a54fcd28f27feb070037cecb1f1024449ce8857bc2de3f24debc08900614b6ccc4657719b86a8116dd0665285075765ddd2d0987d WHIRLPOOL 90e219ec4e2779fee711b9552f27dcc42c3c499b06d3be54bc36d98cb0d0cf1b2960d8095d35c400a7d26d32c0e1800623771e7ac14e1f46f1faacf035e3ecd0
diff --git a/sci-geosciences/opencpn-plugin-oesenc/metadata.xml b/sci-geosciences/opencpn-plugin-oesenc/metadata.xml
new file mode 100644 (file)
index 0000000..5609ab0
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>mschiff@gentoo.org</email>
+               <name>Marc Schiffbauer</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>sci-geosciences@gentoo.org</email>
+               <name>Gentoo Geosciences Project</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">bdbcat/oesenc_pi</remote-id>
+       </upstream>
+</pkgmetadata>
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
new file mode 100644 (file)
index 0000000..03cae78
--- /dev/null
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+MY_PN="oesenc_pi"
+if [[ ${PV} == "9999" ]] ; then
+       EGIT_REPO_URI="https://github.com/bdbcat/${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
+
+DESCRIPTION="oeSENC Charts Plugin for OpenCPN"
+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
+"
+DEPEND="${RDEPEND}"
+src_prepare() {
+       need-wxwidgets unicode
+       cmake-utils_src_prepare
+}
diff --git a/sci-geosciences/opencpn-plugin-oesenc/opencpn-plugin-oesenc-9999.ebuild b/sci-geosciences/opencpn-plugin-oesenc/opencpn-plugin-oesenc-9999.ebuild
new file mode 100644 (file)
index 0000000..03cae78
--- /dev/null
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+MY_PN="oesenc_pi"
+if [[ ${PV} == "9999" ]] ; then
+       EGIT_REPO_URI="https://github.com/bdbcat/${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
+
+DESCRIPTION="oeSENC Charts Plugin for OpenCPN"
+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
+"
+DEPEND="${RDEPEND}"
+src_prepare() {
+       need-wxwidgets unicode
+       cmake-utils_src_prepare
+}