mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
sci-geosciences/gpxsee: remove old versions
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
This commit is contained in:
parent
a5911f5f66
commit
e6277d7c65
@ -1,5 +1,3 @@
|
||||
DIST gpxsee-13.46.tar.gz 5913501 BLAKE2B 2d4ea8cdeded346df570730e6f7a2ef07b3ee2b94676e5e14bf111d7f14bf2cb91a1228c86db9d6086943bacc2fdab8c57740efa7babc9be9d3ef3db67546783 SHA512 872dff132e0e3a46adc45935887f2f161b4f38c5ed73ad07f6429bf9d0bd148bc1ed177f7e204986c72a018d7f6fb46287614e7d271768b6e6bdbdb5c1984327
|
||||
DIST gpxsee-14.0.tar.gz 6201597 BLAKE2B cc89903379c2f16adb0984400d5649f05488507bb9a7dafd29d93fcb635decfbe8923fa2ab464c39f3c2f3331abc5dad9fcd4bdb5e8a537e6f1ba2621060f27b SHA512 76b23ff5e5667ec7060187b8085fb56bffbefd707066444e80c92e6b38da9a9cfdc0b0d68935cf1439826c4890a547414bb737387e82f39efdbcc7d36762e6ed
|
||||
DIST gpxsee-14.1.tar.gz 6334819 BLAKE2B 51b908d5de9b0c5ab49b607ed2fc76f714e9fbaca5fd81980a54c487fcc9c216ac1fa5202c584d29932993e3bc444fc97f0f8da82aa46b633c72db4040ba7892 SHA512 027f9723a0b608b4aa66813978670415f27814234b550f3472f94a163ba2a0be54bc5fe11fbf3f9f618bcf3d02edd772039138e8ce17078f50fa59046db43abc
|
||||
DIST gpxsee-15.0.tar.gz 6556806 BLAKE2B 448ac006d1027b869b1d6320cb67913a480d3cc705de1b60f36aec98c45943ef0348a81f074a19b5b68e1c613888c9d68bc22d1915247ec3cba84c48e173a4c2 SHA512 2bbbe51c5eff27ade463446b96d7a754d199b6b0354cba015918ca2d49e62869809e1d59c9c231fc5f6327d1dbaa11ab7d7619bd83b145eb331bd9fb1a6d18c6
|
||||
DIST gpxsee-15.3.tar.gz 6558953 BLAKE2B c4df5375b98cf66f0f2125830bd8c811f906662bf8f1c053ff0deeba203f0afb881a4321e1fa38296293920b4830e29e7aeb5bdaf3c90bd2affbb47dcd342ee0 SHA512 d3fa2e732c4df23cb57b92162bad118b5efe8675588754d3a72b2551cb23274796133b1d4f8d349c419239cda62224913e638f4ef10ecba03c5fa3dd27efa4f4
|
||||
|
||||
@ -1,56 +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 optfeature
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
optfeature "OpenFreeMap support" dev-qt/qtpbfimageplugin
|
||||
}
|
||||
@ -1,56 +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 optfeature
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
optfeature "OpenFreeMap support" dev-qt/qtpbfimageplugin
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user