commit:     3316ee430c686ca56d5f78f4a27e6ab83ce50968
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 23 11:57:34 2025 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Mar 23 11:58:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3316ee43

sci-geosciences: remove last-rited gpxlab

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 profiles/package.mask                           |  7 ----
 sci-geosciences/gpxlab/Manifest                 |  1 -
 sci-geosciences/gpxlab/files/gpxlab-0.7.0.patch | 10 -----
 sci-geosciences/gpxlab/gpxlab-0.7.0-r1.ebuild   | 51 -------------------------
 sci-geosciences/gpxlab/metadata.xml             | 15 --------
 5 files changed, 84 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index f8fc88c9e87a..c1b6aa94a701 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -291,13 +291,6 @@ dev-python/pyside6-tools
 # Removal on 2025-03-16. Bug 948200.
 app-text/xournal
 
-# Andrey Grozin <[email protected]> (2025-02-15)
-# Last release 6 years ago, depends on Qt5,
-# no one else packages this.
-# Use sci-geosciences/gpxsee instead.
-# Removal on 2025-03-16.
-sci-geosciences/gpxlab
-
 # Andrey Grozin <[email protected]> (2025-02-15)
 # Last release 6 years ago, no one else packages this.
 # Bugs #932575, #927671

diff --git a/sci-geosciences/gpxlab/Manifest b/sci-geosciences/gpxlab/Manifest
deleted file mode 100644
index e53ea4aabfe7..000000000000
--- a/sci-geosciences/gpxlab/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gpxlab-0.7.0.tar.gz 1082049 BLAKE2B 
e84b04ef711b9d6d24639f338a5dd1d61185aeb6917699228fdd68309f15736f52b0ead7cba234bd4538bb7012bba5b6889fcf020cbfad96d90e46d26628e086
 SHA512 
493eaab8d14bb7402eafe8273d6ced2bc2e0632448cfc7b510a4d8dbe180abcaa6e321f435b7a5209a322851f04af493786b88123962cac525a315ecf375f817

diff --git a/sci-geosciences/gpxlab/files/gpxlab-0.7.0.patch 
b/sci-geosciences/gpxlab/files/gpxlab-0.7.0.patch
deleted file mode 100644
index 40ccab708b05..000000000000
--- a/sci-geosciences/gpxlab/files/gpxlab-0.7.0.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -r -U2 GPXLab-0.7.0.orig/GPXLab/GPXLab.pro GPXLab-0.7.0/GPXLab/GPXLab.pro
---- GPXLab-0.7.0.orig/GPXLab/GPXLab.pro        2019-12-11 15:44:11.000000000 
+0700
-+++ GPXLab-0.7.0/GPXLab/GPXLab.pro     2021-03-25 17:03:19.093288969 +0700
-@@ -140,5 +140,5 @@
- 
- unix:!macx {
--    isEmpty(PREFIX):PREFIX = /usr/local
-+    isEmpty(PREFIX):PREFIX = /usr
-     DEFINES += PREFIX=\\\"$$PREFIX\\\"
- 

diff --git a/sci-geosciences/gpxlab/gpxlab-0.7.0-r1.ebuild 
b/sci-geosciences/gpxlab/gpxlab-0.7.0-r1.ebuild
deleted file mode 100644
index 56fda8622ff6..000000000000
--- a/sci-geosciences/gpxlab/gpxlab-0.7.0-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PLOCALES="fi ru"
-inherit plocale qmake-utils xdg
-
-MY_PN="GPXLab"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="An application to display and manage GPS tracks"
-HOMEPAGE="https://github.com/BourgeoisLab/GPXLab";
-SRC_URI="https://github.com/BourgeoisLab/${MY_PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-qt/qtcore:5
-       dev-qt/qtwidgets:5
-       dev-qt/qtgui:5
-       dev-qt/qtprintsupport:5
-       dev-qt/qtnetwork:5"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.7.0.patch )
-
-src_prepare() {
-       default
-
-       plocale_find_changes ${MY_PN}/locale "${PN}_" '.ts'
-
-       rm_ts() {
-               sed -e "s|locale/${PN}_${1}.ts||" -i ${MY_PN}/${MY_PN}.pro || 
die
-       }
-       plocale_for_each_disabled_locale rm_ts
-}
-
-src_compile() {
-       $(qt5_get_bindir)/lrelease ${MY_PN}.pro || die "lrelease failed"
-       eqmake5 ${MY_PN}.pro
-       emake
-}
-
-src_install() {
-       emake INSTALL_ROOT="${D}" install
-       dodoc README.md CHANGELOG.md
-}

diff --git a/sci-geosciences/gpxlab/metadata.xml 
b/sci-geosciences/gpxlab/metadata.xml
deleted file mode 100644
index 68d6d15cbcc1..000000000000
--- a/sci-geosciences/gpxlab/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>[email protected]</email>
-    <name>Andrey Grozin</name>
-  </maintainer>
-  <maintainer type="project">
-    <email>[email protected]</email>
-    <name>Gentoo Science Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">BourgeoisLab/GPXLab</remote-id>
-  </upstream>
-</pkgmetadata>

Reply via email to