From b6b26cf45a8701d8b56171e8bc43f0f52aae54ee Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 25 Oct 2015 18:29:32 +0100 Subject: sci-geosciences/opencpn-plugin-weather_routing: Support wxGTK:3.0 Package-Manager: portage-2.2.23 --- .../opencpn-plugin-weather_routing-1.2-r1.ebuild | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.2-r1.ebuild (limited to 'sci-geosciences/opencpn-plugin-weather_routing') diff --git a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.2-r1.ebuild b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.2-r1.ebuild new file mode 100644 index 000000000000..9fd942f98bfa --- /dev/null +++ b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.2-r1.ebuild @@ -0,0 +1,35 @@ +# 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="weather_routing_pi" + +DESCRIPTION="Weather Routing Plugin for OpenCPN" +HOMEPAGE="http://opencpn.org/ocpn/downloadplugins" +SRC_URI=" + https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz +" + +LICENSE="GPL-3+" +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 +} -- cgit v1.2.3-65-gdbad