public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpxsee/
Date: Mon, 10 Mar 2025 15:27:23 +0000 (UTC)	[thread overview]
Message-ID: <1741620430.b0b9de0fdc1d8c4fc7ac64bab3e619b29e6d943f.grozin@gentoo> (raw)

commit:     b0b9de0fdc1d8c4fc7ac64bab3e619b29e6d943f
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 10 15:27:10 2025 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 15:27:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b9de0f

sci-geosciences/gpxsee: remove old versions

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

 sci-geosciences/gpxsee/Manifest            |  2 --
 sci-geosciences/gpxsee/gpxsee-13.35.ebuild | 51 ------------------------------
 sci-geosciences/gpxsee/gpxsee-13.36.ebuild | 51 ------------------------------
 3 files changed, 104 deletions(-)

diff --git a/sci-geosciences/gpxsee/Manifest b/sci-geosciences/gpxsee/Manifest
index c2613a148bbc..3a70ba432912 100644
--- a/sci-geosciences/gpxsee/Manifest
+++ b/sci-geosciences/gpxsee/Manifest
@@ -1,5 +1,3 @@
 DIST gpxsee-13.33.tar.gz 5557400 BLAKE2B b1aaf16567ab4f35120cf5dd43f9c29136f8dfe04ba85d4876ed135a5f84ebf3626aac9cb1c63cd7b732245a6fbb76bcedb3255d6157796a7a68c938f1da8d1e SHA512 9ae1c59ca9e3b1ceb36fb1923da7f599c6c3f11be05d789629a0a425c11a634cf5a98f78390fb5b0838f7da4e96cce807fe146d0125671d3567b17cbbf1ae9cb
 DIST gpxsee-13.34.tar.gz 5559175 BLAKE2B 40c702c5cb4e333738be3591fd5c3660f8d616a8689b529dae324baf2dfcc0bd460d4ccd715947fbcd7bd9be605e4516d0ab4abfc8389b3c49b3cc3a04532295 SHA512 424dbfc60ec3dd4802e69616d5cd35d26e4131ad2ed366eaced3539ea2afe1e44c8e3343f85d408fce6c5b186cf8085bfb01182e891859521778321877b9452e
-DIST gpxsee-13.35.tar.gz 5567197 BLAKE2B 29e42e31f6fd6c28a1f3983d4072a0725fac9eb6f8b5ca19bc3801fd01d6034068ea4a9b7fa8b456cdbbc00e4bbc14c86a9d69438c81019b1a2f48742135bff2 SHA512 648b60bdebf8a2a5e63312bcd3615ab9e363201714e61e61e6f90d2256201570f924aec610d1fc258ab1a6aa73fe02d6e05550fd43588e872695b03726e41149
-DIST gpxsee-13.36.tar.gz 5558688 BLAKE2B 12925f1c8125db60a3e09e84fdb667745886e9a5b339776093bfe91838d1a6f17d17c9e50a667d2518aed567f5f1436bf7c12236203070fcd8a6e677d856ab3e SHA512 500396d12c7d619ed278ec09e03b3fb209f42cfd876143342880f0eae0d4a7d53a4ddc44c10c2c7a3818d2f6cf2b77b4a3640e6558cb6d95b2f0d03a18d34f9d
 DIST gpxsee-13.37.tar.gz 5561051 BLAKE2B 90b834859dbf24aaed478a6863cd9c75fa09fa8dfc5b29a25f33c78a6aca44fb6a24569fb156ede394aa6c5ec3e060815564a5db6d786d71271cc4af2d2cd42e SHA512 095dd273ecca5532d872095095ed8b2d197598eaaaf79a17734b97fb20078aab097a5db6e729b847e685e3b52bf0dc97db7cfdc96de95746251b5a4ce71b824d

diff --git a/sci-geosciences/gpxsee/gpxsee-13.35.ebuild b/sci-geosciences/gpxsee/gpxsee-13.35.ebuild
deleted file mode 100644
index 3bdb41535e80..000000000000
--- a/sci-geosciences/gpxsee/gpxsee-13.35.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="GPXSee"
-PLOCALES="ca cs da de en eo es fi fr hu it ko nb pl pt_BR ru sv tr uk zh_CN"
-inherit plocale qmake-utils xdg
-
-DESCRIPTION="Viewer and analyzer that supports gpx, tcx, kml, fit, igc and nmea files"
-HOMEPAGE="https://www.gpxsee.org/ https://github.com/tumic0/GPXSee"
-SRC_URI="https://github.com/tumic0/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-RDEPEND="
-	dev-qt/qtbase:6=[concurrent,gui,network,opengl,sql,widgets]
-	dev-qt/qtpositioning:6
-	dev-qt/qtsvg:6
-"
-DEPEND="${RDEPEND}
-	dev-qt/qtserialport:6
-"
-BDEPEND="dev-qt/qttools:6[linguist]"
-
-PATCHES=( "${FILESDIR}"/${PN}-7.33.patch )
-
-src_prepare() {
-	default
-
-	plocale_find_changes lang "${PN}_" '.ts'
-
-	rm_ts() {
-		sed -e "s|lang/gpxsee_${1}.ts||" -i gpxsee.pro
-	}
-
-	plocale_for_each_disabled_locale rm_ts
-}
-
-src_configure() {
-	$(qt6_get_bindir)/lrelease gpxsee.pro || die "lrelease failed"
-	eqmake6 gpxsee.pro
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-	dodoc README.md
-}

diff --git a/sci-geosciences/gpxsee/gpxsee-13.36.ebuild b/sci-geosciences/gpxsee/gpxsee-13.36.ebuild
deleted file mode 100644
index 3bdb41535e80..000000000000
--- a/sci-geosciences/gpxsee/gpxsee-13.36.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="GPXSee"
-PLOCALES="ca cs da de en eo es fi fr hu it ko nb pl pt_BR ru sv tr uk zh_CN"
-inherit plocale qmake-utils xdg
-
-DESCRIPTION="Viewer and analyzer that supports gpx, tcx, kml, fit, igc and nmea files"
-HOMEPAGE="https://www.gpxsee.org/ https://github.com/tumic0/GPXSee"
-SRC_URI="https://github.com/tumic0/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-RDEPEND="
-	dev-qt/qtbase:6=[concurrent,gui,network,opengl,sql,widgets]
-	dev-qt/qtpositioning:6
-	dev-qt/qtsvg:6
-"
-DEPEND="${RDEPEND}
-	dev-qt/qtserialport:6
-"
-BDEPEND="dev-qt/qttools:6[linguist]"
-
-PATCHES=( "${FILESDIR}"/${PN}-7.33.patch )
-
-src_prepare() {
-	default
-
-	plocale_find_changes lang "${PN}_" '.ts'
-
-	rm_ts() {
-		sed -e "s|lang/gpxsee_${1}.ts||" -i gpxsee.pro
-	}
-
-	plocale_for_each_disabled_locale rm_ts
-}
-
-src_configure() {
-	$(qt6_get_bindir)/lrelease gpxsee.pro || die "lrelease failed"
-	eqmake6 gpxsee.pro
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-	dodoc README.md
-}


             reply	other threads:[~2025-03-10 15:27 UTC|newest]

Thread overview: 203+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-10 15:27 Andrey Grozin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-10 17:42 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpxsee/ Arthur Zamarin
2025-03-10 15:25 Andrey Grozin
2025-02-25 15:27 Andrey Grozin
2025-02-14 11:23 Andrey Grozin
2025-01-31 14:55 Andreas Sturmlechner
2025-01-13  5:15 Andrey Grozin
2025-01-01 16:48 Andreas Sturmlechner
2025-01-01 16:48 Andreas Sturmlechner
2024-12-17  8:32 Andrey Grozin
2024-11-26 15:59 Sam James
2024-11-26 14:26 Sam James
2024-11-26 14:24 Sam James
2024-11-26 14:04 Andrey Grozin
2024-11-26 14:01 Andrey Grozin
2024-11-21 10:45 Andrey Grozin
2024-11-10 13:49 Andrey Grozin
2024-11-10 13:48 Andrey Grozin
2024-10-03 12:57 Andrey Grozin
2024-10-03 12:56 Andrey Grozin
2024-09-16 15:18 Andrey Grozin
2024-07-29 11:18 Andrey Grozin
2024-07-16  8:15 Andrey Grozin
2024-07-16  7:04 Sam James
2024-07-16  7:04 Sam James
2024-07-16  6:59 Sam James
2024-07-01 10:48 Andrey Grozin
2024-07-01 10:46 Andrey Grozin
2024-05-30 14:15 Andrey Grozin
2024-05-23 12:07 Andrey Grozin
2024-05-23 12:05 Andrey Grozin
2024-05-09 11:36 Andrey Grozin
2024-05-09 11:32 Andrey Grozin
2024-03-30 11:32 Andrey Grozin
2024-03-11 15:30 Andrey Grozin
2024-03-11 15:27 Andrey Grozin
2024-02-15  4:39 Andrey Grozin
2024-02-09 13:27 Andrey Grozin
2024-02-09 13:25 Andrey Grozin
2024-02-03 13:38 Sam James
2024-02-03  6:56 Sam James
2024-02-02 12:38 Arthur Zamarin
2024-01-12  8:17 Arthur Zamarin
2024-01-03 21:54 Sam James
2024-01-02 15:04 Andrey Grozin
2024-01-02 15:02 Andrey Grozin
2023-12-23 12:36 Andrey Grozin
2023-12-23 12:35 Andrey Grozin
2023-12-13  9:39 Andrey Grozin
2023-12-13  9:37 Andrey Grozin
2023-11-29  4:42 Andrey Grozin
2023-11-29  4:41 Andrey Grozin
2023-11-17 11:33 Andrey Grozin
2023-11-17 11:31 Andrey Grozin
2023-10-12 13:38 Andrey Grozin
2023-09-12 16:44 Andrey Grozin
2023-09-12 16:42 Andrey Grozin
2023-08-29 10:52 Andrey Grozin
2023-08-05 10:02 Andrey Grozin
2023-07-21 14:57 Andrey Grozin
2023-07-21 12:35 Arthur Zamarin
2023-06-16 15:13 Andrey Grozin
2023-05-25  8:25 Andrey Grozin
2023-05-25  7:46 Arthur Zamarin
2023-05-25  7:46 Arthur Zamarin
2023-05-25  6:08 Andrey Grozin
2023-05-25  6:07 Andrey Grozin
2023-05-09  5:55 Andrey Grozin
2023-05-09  5:54 Andrey Grozin
2023-04-29  8:21 Andrey Grozin
2023-04-29  8:20 Andrey Grozin
2023-04-12 12:17 Andrey Grozin
2023-04-12 12:16 Andrey Grozin
2023-03-31 11:04 Andrey Grozin
2023-03-31 11:03 Andrey Grozin
2023-03-06 14:11 Andrey Grozin
2023-03-04 12:26 Andrey Grozin
2023-03-04  9:46 Arthur Zamarin
2023-03-04  7:04 Arthur Zamarin
2023-02-21 10:55 Andrey Grozin
2023-02-21 10:54 Andrey Grozin
2023-02-16 13:33 Andrew Ammerlaan
2023-02-16 12:57 Andrew Ammerlaan
2023-02-16 10:38 Andrey Grozin
2023-02-16 10:36 Andrey Grozin
2023-02-16  5:36 Andrey Grozin
2023-02-16  5:34 Andrey Grozin
2023-01-25  4:45 Andrey Grozin
2022-11-22 15:58 Andrey Grozin
2022-11-22 15:47 Andrey Grozin
2022-11-22 13:24 Arthur Zamarin
2022-11-12 11:14 Andrey Grozin
2022-11-12 10:52 Sam James
2022-11-12 10:52 Sam James
2022-11-12  6:40 Andrey Grozin
2022-11-03  6:15 Sam James
2022-11-03  4:37 Andrey Grozin
2022-11-03  4:36 Andrey Grozin
2022-10-01 10:33 Andrey Grozin
2022-10-01 10:32 Andrey Grozin
2022-09-27  8:49 Andrey Grozin
2022-09-12  5:49 Andrey Grozin
2022-09-12  5:45 Andrey Grozin
2022-08-25  4:39 Andrey Grozin
2022-08-25  4:37 Andrey Grozin
2022-08-02 14:21 Andrey Grozin
2022-06-07  3:56 Andrey Grozin
2022-06-07  3:55 Andrey Grozin
2022-06-05 17:18 Andrey Grozin
2022-05-29 15:16 Andrey Grozin
2022-05-29 14:08 Jakov Smolić
2022-05-29 14:08 Jakov Smolić
2022-04-28  5:17 Andrey Grozin
2022-04-18  9:28 Andrey Grozin
2022-04-18  6:09 Andrey Grozin
2022-04-11  8:00 Andrey Grozin
2022-04-11  6:50 Agostino Sarubbo
2022-04-11  6:49 Agostino Sarubbo
2022-04-10 21:09 Andreas Sturmlechner
2022-04-06 12:35 Andrey Grozin
2022-04-06 12:32 Andrey Grozin
2022-03-07  3:17 Andrey Grozin
2022-03-07  3:16 Andrey Grozin
2022-02-08 12:22 Andrey Grozin
2022-02-08 12:21 Andrey Grozin
2022-01-21  5:50 Andrey Grozin
2022-01-18 10:44 Andrey Grozin
2022-01-09 20:44 Jakov Smolić
2022-01-09 20:08 Sam James
2022-01-09 20:08 Sam James
2021-12-20  3:53 Andrey Grozin
2021-12-19 12:58 Andrey Grozin
2021-12-06  4:29 Andrey Grozin
2021-12-05 18:31 Sam James
2021-12-05  4:00 Sam James
2021-11-21 14:45 Andrey Grozin
2021-11-08  8:09 Andrey Grozin
2021-11-08  8:07 Andrey Grozin
2021-10-28  6:25 Andrey Grozin
2021-09-16  3:26 Andrey Grozin
2021-09-16  3:26 Andrey Grozin
2021-09-01 15:34 Andrey Grozin
2021-08-09 16:52 Andrey Grozin
2021-08-01 16:55 Andrey Grozin
2021-07-20 11:54 Andrey Grozin
2021-07-19  3:13 Andrey Grozin
2021-07-04 14:03 Ulrich Müller
2021-06-02  6:19 Andrey Grozin
2021-05-27 10:18 Andrey Grozin
2021-05-27  6:57 Agostino Sarubbo
2021-05-27  6:55 Agostino Sarubbo
2021-04-26 13:53 Andrey Grozin
2021-04-26 13:51 Andrey Grozin
2021-03-28  3:39 Andrey Grozin
2021-03-28  3:37 Andrey Grozin
2021-03-04 10:29 Andrey Grozin
2021-02-28 12:09 Andrey Grozin
2021-02-15  3:16 Andrey Grozin
2021-02-14 19:54 Sam James
2021-02-13 17:56 Sam James
2021-02-08 13:21 Andrey Grozin
2021-01-06 10:15 Andrey Grozin
2020-12-27 10:39 Andrey Grozin
2020-11-28 14:12 Andrey Grozin
2020-11-17  8:56 Andrey Grozin
2020-11-17  8:54 Andrey Grozin
2020-10-30 15:38 Andrey Grozin
2020-07-08 14:19 Andrey Grozin
2020-06-16 11:48 Andrey Grozin
2020-06-04 15:33 Andrey Grozin
2020-06-04  6:23 Agostino Sarubbo
2020-04-29  6:31 Andrey Grozin
2020-03-29 16:09 Andrey Grozin
2020-03-09  0:35 Andrey Grozin
2020-02-29  6:14 Andrey Grozin
2020-01-30 16:04 Andrey Grozin
2020-01-15 16:10 Andrey Grozin
2020-01-09 11:49 Agostino Sarubbo
2020-01-08  8:15 Agostino Sarubbo
2019-12-07 12:25 Andrey Grozin
2019-11-04  8:35 Michał Górny
2019-11-03 11:54 Andrey Grozin
2019-11-03 11:52 Andrey Grozin
2019-10-20  3:43 Andrey Grozin
2019-10-01 13:21 Andrey Grozin
2019-09-14 11:18 Andrey Grozin
2019-08-18 14:49 Andrey Grozin
2019-08-18 14:47 Andrey Grozin
2019-06-19  4:47 Andrey Grozin
2019-06-04 14:19 Andrey Grozin
2019-04-04 12:41 Andrey Grozin
2019-01-27 12:19 Andrey Grozin
2019-01-27 12:17 Andrey Grozin
2019-01-09 15:00 Andrey Grozin
2019-01-09 14:58 Andrey Grozin
2018-11-02 15:26 Andrey Grozin
2018-09-03 15:53 Andrey Grozin
2018-09-03 15:51 Andrey Grozin
2018-06-26 12:03 Andrey Grozin
2018-06-26 12:02 Andrey Grozin
2018-06-02 14:09 Andrey Grozin
2018-05-14  8:33 Andrey Grozin
2018-02-14 17:41 Andrey Grozin

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=1741620430.b0b9de0fdc1d8c4fc7ac64bab3e619b29e6d943f.grozin@gentoo \
    --to=grozin@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