diff options
author | 2022-03-03 12:47:32 +0100 | |
---|---|---|
committer | 2022-03-03 15:53:52 +0100 | |
commit | 5d54e2aa3eb67d77d5f505176290b3b9f5cf3dd9 (patch) | |
tree | 69079b7b7553760d0bcfa27aec6ed4abbfe27753 /kde-apps/kolourpaint | |
parent | kde-apps/kdegraphics-mobipocket: drop 21.12.2* (diff) | |
download | gentoo-5d54e2aa3eb67d77d5f505176290b3b9f5cf3dd9.tar.gz gentoo-5d54e2aa3eb67d77d5f505176290b3b9f5cf3dd9.tar.bz2 gentoo-5d54e2aa3eb67d77d5f505176290b3b9f5cf3dd9.zip |
kde-apps/kolourpaint: drop 21.12.2*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kolourpaint')
-rw-r--r-- | kde-apps/kolourpaint/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kolourpaint/kolourpaint-21.12.2.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-apps/kolourpaint/Manifest b/kde-apps/kolourpaint/Manifest index b51e2f59b0ad..0b0326e1b52c 100644 --- a/kde-apps/kolourpaint/Manifest +++ b/kde-apps/kolourpaint/Manifest @@ -1,3 +1,2 @@ DIST kolourpaint-21.08.3.tar.xz 5715232 BLAKE2B 64ebabd2e29776f723c65326fb978948061d53af2476985892085a822a2e284434b3cc5157b509090dcaac142a4a38cb163c8e5e5fc623d82c061a9f13958e70 SHA512 db459ffdf4d8b6eadee06a134d07c3bbc957112aad261acf0361317ba00ba3c05dc2015ea4b5e91bc244a4ebc1c4548750d5c6be249e2a415add1a1a198af28a -DIST kolourpaint-21.12.2.tar.xz 5715932 BLAKE2B 3e366ff5e61de36eb619b903cf3003f56cbb8d1545387b0dd8f6db8d5307b314d09857561dcf5dd1f2325f327a60bdfa16b45dba91a8f34ae7ad711cde79daa9 SHA512 771390ae9ac674fa22ace0bbe0edb1f0fbae01d246f15be9ae0dd070c317bb3bfc7c306f14a2dcfbf9f3095f9217f293cd4848ff63e64d53ac58b76a54a7c2bd DIST kolourpaint-21.12.3.tar.xz 5715940 BLAKE2B 8187e35754440bab43cbcd5f5385941ac3781c93ffe68e90c55d77ce058d34bf55f89fc23c6c8685a06ed7ab92fee19d4c3c286756afcd297fd5e121d15a88af SHA512 c29acf05b0d1a32246987c7e8b26daad495e771a50563006bb2fafd91d56a7322fbac3b477e9288cc52291bfb4c85e3a54f6141a9986df96e9a8827d41490f11 diff --git a/kde-apps/kolourpaint/kolourpaint-21.12.2.ebuild b/kde-apps/kolourpaint/kolourpaint-21.12.2.ebuild deleted file mode 100644 index 245c46f38978..000000000000 --- a/kde-apps/kolourpaint/kolourpaint-21.12.2.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 -} |