From: "Marc Schiffbauer" <mschiff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-br24radar/
Date: Thu, 18 Nov 2021 06:04:07 +0000 (UTC) [thread overview]
Message-ID: <1637215406.e46277e3fe164ca8a21ee443985a0933cc0c961c.mschiff@gentoo> (raw)
commit: e46277e3fe164ca8a21ee443985a0933cc0c961c
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 05:56:34 2021 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Thu Nov 18 06:03:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46277e3
sci-geosciences/opencpn-plugin-br24radar: restore "drop package"
Revert "sci-geosciences/opencpn-plugin-br24radar: [QA] Revert "drop package""
This reverts commit 9199df6a942fbdf85056b129060a7aaf996fb27c.
Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
sci-geosciences/opencpn-plugin-br24radar/Manifest | 1 -
.../opencpn-plugin-br24radar/metadata.xml | 15 ----------
.../opencpn-plugin-br24radar-2.1.ebuild | 35 ----------------------
.../opencpn-plugin-br24radar-9999.ebuild | 35 ----------------------
4 files changed, 86 deletions(-)
diff --git a/sci-geosciences/opencpn-plugin-br24radar/Manifest b/sci-geosciences/opencpn-plugin-br24radar/Manifest
deleted file mode 100644
index ba6a4a5e43d3..000000000000
--- a/sci-geosciences/opencpn-plugin-br24radar/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST opencpn-plugin-br24radar-2.1.tar.gz 3947426 BLAKE2B a850973caa64ba4855d97e9374a5e40e292fd0df47a783a711453c49a07f3d945e33247a6199c5c1378dcc1ae29c2e4707675a12b02d3abbd8a115eaf107470c SHA512 357553396fd020e192dbbd5a05af1cd9e06c99244b426239a1d0aac4688affc1702bc16b62010236fc3af1ec7356f1dfb49e3afe3a94cb4dd7b1e0a2ef007af3
diff --git a/sci-geosciences/opencpn-plugin-br24radar/metadata.xml b/sci-geosciences/opencpn-plugin-br24radar/metadata.xml
deleted file mode 100644
index f3804ddd191b..000000000000
--- a/sci-geosciences/opencpn-plugin-br24radar/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">canboat/BR24radar_pi</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-2.1.ebuild b/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-2.1.ebuild
deleted file mode 100644
index 72253384403b..000000000000
--- a/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-2.1.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="BR24radar_pi"
-if [[ ${PV} == *9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/canboat/${MY_PN}.git"
-else
- SRC_URI="https://github.com/canboat/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Navico (Simrad, Lowrance) Broadband BR24/3G/4G Radar Plugin for OpenCPN"
-HOMEPAGE="https://github.com/canboat/BR24radar_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-br24radar/opencpn-plugin-br24radar-9999.ebuild b/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-9999.ebuild
deleted file mode 100644
index 72253384403b..000000000000
--- a/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-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="BR24radar_pi"
-if [[ ${PV} == *9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/canboat/${MY_PN}.git"
-else
- SRC_URI="https://github.com/canboat/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Navico (Simrad, Lowrance) Broadband BR24/3G/4G Radar Plugin for OpenCPN"
-HOMEPAGE="https://github.com/canboat/BR24radar_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
-}
next reply other threads:[~2021-11-18 6:04 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-18 6:04 Marc Schiffbauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-11-18 1:49 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-br24radar/ Sam James
2021-11-18 0:44 Marc Schiffbauer
2021-04-04 20:21 David Seifert
2018-03-16 23:46 Marc Schiffbauer
2017-08-07 9:02 Amy Liffey
2016-12-30 18:00 Marc Schiffbauer
2016-03-30 23:26 Marc Schiffbauer
2016-03-26 2:29 Marc Schiffbauer
2015-10-25 17:16 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1637215406.e46277e3fe164ca8a21ee443985a0933cc0c961c.mschiff@gentoo \
--to=mschiff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox