summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2022-06-07 10:56:37 +0700
committerAndrey Grozin <grozin@gentoo.org>2022-06-07 10:56:37 +0700
commitc965aa0c9287b71742c5377030e6f6bb06083848 (patch)
tree1aef646a6429f0cca54792d3aeda3d73cd6dc04a /sci-geosciences
parentsci-geosciences/gpxsee: DEPEND on qtsvg (diff)
downloadgentoo-c965aa0c9287b71742c5377030e6f6bb06083848.tar.gz
gentoo-c965aa0c9287b71742c5377030e6f6bb06083848.tar.bz2
gentoo-c965aa0c9287b71742c5377030e6f6bb06083848.zip
sci-geosciences/gpxsee: remove old
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/gpxsee/gpxsee-11.1.ebuild55
1 files changed, 0 insertions, 55 deletions
diff --git a/sci-geosciences/gpxsee/gpxsee-11.1.ebuild b/sci-geosciences/gpxsee/gpxsee-11.1.ebuild
deleted file mode 100644
index d223aa822ed8..000000000000
--- a/sci-geosciences/gpxsee/gpxsee-11.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PLOCALES="cs da de en eo es fi fr hu it ko nb pl pt_BR ru sv tr uk zh"
-inherit plocale qmake-utils xdg
-
-MY_PN="GPXSee"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A viewer and analyzer that supports gpx, tcx, kml, fit, igc and nmea files"
-HOMEPAGE="https://www.gpxsee.org/"
-SRC_URI="https://github.com/tumic0/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- dev-qt/qtconcurrent:5
- dev-qt/qtnetwork:5
- dev-qt/qtprintsupport:5
- dev-qt/qtsql:5
- dev-qt/qtpositioning:5"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-S="${WORKDIR}/${MY_P}"
-
-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_compile() {
- $(qt5_get_bindir)/lrelease gpxsee.pro || die "lrelease failed"
- eqmake5 gpxsee.pro
- emake
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
- dodoc README.md
-}