sci-geosciences/opencpn-plugin-oesenc: initially added

Package-Manager: Portage-2.3.13, Repoman-2.3.4
This commit is contained in:
Marc Schiffbauer
2017-10-30 23:21:55 +01:00
parent 17f90a3c6f
commit 8736216753
4 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST opencpn-plugin-oesenc-1.6.0.tar.gz 5258724 SHA256 4a68d719a7c84983aac5eef4e180879666b67629ecaebb4a354eb3046c85f0fc SHA512 487c11dbc0e5e93618812b9a54fcd28f27feb070037cecb1f1024449ce8857bc2de3f24debc08900614b6ccc4657719b86a8116dd0665285075765ddd2d0987d WHIRLPOOL 90e219ec4e2779fee711b9552f27dcc42c3c499b06d3be54bc36d98cb0d0cf1b2960d8095d35c400a7d26d32c0e1800623771e7ac14e1f46f1faacf035e3ecd0

View File

@@ -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>

View File

@@ -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
}

View File

@@ -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
}