summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-06 10:37:18 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-06 19:10:09 +0100
commitbd3ecf758808c16910127afa678d6f3c36feb654 (patch)
tree7c11d455028ce5bc240593226d2303741e29f948
parentdev-qt/linguist-tools: drop 5.15.10 (diff)
downloadgentoo-bd3ecf758808c16910127afa678d6f3c36feb654.tar.gz
gentoo-bd3ecf758808c16910127afa678d6f3c36feb654.tar.bz2
gentoo-bd3ecf758808c16910127afa678d6f3c36feb654.zip
dev-qt/pixeltool: drop 5.15.10
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-qt/pixeltool/Manifest2
-rw-r--r--dev-qt/pixeltool/pixeltool-5.15.10.ebuild35
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-qt/pixeltool/Manifest b/dev-qt/pixeltool/Manifest
index ef483dd51bbd..cf9f6a97ac48 100644
--- a/dev-qt/pixeltool/Manifest
+++ b/dev-qt/pixeltool/Manifest
@@ -1,4 +1,2 @@
-DIST qttools-5.15.10-gentoo-kde-1.tar.xz 3188 BLAKE2B bc9b411398dc225f16a654d025ef69318988c80554c732ab0fdf19cedd8429775c6569f99f656fa27494c407eb319e7a4eb42fc201ef0f543380dcbdb2898559 SHA512 b95278acb13db8c2c05f2d1fcf1d07f3939135c6684ee078db1fa9fb88dfe435c5095faf567fb510be018ed6aa04c0c780359116f38ada41bf56151f4dc8fa97
DIST qttools-5.15.11-gentoo-kde-1.tar.xz 3188 BLAKE2B 0ec418efb257f9d32e1a245bbdf9321e2070bae0e0b1d1306cde2a748cce1a0cc73a5631631c50b202320d8357fa132d645abbb7da42d38b5d212033aa74a5cd SHA512 eb03030070c3ef87b9a29f7a77f918514e4565f506fc5f39030ffb54aeec3b7fd87fae720595158527288cd152e0d179714159e03819f1cc4efa82650a7054fe
-DIST qttools-everywhere-opensource-src-5.15.10.tar.xz 8899372 BLAKE2B c49cfc36640f68743f7c21f06ac87221b3e8b92a2fa096c54cf539bc4eb80a99decfb6f0fde53b1c5334612bf5d8641465f350143470429c505b6dc7f597bcf0 SHA512 08d5182309c0f19f14af4e509871bca13b89cdd762bd4b7f98b15120b2e74308e478f826b4236f01abc299520da32b716df9e7bfaa84935fbdc0a74422ade5f1
DIST qttools-everywhere-opensource-src-5.15.11.tar.xz 8898428 BLAKE2B 88e3e313f2377819345c67cd9e6ff90ca96961662e0e24640a04eda37f46fb444f958c69fb3a5e279da679cd6a25f8b232038d13eb9023cfad79fbd9ea53ae56 SHA512 7aa66964dfc4bd144ee828a5c278b3127c5b269c6fb0e5363e7d2377ba19165e04719636659cb30fee471de26740d3d8692068459e1764d9f84a7737f24c4884
diff --git a/dev-qt/pixeltool/pixeltool-5.15.10.ebuild b/dev-qt/pixeltool/pixeltool-5.15.10.ebuild
deleted file mode 100644
index 4bc1920a8dfa..000000000000
--- a/dev-qt/pixeltool/pixeltool-5.15.10.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} != *9999* ]]; then
- QT5_KDEPATCHSET_REV=1
- KEYWORDS="amd64 ~arm arm64 ~hppa ppc64 ~sparc x86"
-fi
-
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="Qt screen magnifier"
-
-IUSE=""
-
-DEPEND="
- =dev-qt/qtcore-${QT5_PV}*:5=
- =dev-qt/qtgui-${QT5_PV}*:5=[png]
- =dev-qt/qtwidgets-${QT5_PV}*
-"
-RDEPEND="${DEPEND}
- !dev-qt/${PN}:5
- !<dev-qt/qtchooser-66-r2
-"
-
-QT5_TARGET_SUBDIRS=(
- src/pixeltool
-)
-
-src_install() {
- qt5-build_src_install
- qt5_symlink_binary_to_path pixeltool
-}