summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-07-24 13:26:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-07-24 15:27:12 +0200
commitb66cde8c2dda966a4326b77ae5b6749fa4f7a578 (patch)
treedce4c6daebbfdf1326a1ecf1ba8be83a7181cd4b /kde-apps/kolourpaint
parentkde-apps/kdegraphics-mobipocket: drop 22.12.3 (diff)
downloadgentoo-b66cde8c2dda966a4326b77ae5b6749fa4f7a578.tar.gz
gentoo-b66cde8c2dda966a4326b77ae5b6749fa4f7a578.tar.bz2
gentoo-b66cde8c2dda966a4326b77ae5b6749fa4f7a578.zip
kde-apps/kolourpaint: drop 22.12.3
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-22.12.3.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-apps/kolourpaint/Manifest b/kde-apps/kolourpaint/Manifest
index 768fd6a5529a..bda618bf81ba 100644
--- a/kde-apps/kolourpaint/Manifest
+++ b/kde-apps/kolourpaint/Manifest
@@ -1,3 +1,2 @@
-DIST kolourpaint-22.12.3.tar.xz 5785072 BLAKE2B de398d07ab4930a7dce934bb177afa7b21938a54c9a77c712a7a22ebb034b980b9bfcb78608d4b6291055caf742e33d13d6854f17e3222a12b2e53b3a2a77c56 SHA512 b043e54d80b336e5271ebbfc96b1a552edf033ef6bcf3de1be8c7637502c49e4ef57d0bb6ba6059ee8ed7265f86d2e22e3c708211a50ba238e9a5e56806fd717
DIST kolourpaint-23.04.2.tar.xz 5785540 BLAKE2B 491e514addb9f6628372df1196d008f3f58f226a570d30813628b425242e7f8349596ace4bcca7d73478db42c57afd36c0edc894413fda17bbd88738f337d969 SHA512 2485637316a7d3885dde0030d0a4b2685990cf7930d3d13f773ddfcae33b03e42f2bb4c13d97f24fc1c20fa148087f596f09235cdf903c29305bd49cf874fce4
DIST kolourpaint-23.04.3.tar.xz 5785504 BLAKE2B 7cf80f1478b0ad7f3e1c5298b6ad3c3363271b55d77b828dd05e5fb17d9bfcfa656f54d89c65416fdc38c4a56df4159a1fcadf11c236244ff635d6c23e7aec9e SHA512 3953382443b73883446cbddce4412fbc87d2cc090f061ef7c4fe6707774cc3cbc9c8c0ba1fc29457990aed34a8a76e40074f9a9f927a8fb3be90c9d6415b093a
diff --git a/kde-apps/kolourpaint/kolourpaint-22.12.3.ebuild b/kde-apps/kolourpaint/kolourpaint-22.12.3.ebuild
deleted file mode 100644
index 0c619e807d68..000000000000
--- a/kde-apps/kolourpaint/kolourpaint-22.12.3.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.101.0
-QTMIN=5.15.5
-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
-}