mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-07 00:05:47 +03:00
sci-calculators/qalculate-qt: drop 5.5.0, 5.5.1, 5.6.0
Signed-off-by: Christopher Fore <csfore@posteo.net> Part-of: https://github.com/gentoo/gentoo/pull/43948 Closes: https://github.com/gentoo/gentoo/pull/43948 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
41c6a094c8
commit
5a2cce9859
@@ -1,4 +1 @@
|
||||
DIST qalculate-qt-5.5.0.tar.gz 1882778 BLAKE2B 5cdf49490799120d1fd5feffa95382a8420d8104e131e9c9c995b5205494e8bdfdc5101147bf4cc26b347d7680d1b0090d49f7ff5e053c0e2789dd8ba7b400a6 SHA512 789cf3971248d8d3a395022d09d17e758ae796c008a55adf8086f83dc7eab31cbb0f886da8c1c4e46713c9d1f1fb1ade3a60cc673c5f467731b24408aaf8efb4
|
||||
DIST qalculate-qt-5.5.1.tar.gz 1904495 BLAKE2B 61c178fbff5fe5a90fcd68a5de48cc8fb88d1a1b535a8aa6440b0e2cfd14445220cb689b613dc513898dd3ec64d4db4ffcd991b668456ff29f796baca263fec0 SHA512 b656ba130a72a136f28c7c43840776a1f6a6e114032035fca35ceff5a0583686a97dd556f9f58802bc5601560190f506aab4425794cff0358454d41971269aea
|
||||
DIST qalculate-qt-5.6.0.tar.gz 1972106 BLAKE2B 7abd37ac0b676310eef62a991e63a7ddf20a961aa5357b52bac84302f21d16b12e1cbd9a14eb47ff300d97a00826c98cb677390b71b2458e718ded2c917ac0a3 SHA512 a9bbe5e49281a037796ac3ed188aa74345077b1459ed1b1753b7c216faebf278c223080623a8a333756f085041196f3d396e7835f7f6b51d5da893c9cec5a8b6
|
||||
DIST qalculate-qt-5.7.0.tar.gz 1992166 BLAKE2B cb47dcb6703a683f4915fa94b5aaa3fb3f837ccd50c61b316d4c51f7e12b7da7df39f335178e61ec9bac411040a83c87661c8e450dc3c32fd743feaf22897c32 SHA512 6f55642ad8aeec7cdff52a92ad96aa22a3f76be612e468857fe5ff546f3431e7917fffcdbd5bc61bc82e68d2edb0dbc1451136ce0d07ac8f9f4995e0ea318a4f
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 2022-2025 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 optfeature 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
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
|
||||
optfeature "gnuplot support" sci-libs/libqalculate[gnuplot]
|
||||
}
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 2022-2025 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 optfeature 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
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
|
||||
optfeature "gnuplot support" sci-libs/libqalculate[gnuplot]
|
||||
}
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 2022-2025 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 optfeature 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
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
|
||||
optfeature "gnuplot support" sci-libs/libqalculate[gnuplot]
|
||||
}
|
||||
Reference in New Issue
Block a user