summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Schlupp <nils.schlupp@gmail.com>2022-05-06 18:16:16 -0700
committerMarc Schiffbauer <mschiff@gentoo.org>2022-05-17 23:16:29 -1000
commit11e74502ec4b73d2159f4368eae9058575f12943 (patch)
tree5c894fe7ef80465872a428774c947c275d919ba0 /sci-geosciences/opencpn-plugin-weather_routing
parentsci-geosciences/opencpn-plugin-weather_routing: (diff)
downloadgentoo-11e74502ec4b73d2159f4368eae9058575f12943.tar.gz
gentoo-11e74502ec4b73d2159f4368eae9058575f12943.tar.bz2
gentoo-11e74502ec4b73d2159f4368eae9058575f12943.zip
sci-geosciences/opencpn-plugin-weather_routing: drop 1.10.1
Signed-off-by: Nils Schlupp <nils.schlupp@gmail.com> Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
Diffstat (limited to 'sci-geosciences/opencpn-plugin-weather_routing')
-rw-r--r--sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.10.1.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.10.1.ebuild b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.10.1.ebuild
deleted file mode 100644
index 826df2e8f0ba..000000000000
--- a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.10.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0"
-inherit cmake wxwidgets
-
-MY_PN="weather_routing_pi"
-if [[ ${PV} == *9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git"
-else
- SRC_URI="https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Weather Routing Plugin for OpenCPN"
-HOMEPAGE="https://github.com/seandepagnier/weather_routing_pi/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- x11-libs/wxGTK:${WX_GTK_VER}
- >=sci-geosciences/opencpn-4.2.0"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/gettext"
-
-src_configure() {
- setup-wxwidgets unicode
- cmake_src_configure
-}