diff options
author | 2024-11-28 23:33:45 +0100 | |
---|---|---|
committer | 2024-11-28 23:36:38 +0100 | |
commit | 6fa2179e13341fba36534e308ec7b231017244f0 (patch) | |
tree | 79b5265e7d59ce3e5d97a29d685f80ae13ce12dc /sci-geosciences/opencpn-plugin-weather_routing | |
parent | media-video/ttcut: drop 0.19.6_p1-r1 (diff) | |
download | gentoo-6fa2179e13341fba36534e308ec7b231017244f0.tar.gz gentoo-6fa2179e13341fba36534e308ec7b231017244f0.tar.bz2 gentoo-6fa2179e13341fba36534e308ec7b231017244f0.zip |
sci-geosciences/opencpn*: remove last rited opencpn
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
Diffstat (limited to 'sci-geosciences/opencpn-plugin-weather_routing')
4 files changed, 0 insertions, 86 deletions
diff --git a/sci-geosciences/opencpn-plugin-weather_routing/Manifest b/sci-geosciences/opencpn-plugin-weather_routing/Manifest deleted file mode 100644 index a8d3887396a5..000000000000 --- a/sci-geosciences/opencpn-plugin-weather_routing/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST opencpn-plugin-weather_routing-1.13.1.tar.gz 893533 BLAKE2B 011eed0e6c4b463a89e83611f1b5b6dcb74edd65100a8fe444c5623ea85c20666194586964c2ed0b8a8b1d2d790026affccc034d98ea375284048fd33983a092 SHA512 43661df7b1a823f38a928a899bca58cd7451b663e23843bdf79000c0bc4e95cf9491e21e7a5ea6ad33f6a15e0a72c68058779ee241ad338a907852d048b5bc45 diff --git a/sci-geosciences/opencpn-plugin-weather_routing/metadata.xml b/sci-geosciences/opencpn-plugin-weather_routing/metadata.xml deleted file mode 100644 index c3c784e1bb10..000000000000 --- a/sci-geosciences/opencpn-plugin-weather_routing/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mschiff@gentoo.org</email> - <name>Marc Schiffbauer</name> - </maintainer> - <maintainer type="project"> - <email>sci-geosciences@gentoo.org</email> - <name>Gentoo Geosciences Project</name> - </maintainer> - <upstream> - <remote-id type="github">seandepagnier/weather_routing_pi</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.13.1.ebuild b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.13.1.ebuild deleted file mode 100644 index 2d4a9d906c36..000000000000 --- a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.13.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -WX_GTK_VER="3.0-gtk3" -inherit cmake wxwidgets - -MY_PN="weather_routing_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="Weather Routing Plugin for OpenCPN" -HOMEPAGE="https://github.com/rgleason/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 -} diff --git a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-9999.ebuild b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-9999.ebuild deleted file mode 100644 index 2d4a9d906c36..000000000000 --- a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-9999.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -WX_GTK_VER="3.0-gtk3" -inherit cmake wxwidgets - -MY_PN="weather_routing_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="Weather Routing Plugin for OpenCPN" -HOMEPAGE="https://github.com/rgleason/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 -} |