summaryrefslogtreecommitdiff
path: root/sci-geosciences/opencpn-plugin-weatherfax
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-weatherfax
parenta2148b9fab4c83209816a49f091d70873b19881d (diff)
gentoo auto-resync : 29:11:2024 - 02:06:03
Diffstat (limited to 'sci-geosciences/opencpn-plugin-weatherfax')
-rw-r--r--sci-geosciences/opencpn-plugin-weatherfax/Manifest4
-rw-r--r--sci-geosciences/opencpn-plugin-weatherfax/metadata.xml15
-rw-r--r--sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.20180316.ebuild35
-rw-r--r--sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-9999.ebuild35
4 files changed, 0 insertions, 89 deletions
diff --git a/sci-geosciences/opencpn-plugin-weatherfax/Manifest b/sci-geosciences/opencpn-plugin-weatherfax/Manifest
deleted file mode 100644
index 9b2f22c84a77..000000000000
--- a/sci-geosciences/opencpn-plugin-weatherfax/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST opencpn-plugin-weatherfax-1.3.20180316.tar.gz 585747 BLAKE2B f81de2da49cd16be62b4fc64e025626a3b7470563db32293803275c0a682b1eff5c85dead9d846e6b69362aa6faaf370f707ab7dab0db981a431bf8872a66430 SHA512 effa3fc2c348bf5a0d70dcfee8a4643f8cba51e5177e40affc50e2d85bffcb2c89c067a57eadb18834900691214b2b1ee17760a8b525cf12da4c7a3e6970daf0
-EBUILD opencpn-plugin-weatherfax-1.3.20180316.ebuild 755 BLAKE2B 77b3b8fe994fa09cd2694e0c88e8a618ca32b4b636374f5fc5fb5535408c3337a2ef5079e3579f43f7790696ea29caaa5c56502af8e5a7a8a0835b08329f15b8 SHA512 1b4af80a7faa9d3a81cb107b2bf49ea6853ee04477ec9243dc195ca1e107c67e1b3e711beee29413b2ac682ec82f3d2fd1ae993ce5992a9d0d9619498cfd7beb
-EBUILD opencpn-plugin-weatherfax-9999.ebuild 755 BLAKE2B 77b3b8fe994fa09cd2694e0c88e8a618ca32b4b636374f5fc5fb5535408c3337a2ef5079e3579f43f7790696ea29caaa5c56502af8e5a7a8a0835b08329f15b8 SHA512 1b4af80a7faa9d3a81cb107b2bf49ea6853ee04477ec9243dc195ca1e107c67e1b3e711beee29413b2ac682ec82f3d2fd1ae993ce5992a9d0d9619498cfd7beb
-MISC metadata.xml 473 BLAKE2B b54e856fad020a6f25b02d01e729739ca81dc84f78a526e36a75f29e1086087bf30a4e996dbc0966bd130fef038a913295e8b5164fbbf9de49f6bf5319e6174e SHA512 545a4b843fab005a83715b25c97d5829d607b6878ebfddbfba0831aac90388921a8ab8ff8ced20252942e151b5c51cec63977108fa711bb9c66a033ee8533ef2
diff --git a/sci-geosciences/opencpn-plugin-weatherfax/metadata.xml b/sci-geosciences/opencpn-plugin-weatherfax/metadata.xml
deleted file mode 100644
index cd6445f1b395..000000000000
--- a/sci-geosciences/opencpn-plugin-weatherfax/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/weatherfax_pi</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.20180316.ebuild b/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.20180316.ebuild
deleted file mode 100644
index b0cb5f6225f3..000000000000
--- a/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.20180316.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="weatherfax_pi"
-if [[ ${PV} == *9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git"
-else
- SRC_URI="https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Weatherfax Plugin for OpenCPN"
-HOMEPAGE="https://github.com/seandepagnier/weatherfax_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-weatherfax/opencpn-plugin-weatherfax-9999.ebuild b/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-9999.ebuild
deleted file mode 100644
index b0cb5f6225f3..000000000000
--- a/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-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="weatherfax_pi"
-if [[ ${PV} == *9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git"
-else
- SRC_URI="https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Weatherfax Plugin for OpenCPN"
-HOMEPAGE="https://github.com/seandepagnier/weatherfax_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
-}