commit:     cb28f5cdf220cc7832381e806e573ccee9e24ca7
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 23:22:00 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=cb28f5cd

sci-geosciences/opencpn-plugin-iacfleet: added new ebuild

Package-Manager: portage-2.2.28

 sci-geosciences/opencpn-plugin-iacfleet/Manifest   |  1 +
 .../opencpn-plugin-iacfleet/metadata.xml           | 15 +++++++++
 .../opencpn-plugin-iacfleet-0.8.ebuild             | 38 ++++++++++++++++++++++
 .../opencpn-plugin-iacfleet-9999.ebuild            | 38 ++++++++++++++++++++++
 4 files changed, 92 insertions(+)

diff --git a/sci-geosciences/opencpn-plugin-iacfleet/Manifest 
b/sci-geosciences/opencpn-plugin-iacfleet/Manifest
new file mode 100644
index 0000000..8d385f3
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-iacfleet/Manifest
@@ -0,0 +1 @@
+DIST opencpn-plugin-iacfleet-0.8.tar.gz 216763 SHA256 
6d90419e9b899e5036c3342f9dc8ccbc3ff2e8a1b9f83914ee5ba3f6121dcf89 SHA512 
34df1f5bcd22e87a99cdcfc34fc3054d1f23d8dcaaf3ad23df3536f333943bad8403a70f3ab09e49431393c7d41b3ed05df8539ba86ec4f3ba39f3ae48de182b
 WHIRLPOOL 
ff7655c2a5f2b96406b37978c2e4918ae0c823bdfd8c83892e7ca98778687f4952f4c58e91bea9763137a98325aea71037c7548154bd3f46bb1d17308a283d86

diff --git a/sci-geosciences/opencpn-plugin-iacfleet/metadata.xml 
b/sci-geosciences/opencpn-plugin-iacfleet/metadata.xml
new file mode 100644
index 0000000..b557364
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-iacfleet/metadata.xml
@@ -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>[email protected]</email>
+               <name>Marc Schiffbauer</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo Geosciences Project</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">nohal/iacfleet_pi</remote-id>
+       </upstream>
+</pkgmetadata>

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
new file mode 100644
index 0000000..c4e60b2
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-0.8.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="iacfleet_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="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
+}

diff --git 
a/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-9999.ebuild 
b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-9999.ebuild
new file mode 100644
index 0000000..c4e60b2
--- /dev/null
+++ 
b/sci-geosciences/opencpn-plugin-iacfleet/opencpn-plugin-iacfleet-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="iacfleet_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="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
+}

Reply via email to