sci-geosciences/opencpn-plugin-aisradar - 1.2.17.0 (booboo)

Search

Install

Install this version:

emerge -a =sci-geosciences/opencpn-plugin-aisradar-1.2.17.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-geosciences/opencpn-plugin-aisradar-1.2.17.0

Or alternatively:

emerge --autounmask-write -a =sci-geosciences/opencpn-plugin-aisradar-1.2.17.0

Package Information

Description:
AIS Radar View Plugin for OpenCPN
Homepage:
https://github.com/rgleason/AISradar_pi
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.2.17.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

WX_GTK_VER="3.2-gtk3"
inherit cmake wxwidgets

MY_PN="AISradar_pi"
if [[ ${PV} == *9999 ]] ; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git"
else
	SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

	KEYWORDS="~amd64 ~x86"
	S="${WORKDIR}/${MY_PN}-${PV}"
fi

DESCRIPTION="AIS Radar View Plugin for OpenCPN"
HOMEPAGE="https://github.com/rgleason/AISradar_pi"

LICENSE="GPL-2+"
SLOT="0"

RDEPEND="
	x11-libs/wxGTK:${WX_GTK_VER}
	sci-geosciences/opencpn:="
DEPEND="${RDEPEND}"
BDEPEND="sys-devel/gettext"

src_configure() {
	setup-wxwidgets unicode
	cmake_src_configure
}

Inherited Eclasses

Dependencies

DEPEND

	x11-libs/wxGTK:3.2-gtk3
	sci-geosciences/opencpn:=

RDEPEND

	x11-libs/wxGTK:3.2-gtk3
	sci-geosciences/opencpn:=

BDEPEND

sys-devel/gettext

Manifest for 1.2.17.0

Type File Size Source URLs
DIST opencpn-plugin-aisradar-1.2.17.0.tar.gz 1487007 bytes https://github.com/rgleason/AISradar_pi/archive/v1.2.17.0.tar.gz