summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 11:32:09 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 16:35:35 +0100
commitfcd79330d706ad088c7359f31975f83eb62f65b0 (patch)
tree605f850f4908bc29bdcbb98ae3d96173e5454d6a /kde-apps/kolourpaint
parentkde-apps/kdegraphics-mobipocket: drop 24.02.0 (diff)
downloadgentoo-fcd79330d706ad088c7359f31975f83eb62f65b0.tar.gz
gentoo-fcd79330d706ad088c7359f31975f83eb62f65b0.tar.bz2
gentoo-fcd79330d706ad088c7359f31975f83eb62f65b0.zip
kde-apps/kolourpaint: drop 24.02.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kolourpaint')
-rw-r--r--kde-apps/kolourpaint/Manifest1
-rw-r--r--kde-apps/kolourpaint/kolourpaint-24.02.0.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-apps/kolourpaint/Manifest b/kde-apps/kolourpaint/Manifest
index 68fe200c74f6..2d58ee5ab4b1 100644
--- a/kde-apps/kolourpaint/Manifest
+++ b/kde-apps/kolourpaint/Manifest
@@ -1,3 +1,2 @@
DIST kolourpaint-23.08.5.tar.xz 5790124 BLAKE2B bf3652ffe7c228b4f5e085bd708739325dbf0cc9eeb3623da67e7c220a4469aef734ab44212910d9b2f129b4d480e1a4b42cd62159972682a82b5a60f78a5c85 SHA512 52f701d49b94c440da7732b4cd76fc84eec740710e1dcc92749e367d4b185b95956f6883f5783f1dd11480656f9d9e5005d1f5225ab6eb47b31386dab24ac2f0
-DIST kolourpaint-24.02.0.tar.xz 5796164 BLAKE2B 67b0d831c7dbfca4da06f1e89fa1da4e82a94adcb9bee9a50a426d57d5f9dbf30d500c25c264bc2e235292f13f9e5b5edf5091521b57a0ffa4991c46fc544776 SHA512 661ff43f55df98f0027fd0c12517999280552cef43261b610c9d704ae6824d21add3beb9443dddba6739308ef0f65eb826b490384ab6bedad14ade84d9552bd3
DIST kolourpaint-24.02.1.tar.xz 5797112 BLAKE2B 41dbc2ef0bc461b3ea1e3fd99e4c2ae91b6b7b1838f5e6d0c68a56010ffed9e7cf98e788c135d323a7a031be629c302cd5b684ccba98b37dc2ebfe4570ca8c8a SHA512 265c57ceee04ca2ef8c7b53523cbd0bfafea4517aed714c035983daa972b8202e483591ee93f035e908f75d40e8c08e9876dbfb6450cdacb41686e0e76420658
diff --git a/kde-apps/kolourpaint/kolourpaint-24.02.0.ebuild b/kde-apps/kolourpaint/kolourpaint-24.02.0.ebuild
deleted file mode 100644
index 04556d74da90..000000000000
--- a/kde-apps/kolourpaint/kolourpaint-24.02.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.113.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Paint Program by KDE"
-HOMEPAGE="https://apps.kde.org/kolourpaint/"
-
-LICENSE="BSD-2 LGPL-2 LGPL-2+ || ( LGPL-2.1 LGPL-3 ) GPL-2 handbook? ( FDL-1.2 )"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="scanner"
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtprintsupport-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/ktextwidgets-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- scanner? ( >=kde-apps/libksane-${PVCUT}:5 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package scanner KF5Sane)
- )
-
- ecm_src_configure
-}