summaryrefslogtreecommitdiff
path: root/sci-geosciences/opencpn-plugin-route
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-11-29 02:06:03 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-11-29 02:06:03 +0000
commit2a3c08f4647671d17f534a5dbd8bd45e11c90ea2 (patch)
tree67ecd2d13b251a03c4834bdec638d301818901eb /sci-geosciences/opencpn-plugin-route
parenta2148b9fab4c83209816a49f091d70873b19881d (diff)
gentoo auto-resync : 29:11:2024 - 02:06:03
Diffstat (limited to 'sci-geosciences/opencpn-plugin-route')
-rw-r--r--sci-geosciences/opencpn-plugin-route/Manifest4
-rw-r--r--sci-geosciences/opencpn-plugin-route/metadata.xml15
-rw-r--r--sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-1.2.ebuild35
-rw-r--r--sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-9999.ebuild35
4 files changed, 0 insertions, 89 deletions
diff --git a/sci-geosciences/opencpn-plugin-route/Manifest b/sci-geosciences/opencpn-plugin-route/Manifest
deleted file mode 100644
index 854ad123ad80..000000000000
--- a/sci-geosciences/opencpn-plugin-route/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST opencpn-plugin-route-1.2.tar.gz 373474 BLAKE2B ca0054882d7fde3f3c244f242acdbb34a5bc7003cd643e76c7e9ecedc35edbc507d2c6336f8746632d3b6bc23ba202953ce66e4e5941b81c46296129823a0eaa SHA512 4dcaa4592f72c6a093276689db5ffa8dae1ed3e0ac6790b85352a6a1942d8863c8f19dfd1110256df9ac28e8056442344852d7790ae97201efe965485a5faa26
-EBUILD opencpn-plugin-route-1.2.ebuild 743 BLAKE2B 012286c3a6d244b6ba63f332b7fd37b7cec5e955e4bf1b0f302e5f1704d44ed39b6db624dcb881c3088e9ab9715b2347dffc3b130cdc7f86a7986deed377dfef SHA512 9aa97a75b9b6a4391e66a5ad8f2146c08b60f34e46bc48787474bcd5520ba67e2f87ae7e48397db90004e974fd61642cb9db7790fb5996cca0af44089f90ed0c
-EBUILD opencpn-plugin-route-9999.ebuild 743 BLAKE2B 012286c3a6d244b6ba63f332b7fd37b7cec5e955e4bf1b0f302e5f1704d44ed39b6db624dcb881c3088e9ab9715b2347dffc3b130cdc7f86a7986deed377dfef SHA512 9aa97a75b9b6a4391e66a5ad8f2146c08b60f34e46bc48787474bcd5520ba67e2f87ae7e48397db90004e974fd61642cb9db7790fb5996cca0af44089f90ed0c
-MISC metadata.xml 464 BLAKE2B a87369fb93fd6e79422f93ef6d6e94fe1b539991a46416302634d529710c468a58a2d1a8a9c3a094c62e81ada95944ff6d40e467d3c7cb44d5cb4f0763144182 SHA512 18c4e61e994a214ded4b6dfd6d5531da49ad8d8bad3dd91f049780b55014f60b84e4d2a6e8cc9ae6223a69035082c59878e30d9d023bb8d7ce810f7b163cad76
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
-}