Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-weather_routing/
Date: Wed, 18 May 2022 09:16:50
Message-Id: 1652865389.11e74502ec4b73d2159f4368eae9058575f12943.mschiff@gentoo
1 commit: 11e74502ec4b73d2159f4368eae9058575f12943
2 Author: Nils Schlupp <nils.schlupp <AT> gmail <DOT> com>
3 AuthorDate: Sat May 7 01:16:16 2022 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Wed May 18 09:16:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e74502
7
8 sci-geosciences/opencpn-plugin-weather_routing: drop 1.10.1
9
10 Signed-off-by: Nils Schlupp <nils.schlupp <AT> gmail.com>
11 Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
12
13 .../opencpn-plugin-weather_routing-1.10.1.ebuild | 35 ----------------------
14 1 file changed, 35 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 826df2e8f0ba..000000000000
19 --- a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.10.1.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -WX_GTK_VER="3.0"
28 -inherit cmake wxwidgets
29 -
30 -MY_PN="weather_routing_pi"
31 -if [[ ${PV} == *9999 ]] ; then
32 - inherit git-r3
33 - EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git"
34 -else
35 - SRC_URI="https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
36 -
37 - KEYWORDS="~amd64 ~x86"
38 - S="${WORKDIR}/${MY_PN}-${PV}"
39 -fi
40 -
41 -DESCRIPTION="Weather Routing Plugin for OpenCPN"
42 -HOMEPAGE="https://github.com/seandepagnier/weather_routing_pi/"
43 -
44 -LICENSE="GPL-3+"
45 -SLOT="0"
46 -
47 -RDEPEND="
48 - x11-libs/wxGTK:${WX_GTK_VER}
49 - >=sci-geosciences/opencpn-4.2.0"
50 -DEPEND="${RDEPEND}"
51 -BDEPEND="sys-devel/gettext"
52 -
53 -src_configure() {
54 - setup-wxwidgets unicode
55 - cmake_src_configure
56 -}