summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-09 11:23:09 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-09 14:07:57 +0100
commitf385df573810a22e5570b3b81ac77787672ddb26 (patch)
tree4328777c9ddb23a654ae2260b927034f1a5cd065 /kde-apps/kolourpaint
parentkde-apps/kdegraphics-mobipocket: drop 23.08.2 (diff)
downloadgentoo-f385df573810a22e5570b3b81ac77787672ddb26.tar.gz
gentoo-f385df573810a22e5570b3b81ac77787672ddb26.tar.bz2
gentoo-f385df573810a22e5570b3b81ac77787672ddb26.zip
kde-apps/kolourpaint: drop 23.08.2
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-23.08.2.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-apps/kolourpaint/Manifest b/kde-apps/kolourpaint/Manifest
index 9b3f973eb816..ee8299a9b157 100644
--- a/kde-apps/kolourpaint/Manifest
+++ b/kde-apps/kolourpaint/Manifest
@@ -1,3 +1,2 @@
DIST kolourpaint-23.04.3.tar.xz 5785504 BLAKE2B 7cf80f1478b0ad7f3e1c5298b6ad3c3363271b55d77b828dd05e5fb17d9bfcfa656f54d89c65416fdc38c4a56df4159a1fcadf11c236244ff635d6c23e7aec9e SHA512 3953382443b73883446cbddce4412fbc87d2cc090f061ef7c4fe6707774cc3cbc9c8c0ba1fc29457990aed34a8a76e40074f9a9f927a8fb3be90c9d6415b093a
-DIST kolourpaint-23.08.2.tar.xz 5785980 BLAKE2B 20d2b8969481a53d66d71009bc5f4229fee6089035e17bd75caf1a0af43e4201f66f28870e1cbe1d12b13d619bea48db53e6bfff8abc228bf04e7fecc25e665c SHA512 75e340a19780c75227ec127d05d1544676570bf4163df5a8c5626bbb8de5a969cab196ecb547510707a57652438f0ed4e3050bc43f139e3ff4472db50ee07d5f
DIST kolourpaint-23.08.3.tar.xz 5787636 BLAKE2B 78b1166c411cf255944346be10ae79caaa71778f45be5be63b1757b8eb97fc4b9a8a996a981b35e964e50f32b429544bfcdaad11c0cdaf87b59b37b41e0b79ac SHA512 71d2329d34deee096c009d57272797d1ce2244aa515c3725a397019082d914f4128b9963f0a3c546a92e8ae75f150506c969fae9eafa5aee1bdd2b38bb5483f3
diff --git a/kde-apps/kolourpaint/kolourpaint-23.08.2.ebuild b/kde-apps/kolourpaint/kolourpaint-23.08.2.ebuild
deleted file mode 100644
index d06d26ccc004..000000000000
--- a/kde-apps/kolourpaint/kolourpaint-23.08.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 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.106.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
-}