summaryrefslogtreecommitdiff
path: root/sci-geosciences/opencpn-plugin-objsearch
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-objsearch
parenta2148b9fab4c83209816a49f091d70873b19881d (diff)
gentoo auto-resync : 29:11:2024 - 02:06:03
Diffstat (limited to 'sci-geosciences/opencpn-plugin-objsearch')
-rw-r--r--sci-geosciences/opencpn-plugin-objsearch/Manifest4
-rw-r--r--sci-geosciences/opencpn-plugin-objsearch/metadata.xml15
-rw-r--r--sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.7.ebuild35
-rw-r--r--sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-9999.ebuild35
4 files changed, 0 insertions, 89 deletions
diff --git a/sci-geosciences/opencpn-plugin-objsearch/Manifest b/sci-geosciences/opencpn-plugin-objsearch/Manifest
deleted file mode 100644
index 7c1e5605921b..000000000000
--- a/sci-geosciences/opencpn-plugin-objsearch/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST opencpn-plugin-objsearch-0.7.tar.gz 2047642 BLAKE2B f7e07c93bab6929a9d096b4c39e14842b8069f134e5cb4ba7ff69d79371c1d04754e11592d440832abee8b41eb6de1f6ad9abe3f21ecc892ea3b2f9bf0a7a093 SHA512 9c371bf3a5ef551a68ea7e2569536df37d7ec1241be011c6a313229f3c34697332c967c91855d9ccdd4f0a3412ade130fe241ea22c803f7c37543539602f71b3
-EBUILD opencpn-plugin-objsearch-0.7.ebuild 744 BLAKE2B efc2a02b9d10a0071be5412ad9f95a92329d1f51734079b68f834e7db320b444bccd80a63550d333343933514fad1be2ebd15b7d5dc6122ad9b133fd343d40a1 SHA512 f8f694d176af568309d3a62562ba74b6a0dc5883ad4e30233f032b5faa36db1590cf2f53364950332e3362dc0ee1c2b9b992806d22f8271e800e599782a87372
-EBUILD opencpn-plugin-objsearch-9999.ebuild 744 BLAKE2B efc2a02b9d10a0071be5412ad9f95a92329d1f51734079b68f834e7db320b444bccd80a63550d333343933514fad1be2ebd15b7d5dc6122ad9b133fd343d40a1 SHA512 f8f694d176af568309d3a62562ba74b6a0dc5883ad4e30233f032b5faa36db1590cf2f53364950332e3362dc0ee1c2b9b992806d22f8271e800e599782a87372
-MISC metadata.xml 464 BLAKE2B ee7854fd3eb7579969f5d46f2f2aff89df574002109e4500e4a29a9cf92272f77f7e17e1a94442683106453bc6d74b8081cbe2138e14ea8643330c1935e2bcb0 SHA512 13dc3851b1da549699ded6764905593145aa91f1ce870a36b38c486314b1219785326049ef217f57aceda3fca460db4c7ae034b82e3a7dfd8e90939113afc504
diff --git a/sci-geosciences/opencpn-plugin-objsearch/metadata.xml b/sci-geosciences/opencpn-plugin-objsearch/metadata.xml
deleted file mode 100644
index 3d9099985ab0..000000000000
--- a/sci-geosciences/opencpn-plugin-objsearch/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">nohal/objsearch_pi</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.7.ebuild b/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.7.ebuild
deleted file mode 100644
index d8a4f05a0de4..000000000000
--- a/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.7.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="objsearch_pi"
-if [[ ${PV} == *9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/nohal/${MY_PN}.git"
-else
- SRC_URI="https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Chart Object Search Plugin for OpenCPN"
-HOMEPAGE="https://github.com/nohal/objsearch_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-objsearch/opencpn-plugin-objsearch-9999.ebuild b/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-9999.ebuild
deleted file mode 100644
index d8a4f05a0de4..000000000000
--- a/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-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="objsearch_pi"
-if [[ ${PV} == *9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/nohal/${MY_PN}.git"
-else
- SRC_URI="https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Chart Object Search Plugin for OpenCPN"
-HOMEPAGE="https://github.com/nohal/objsearch_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
-}