diff options
Diffstat (limited to 'sci-geosciences/opencpn-plugin-climatology')
4 files changed, 0 insertions, 125 deletions
diff --git a/sci-geosciences/opencpn-plugin-climatology/Manifest b/sci-geosciences/opencpn-plugin-climatology/Manifest deleted file mode 100644 index 0bc6d5f1879a..000000000000 --- a/sci-geosciences/opencpn-plugin-climatology/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST opencpn-plugin-climatology-1.0-CL-DATA.tar.xz 5830716 BLAKE2B 57e781f4d86ec17456e786629ec5b82c9aba872c2f8c26ec628e4ab5314b0a3c6933cc0c7a36616830038add1f95a52b8acd7c6f03cb702c611be255a3b91f1a SHA512 5c0b724e7acbfe4a7f494d107806a3491f000f26f4a92519294975dd57a0ba68919c4bed3571ec8fa652138f26f09abd3742a1e5097fa54714564c70f84fbfd3 -DIST opencpn-plugin-climatology-1.4.32.0.tar.gz 7070623 BLAKE2B fe710287cae08a511baa504af89b9ae7a5b0f23b2c6071803c7b7627917fd48353caef977c27b1f6d35febc2ab20a8df364c5c939b8702d9256ae3a8d5ed0b13 SHA512 11158e73658bd7ffa0d3726fab69afb5cedab5594507a36b3836b2806ac3e120b27c4e2669819db63e6991fae89534b6cee4dd04964c3310c4afe3901fe21f1b -EBUILD opencpn-plugin-climatology-1.4.32.0.ebuild 1100 BLAKE2B 41a5820180fc93112d760f245e46b278b9202e2d47f2dd8f8ddef53674ad02b3d968bece4da1247236277800b04fe0d8e0e6d40e5003a6b79e4745741fc8045f SHA512 d4f2eae050e6cb78998774e5729a7d6c51edd151c1cb3e1beb3429eb702859b725dcf4ce8a289a5f75de48ca8762b121f9bc656d4131ba6b060ee27011108857 -EBUILD opencpn-plugin-climatology-9999.ebuild 1100 BLAKE2B 41a5820180fc93112d760f245e46b278b9202e2d47f2dd8f8ddef53674ad02b3d968bece4da1247236277800b04fe0d8e0e6d40e5003a6b79e4745741fc8045f SHA512 d4f2eae050e6cb78998774e5729a7d6c51edd151c1cb3e1beb3429eb702859b725dcf4ce8a289a5f75de48ca8762b121f9bc656d4131ba6b060ee27011108857 -MISC metadata.xml 533 BLAKE2B bd5203682474609c528475d8f09404b2bb3350ce4d525cb1c67d218b3c6dbeece8d912b394518aa63bd264bf759a30cc4e13af1835ed8bb330f7082d930af2d0 SHA512 52b627008372387277dfbb66eb2a6e64c5d2e88538e7ba710329879695cccd690ad2e8d6283d0e868891718e1332a4e27702fb8d79712b06f8ce91597c0a8a60 diff --git a/sci-geosciences/opencpn-plugin-climatology/metadata.xml b/sci-geosciences/opencpn-plugin-climatology/metadata.xml deleted file mode 100644 index 404cfa34be89..000000000000 --- a/sci-geosciences/opencpn-plugin-climatology/metadata.xml +++ /dev/null @@ -1,16 +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="sourceforge">opencpnplugins</remote-id> - <remote-id type="github">seandepagnier/climatology_pi</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.4.32.0.ebuild b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.4.32.0.ebuild deleted file mode 100644 index 1694b896600a..000000000000 --- a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.4.32.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2024 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="climatology_pi" -if [[ ${PV} == *9999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git" -else - SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${MY_PN}-${PV}" -fi - -DESCRIPTION="Climatology Plugin for OpenCPN (includes CL-DATA)" -HOMEPAGE="https://github.com/rgleason/climatology_pi" -SRC_URI=" - ${SRC_URI} - https://downloads.sourceforge.net/opencpnplugins/climatology_pi/CL-DATA-1.0.tar.xz -> ${PN}-1.0-CL-DATA.tar.xz" - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - x11-libs/wxGTK:${WX_GTK_VER} - sci-geosciences/opencpn:=" -DEPEND="${RDEPEND}" -BDEPEND="sys-devel/gettext" - -src_unpack() { - unpack ${A} - if [[ ${PV} == *9999 ]] ; then - git-r3_checkout - fi -} - -src_configure() { - setup-wxwidgets unicode - cmake_src_configure -} - -src_install() { - cmake_src_install - - insinto /usr/share/opencpn/plugins/${MY_PN}/data/ - doins -r {,../}data/. -} diff --git a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-9999.ebuild b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-9999.ebuild deleted file mode 100644 index 1694b896600a..000000000000 --- a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-9999.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2024 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="climatology_pi" -if [[ ${PV} == *9999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git" -else - SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${MY_PN}-${PV}" -fi - -DESCRIPTION="Climatology Plugin for OpenCPN (includes CL-DATA)" -HOMEPAGE="https://github.com/rgleason/climatology_pi" -SRC_URI=" - ${SRC_URI} - https://downloads.sourceforge.net/opencpnplugins/climatology_pi/CL-DATA-1.0.tar.xz -> ${PN}-1.0-CL-DATA.tar.xz" - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - x11-libs/wxGTK:${WX_GTK_VER} - sci-geosciences/opencpn:=" -DEPEND="${RDEPEND}" -BDEPEND="sys-devel/gettext" - -src_unpack() { - unpack ${A} - if [[ ${PV} == *9999 ]] ; then - git-r3_checkout - fi -} - -src_configure() { - setup-wxwidgets unicode - cmake_src_configure -} - -src_install() { - cmake_src_install - - insinto /usr/share/opencpn/plugins/${MY_PN}/data/ - doins -r {,../}data/. -} |