Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-dr/
Date: Wed, 01 Feb 2023 19:27:24
Message-Id: 1675279599.c8b937c41a6edf8aed9aa6ab56729924859bba0e.asturm@gentoo
1 commit: c8b937c41a6edf8aed9aa6ab56729924859bba0e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 28 18:39:38 2023 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 19:26:39 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b937c4
7
8 sci-geosciences/opencpn-plugin-dr: drop 1.1
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 sci-geosciences/opencpn-plugin-dr/Manifest | 1 -
13 .../opencpn-plugin-dr/opencpn-plugin-dr-1.1.ebuild | 35 ----------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/sci-geosciences/opencpn-plugin-dr/Manifest b/sci-geosciences/opencpn-plugin-dr/Manifest
17 index fd552525ad35..b8e4c9ec3950 100644
18 --- a/sci-geosciences/opencpn-plugin-dr/Manifest
19 +++ b/sci-geosciences/opencpn-plugin-dr/Manifest
20 @@ -1,2 +1 @@
21 -DIST opencpn-plugin-dr-1.1.tar.gz 133693 BLAKE2B 3d3356d43ca263c117511be4b4b873038f1a0493ab9b9ec4d0811da4360a38a2ec4ee2a31b54ce18741fc9ae0e3daf1a0a24b1c62493087c747b9e8720ee5a07 SHA512 2a953c7a8a491975c2b14e877364cfa736d2c410ea77bb4e0b18cf3bb3b04b19c2fcbc9debd513182f95002b483e689c4e21c30d87474e319bae7d2d840254f1
22 DIST opencpn-plugin-dr-4.0.0.tar.gz 2010328 BLAKE2B 7b3d9e93edb52e6c039e759a5a4f8f85145c89c68b6c9d33ecf8fa376e4150bfe34a516bb9f278ef820fb880c2c45b13a446151c46bd9220e303c1b352010601 SHA512 0cbb87b66569451510f813a7766ca7e7e5c120861046c93b0adb0e71b90528ae83b12201635ec0e3a9286c470e0a93015c4a5a99cbc13979c894fa4be36ce71f
23
24 diff --git a/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-1.1.ebuild b/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-1.1.ebuild
25 deleted file mode 100644
26 index 96bb44ad6eeb..000000000000
27 --- a/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-1.1.ebuild
28 +++ /dev/null
29 @@ -1,35 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -WX_GTK_VER="3.0"
36 -inherit cmake wxwidgets
37 -
38 -MY_PN="DR_pi"
39 -if [[ ${PV} == *9999 ]] ; then
40 - inherit git-r3
41 - EGIT_REPO_URI="https://github.com/Rasbats/${MY_PN}.git"
42 -else
43 - SRC_URI="https://github.com/Rasbats/${MY_PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 - KEYWORDS="~amd64 ~x86"
46 - S="${WORKDIR}/${MY_PN}-${PV}"
47 -fi
48 -
49 -DESCRIPTION="Dead Reckoning Positions Plugin for OpenCPN"
50 -HOMEPAGE="https://github.com/Rasbats/DR_pi"
51 -
52 -LICENSE="GPL-2+"
53 -SLOT="0"
54 -
55 -RDEPEND="
56 - x11-libs/wxGTK:${WX_GTK_VER}
57 - >=sci-geosciences/opencpn-4.2.0"
58 -DEPEND="${RDEPEND}"
59 -BDEPEND="sys-devel/gettext"
60 -
61 -src_configure() {
62 - setup-wxwidgets unicode
63 - cmake_src_configure
64 -}