diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2024-11-28 23:33:45 +0100 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2024-11-28 23:36:38 +0100 |
commit | 6fa2179e13341fba36534e308ec7b231017244f0 (patch) | |
tree | 79b5265e7d59ce3e5d97a29d685f80ae13ce12dc /sci-geosciences/opencpn-plugin-route | |
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-route')
4 files changed, 0 insertions, 86 deletions
diff --git a/sci-geosciences/opencpn-plugin-route/Manifest b/sci-geosciences/opencpn-plugin-route/Manifest deleted file mode 100644 index 576e8760b19f..000000000000 --- a/sci-geosciences/opencpn-plugin-route/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST opencpn-plugin-route-1.2.tar.gz 373474 BLAKE2B ca0054882d7fde3f3c244f242acdbb34a5bc7003cd643e76c7e9ecedc35edbc507d2c6336f8746632d3b6bc23ba202953ce66e4e5941b81c46296129823a0eaa SHA512 4dcaa4592f72c6a093276689db5ffa8dae1ed3e0ac6790b85352a6a1942d8863c8f19dfd1110256df9ac28e8056442344852d7790ae97201efe965485a5faa26 diff --git a/sci-geosciences/opencpn-plugin-route/metadata.xml b/sci-geosciences/opencpn-plugin-route/metadata.xml deleted file mode 100644 index ade380832174..000000000000 --- a/sci-geosciences/opencpn-plugin-route/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">SaltyPaws/route_pi</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-1.2.ebuild b/sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-1.2.ebuild deleted file mode 100644 index a2b93f3991c2..000000000000 --- a/sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-1.2.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="route_pi" -if [[ ${PV} == *9999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/SaltyPaws/${MY_PN}.git" -else - SRC_URI="https://github.com/SaltyPaws/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${MY_PN}-${PV}" -fi - -DESCRIPTION="Route Plotting Plugin for OpenCPN" -HOMEPAGE="https://github.com/SaltyPaws/route_pi" - -LICENSE="GPL-2+" -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-route/opencpn-plugin-route-9999.ebuild b/sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-9999.ebuild deleted file mode 100644 index a2b93f3991c2..000000000000 --- a/sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-9999.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="route_pi" -if [[ ${PV} == *9999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/SaltyPaws/${MY_PN}.git" -else - SRC_URI="https://github.com/SaltyPaws/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${MY_PN}-${PV}" -fi - -DESCRIPTION="Route Plotting Plugin for OpenCPN" -HOMEPAGE="https://github.com/SaltyPaws/route_pi" - -LICENSE="GPL-2+" -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 -} |