summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-07-20 10:26:31 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-07-25 11:21:01 +0200
commit960aec4dd4d6b6f65a555fd4c286d8829a8e4722 (patch)
treee6b332f253596c4258bba6ad6c4b1ac718322c2b /kde-apps
parentkde-apps/kdegraphics-mobipocket: drop 21.12.3 (diff)
downloadgentoo-960aec4dd4d6b6f65a555fd4c286d8829a8e4722.tar.gz
gentoo-960aec4dd4d6b6f65a555fd4c286d8829a8e4722.tar.bz2
gentoo-960aec4dd4d6b6f65a555fd4c286d8829a8e4722.zip
kde-apps/kolourpaint: drop 21.12.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/kolourpaint/Manifest1
-rw-r--r--kde-apps/kolourpaint/kolourpaint-21.12.3.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-apps/kolourpaint/Manifest b/kde-apps/kolourpaint/Manifest
index c6bcb40826d6..b79b794f2536 100644
--- a/kde-apps/kolourpaint/Manifest
+++ b/kde-apps/kolourpaint/Manifest
@@ -1,2 +1 @@
-DIST kolourpaint-21.12.3.tar.xz 5715940 BLAKE2B 8187e35754440bab43cbcd5f5385941ac3781c93ffe68e90c55d77ce058d34bf55f89fc23c6c8685a06ed7ab92fee19d4c3c286756afcd297fd5e121d15a88af SHA512 c29acf05b0d1a32246987c7e8b26daad495e771a50563006bb2fafd91d56a7322fbac3b477e9288cc52291bfb4c85e3a54f6141a9986df96e9a8827d41490f11
DIST kolourpaint-22.04.3.tar.xz 5717964 BLAKE2B 5c81d1f31a84b6940ba32fcd320cc86f34db3645a68bf6d8259072795f3ef32a5d73f098ab0ba11a15d6f1627b051077a8de42251dc01afc3201c356b49e4c4a SHA512 252df3198cc22e0ee7401c9c11bd3bfe15b1f268e795d0a322dbf448c4708fdc4385f02484115601437ce6294c43d79b831bb38dbda4785d01d105c95fc5851d
diff --git a/kde-apps/kolourpaint/kolourpaint-21.12.3.ebuild b/kde-apps/kolourpaint/kolourpaint-21.12.3.ebuild
deleted file mode 100644
index c99b2a5b2a2f..000000000000
--- a/kde-apps/kolourpaint/kolourpaint-21.12.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 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.88.0
-QTMIN=5.15.2
-inherit ecm 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
-}