commit: 11e74502ec4b73d2159f4368eae9058575f12943
Author: Nils Schlupp <nils.schlupp <AT> gmail <DOT> com>
AuthorDate: Sat May 7 01:16:16 2022 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Wed May 18 09:16:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e74502
sci-geosciences/opencpn-plugin-weather_routing: drop 1.10.1
Signed-off-by: Nils Schlupp <nils.schlupp <AT> gmail.com>
Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
.../opencpn-plugin-weather_routing-1.10.1.ebuild | 35 ----------------------
1 file changed, 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
-}