summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Fore <csfore@posteo.net>2024-11-28 13:49:07 -0500
committerNowa Ammerlaan <nowa@gentoo.org>2024-11-29 12:57:34 +0100
commit74071c065f71f4521a5564983192e81d05e328e5 (patch)
treeaebcb6250d611f69b07475c4f44ba5775eb70563 /sci-calculators
parentsci-calculators/qalculate-gtk: drop 5.2.0, 5.2.0-r1 (diff)
downloadgentoo-74071c065f71f4521a5564983192e81d05e328e5.tar.gz
gentoo-74071c065f71f4521a5564983192e81d05e328e5.tar.bz2
gentoo-74071c065f71f4521a5564983192e81d05e328e5.zip
sci-calculators/qalculate-qt: drop 5.2.0-r1
Signed-off-by: Christopher Fore <csfore@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/39509 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/qalculate-qt/Manifest1
-rw-r--r--sci-calculators/qalculate-qt/qalculate-qt-5.2.0-r1.ebuild32
2 files changed, 0 insertions, 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
-}