diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-21 22:57:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-23 17:59:36 +0200 |
commit | 32fda03c6b8ab05a00c9be321886be6096603b64 (patch) | |
tree | e7c062d6a66f3d0c30e72c5cae274354912e7fb5 /kde-apps/kolourpaint | |
parent | kde-apps/kdegraphics-mobipocket: drop 24.04.90 (diff) | |
download | gentoo-32fda03c6b8ab05a00c9be321886be6096603b64.tar.gz gentoo-32fda03c6b8ab05a00c9be321886be6096603b64.tar.bz2 gentoo-32fda03c6b8ab05a00c9be321886be6096603b64.zip |
kde-apps/kolourpaint: drop 24.04.90
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-24.04.90.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-apps/kolourpaint/Manifest b/kde-apps/kolourpaint/Manifest index 283de385d590..722e113db05e 100644 --- a/kde-apps/kolourpaint/Manifest +++ b/kde-apps/kolourpaint/Manifest @@ -1,3 +1,2 @@ DIST kolourpaint-24.02.2.tar.xz 5796724 BLAKE2B 6b06a86174d98a0cfea339cf42fe875163c3ee697837c7ccdb9a4c234c74e6d980487fde3072871e17b56ad17180f6983566884f902bd1f4f73f584aedc9f577 SHA512 4277ba48582a1ee3c62e95e00f4d8c3e048348eab5e2d75f0579e5e4b179da85793d6cf744b423c3991e9c6501fa4f9d78bfb8fa7389b9e9f334eb61a78000e0 -DIST kolourpaint-24.04.90.tar.xz 5294172 BLAKE2B b39027c6ce615e760630f4d663a79674b1b24b8eb506731a0d8d077d9af1626bd948c688fcaa8ad5cf484e26c7f5407af05291da1bc3b030700f7258cf34c348 SHA512 b8fd160d831a4ac00c01d0319c173b2fa6649dbeff0bedb086f8d4d4fc78d6ce9f5b77b20235ad9b38e8c315c368802f332ae93520f63f0ac22ae239cd01ea9b DIST kolourpaint-24.05.0.tar.xz 5294208 BLAKE2B cb0213aec5a8285dbf500211240d3b545b0547bc280e3e00f40e0b07c428511be393779c1a8b2146e9d49a3ad1be58b7a8aa0e536d29049f29e766f225dbf3f5 SHA512 5d18d712c716ae03b7dceb7295e0950f6b26ff1218f515c5cd9d13d002bc99f96a028257d8c9f86cc5dc6976c340e32aa25fe654351fc5439cfafa74099104dd diff --git a/kde-apps/kolourpaint/kolourpaint-24.04.90.ebuild b/kde-apps/kolourpaint/kolourpaint-24.04.90.ebuild deleted file mode 100644 index de275ff59879..000000000000 --- a/kde-apps/kolourpaint/kolourpaint-24.04.90.ebuild +++ /dev/null @@ -1,43 +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=6.0.0 -QTMIN=6.6.2 -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="6" -KEYWORDS="~amd64" -IUSE="scanner" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] - >=kde-frameworks/kconfig-${KFMIN}:6 - >=kde-frameworks/kconfigwidgets-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/kguiaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 - >=kde-frameworks/kjobwidgets-${KFMIN}:6 - >=kde-frameworks/kservice-${KFMIN}:6 - >=kde-frameworks/ktextwidgets-${KFMIN}:6 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 - >=kde-frameworks/kxmlgui-${KFMIN}:6 - scanner? ( >=kde-apps/libksane-${PVCUT}:6 ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package scanner KF6Sane) - ) - - ecm_src_configure -} |