summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2024-11-28 23:33:45 +0100
committerMarc Schiffbauer <mschiff@gentoo.org>2024-11-28 23:36:38 +0100
commit6fa2179e13341fba36534e308ec7b231017244f0 (patch)
tree79b5265e7d59ce3e5d97a29d685f80ae13ce12dc /sci-geosciences/opencpn-plugin-dr
parentmedia-video/ttcut: drop 0.19.6_p1-r1 (diff)
downloadgentoo-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-dr')
-rw-r--r--sci-geosciences/opencpn-plugin-dr/Manifest1
-rw-r--r--sci-geosciences/opencpn-plugin-dr/files/cmake.patch41
-rw-r--r--sci-geosciences/opencpn-plugin-dr/metadata.xml15
-rw-r--r--sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-4.0.0.ebuild39
-rw-r--r--sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-9999.ebuild39
5 files changed, 0 insertions, 135 deletions
diff --git a/sci-geosciences/opencpn-plugin-dr/Manifest b/sci-geosciences/opencpn-plugin-dr/Manifest
deleted file mode 100644
index b8e4c9ec3950..000000000000
--- a/sci-geosciences/opencpn-plugin-dr/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST opencpn-plugin-dr-4.0.0.tar.gz 2010328 BLAKE2B 7b3d9e93edb52e6c039e759a5a4f8f85145c89c68b6c9d33ecf8fa376e4150bfe34a516bb9f278ef820fb880c2c45b13a446151c46bd9220e303c1b352010601 SHA512 0cbb87b66569451510f813a7766ca7e7e5c120861046c93b0adb0e71b90528ae83b12201635ec0e3a9286c470e0a93015c4a5a99cbc13979c894fa4be36ce71f
diff --git a/sci-geosciences/opencpn-plugin-dr/files/cmake.patch b/sci-geosciences/opencpn-plugin-dr/files/cmake.patch
deleted file mode 100644
index ab0bb813c321..000000000000
--- a/sci-geosciences/opencpn-plugin-dr/files/cmake.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-diff -ur DR_pi-4.0.0.orig/CMakeLists.txt DR_pi-4.0.0/CMakeLists.txt
---- DR_pi-4.0.0.orig/CMakeLists.txt 2021-11-04 00:32:44.000000000 -1000
-+++ DR_pi-4.0.0/CMakeLists.txt 2021-11-29 00:11:03.998266321 -1000
-@@ -61,9 +61,10 @@
- )
- include(Targets)
- create_targets(${FLATPAK_MANIFEST})
--if ("${BUILD_TYPE}" STREQUAL "")
-- return ()
--endif ()
-+#if ("${BUILD_TYPE}" STREQUAL "")
-+# return ()
-+#endif ()
-+include(PluginLibs)
-
- if (NOT ${BUILD_TYPE} STREQUAL "flatpak")
- # Build package as required (flatpak already dealt with).
-diff -ur DR_pi-4.0.0.orig/cmake/PluginInstall.cmake DR_pi-4.0.0/cmake/PluginInstall.cmake
---- DR_pi-4.0.0.orig/cmake/PluginInstall.cmake 2021-11-04 00:32:44.000000000 -1000
-+++ DR_pi-4.0.0/cmake/PluginInstall.cmake 2021-11-29 00:10:04.241099544 -1000
-@@ -11,7 +11,7 @@
- # the Free Software Foundation; either version 3 of the License, or
- # (at your option) any later version.
-
--include(Metadata)
-+#include(Metadata)
-
- if (APPLE)
- install(
-diff -ur DR_pi-4.0.0.orig/cmake/Targets.cmake DR_pi-4.0.0/cmake/Targets.cmake
---- DR_pi-4.0.0.orig/cmake/Targets.cmake 2021-11-04 00:32:44.000000000 -1000
-+++ DR_pi-4.0.0/cmake/Targets.cmake 2021-11-29 00:10:18.954386822 -1000
-@@ -19,7 +19,7 @@
- return()
- endif ()
-
--include(Metadata)
-+#include(Metadata)
-
- if (UNIX AND NOT APPLE AND NOT QT_ANDROID)
- set(_LINUX ON)
diff --git a/sci-geosciences/opencpn-plugin-dr/metadata.xml b/sci-geosciences/opencpn-plugin-dr/metadata.xml
deleted file mode 100644
index bfcdc2c85249..000000000000
--- a/sci-geosciences/opencpn-plugin-dr/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">Rasbats/DR_pi</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-4.0.0.ebuild b/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-4.0.0.ebuild
deleted file mode 100644
index f8093a00ebdc..000000000000
--- a/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-4.0.0.ebuild
+++ /dev/null
@@ -1,39 +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-gtk3"
-inherit cmake wxwidgets
-
-MY_PN="DR_pi"
-if [[ ${PV} == *9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/Rasbats/${MY_PN}.git"
-else
- SRC_URI="https://github.com/Rasbats/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Dead Reckoning Positions Plugin for OpenCPN"
-HOMEPAGE="https://github.com/Rasbats/DR_pi"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-RDEPEND="
- x11-libs/wxGTK:${WX_GTK_VER}
- sci-geosciences/opencpn:="
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/gettext"
-
-PATCHES=(
- "${FILESDIR}/cmake.patch"
-)
-
-src_configure() {
- setup-wxwidgets unicode
- cmake_src_configure
-}
diff --git a/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-9999.ebuild b/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-9999.ebuild
deleted file mode 100644
index f8093a00ebdc..000000000000
--- a/sci-geosciences/opencpn-plugin-dr/opencpn-plugin-dr-9999.ebuild
+++ /dev/null
@@ -1,39 +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-gtk3"
-inherit cmake wxwidgets
-
-MY_PN="DR_pi"
-if [[ ${PV} == *9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/Rasbats/${MY_PN}.git"
-else
- SRC_URI="https://github.com/Rasbats/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Dead Reckoning Positions Plugin for OpenCPN"
-HOMEPAGE="https://github.com/Rasbats/DR_pi"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-RDEPEND="
- x11-libs/wxGTK:${WX_GTK_VER}
- sci-geosciences/opencpn:="
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/gettext"
-
-PATCHES=(
- "${FILESDIR}/cmake.patch"
-)
-
-src_configure() {
- setup-wxwidgets unicode
- cmake_src_configure
-}