commit:     74071c065f71f4521a5564983192e81d05e328e5
Author:     Christopher Fore <csfore <AT> posteo <DOT> net>
AuthorDate: Thu Nov 28 18:49:07 2024 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 11:57:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74071c06

sci-calculators/qalculate-qt: drop 5.2.0-r1

Signed-off-by: Christopher Fore <csfore <AT> posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/39509
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 sci-calculators/qalculate-qt/Manifest              |  1 -
 .../qalculate-qt/qalculate-qt-5.2.0-r1.ebuild      | 32 ----------------------
 2 files changed, 33 deletions(-)

diff --git a/sci-calculators/qalculate-qt/Manifest 
b/sci-calculators/qalculate-qt/Manifest
index 4cf508434e36..7073fc804117 100644
--- a/sci-calculators/qalculate-qt/Manifest
+++ b/sci-calculators/qalculate-qt/Manifest
@@ -1,3 +1,2 @@
-DIST qalculate-qt-5.2.0.tar.gz 1763726 BLAKE2B 
a3d93e7740063b95ce19ff0006b11b15a38cdd5e8888e41dbf11ea896d016c8c9e1ccc56c90dc7c262852431b72332818ae39ec92f585839d97db64730cc08a1
 SHA512 
a25dbe16f29ad047f42c601729fdc1e79cd12f526975b358c1838085513c8fb7d70c313e258876b465a871eea0804ab6ea56e9c34eb6d9c01784a4f67f6cc6af
 DIST qalculate-qt-5.3.0.tar.gz 1850298 BLAKE2B 
b93a9a698d905f07e5856f09bd07c408a495514e2bb72a858400567e8d95399dcdd6b84ed52ffc4ccec19e4d2bfa500860b2e7aec888244090676d087e5727ac
 SHA512 
841461dca4fa97d9dc3cff57de050b5c0d1dabe06c151149484a85b66540b038f6d3270ca96a34a65fbd9e71da26ce1068f2df76adc365e74a0e4d2220ccc909
 DIST qalculate-qt-5.4.0.tar.gz 1879385 BLAKE2B 
07ed9e3a968ac634fab5a01e4c3a97e60dedf666c98d5c2efdec67db946eb4770be7e32f3d1e9f0482030dbed0468c907c54787bc2d6b0c438d10258bdd32dec
 SHA512 
30f30d904211ebf3ac57d1d5ddb1235763731bc93ced86507b94accfd1b320d7dcfe5c3a030bd2ae41e94bea53b4b68412faa5cc9a8ff54b52dd18b602011985

diff --git a/sci-calculators/qalculate-qt/qalculate-qt-5.2.0-r1.ebuild 
b/sci-calculators/qalculate-qt/qalculate-qt-5.2.0-r1.ebuild
deleted file mode 100644
index 866a19a24db5..000000000000
--- a/sci-calculators/qalculate-qt/qalculate-qt-5.2.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Bump with sci-libs/libqalculate and sci-calculators/qalculate-gtk!
-
-inherit qmake-utils xdg
-
-DESCRIPTION="Qt-based UI for libqalculate"
-HOMEPAGE="https://github.com/Qalculate/qalculate-qt";
-SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64"
-
-DEPEND="
-       dev-qt/qtbase:6[gui,network,widgets]
-       >=sci-libs/libqalculate-${PV}:=
-"
-RDEPEND="${DEPEND}"
-BDEPEND="dev-qt/qttools:6[linguist]"
-
-src_configure() {
-       eqmake6 PREFIX="${EPREFIX}/usr"
-
-}
-
-src_install() {
-       emake INSTALL_ROOT="${ED}" install
-}

Reply via email to