diff options
author | 2025-02-13 19:49:35 +0100 | |
---|---|---|
committer | 2025-02-14 16:29:53 +0100 | |
commit | 2562604dc916d79f2caf19c438fe693ca7076e24 (patch) | |
tree | 94b976a20e6045be888feca0a4987feb4a7bace0 | |
parent | app-misc/FreeSSM: add 1.2.5_p20240407 (diff) | |
download | gentoo-2562604dc916d79f2caf19c438fe693ca7076e24.tar.gz gentoo-2562604dc916d79f2caf19c438fe693ca7076e24.tar.bz2 gentoo-2562604dc916d79f2caf19c438fe693ca7076e24.zip |
app-misc/FreeSSM: drop 1.2.5_p20210702
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | app-misc/FreeSSM/FreeSSM-1.2.5_p20210702.ebuild | 48 | ||||
-rw-r--r-- | app-misc/FreeSSM/Manifest | 1 |
2 files changed, 0 insertions, 49 deletions
diff --git a/app-misc/FreeSSM/FreeSSM-1.2.5_p20210702.ebuild b/app-misc/FreeSSM/FreeSSM-1.2.5_p20210702.ebuild deleted file mode 100644 index a0c2947d8f02..000000000000 --- a/app-misc/FreeSSM/FreeSSM-1.2.5_p20210702.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qmake-utils desktop - -DESCRIPTION="Free and easy to use diagnostic and adjustment tool for SUBARU® vehicles" -HOMEPAGE="https://github.com/Comer352L/FreeSSM" - -GIT_COMMIT="97576c03578ec8564b5db67d59fb52502ad7a932" -SRC_URI="https://github.com/Comer352L/FreeSSM/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - -LICENSE="GPL-3" -SLOT="0" -IUSE="small-resolution" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtprintsupport:5 - dev-qt/qtwidgets:5 - media-libs/libglvnd -" -DEPEND=" - ${RDEPEND} - dev-qt/linguist-tools:5 -" - -S="${WORKDIR}/${PN}-${GIT_COMMIT}" - -src_configure() { - eqmake5 FreeSSM.pro $(usex small-resolution CONFIG+=small-resolution "") -} - -src_compile() { - emake release - emake translation -} - -src_install() { - local installdir="/usr/share/${PN}" - eqmake5 INSTALLDIR="${D}${installdir}" - emake release-install - - make_desktop_entry "${installdir}/${PN}" ${PN} "${installdir}/${PN}.png" -} diff --git a/app-misc/FreeSSM/Manifest b/app-misc/FreeSSM/Manifest index db0c3cd82961..71ab5633cfd2 100644 --- a/app-misc/FreeSSM/Manifest +++ b/app-misc/FreeSSM/Manifest @@ -1,2 +1 @@ -DIST FreeSSM-1.2.5_p20210702.tar.gz 1422551 BLAKE2B d9f3219f225cc2678773a20afa78eee3249a1043f354dfab64eb11debfde8d66b4f0e6fe6b9252e98fccc9b29fb105712fa3da491007f285179fe5060547da20 SHA512 72f8883ee44a056ed3886a7cab5186c45e1f1b571195de9d556805e90d178efd2b25460a7b87c7c4a727807ada04199c2131aef509d8aa0e68eab1b664b63411 DIST FreeSSM-1.2.5_p20240407.tar.gz 1433267 BLAKE2B 3f6278c997c2f6afdd0646dd94e142bb5c1f625fa11cc5de2210ac3463d007499eab1ffaf3e534698e0fa348fc1f28a37415113264e37129dc4ff741bad331e6 SHA512 b1487b072dc2d3b67e1da57af493f71e193a4fb9b6775662bc9e9d39658d02a5f18a2dd4d5cc4d862bd27bbc3ff8bf1203afbbd12ec1ded3f14e323ec179ab88 |