diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-02 18:58:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-03 06:03:11 +0100 |
commit | 152f404d910f6d9cefa2547da4efa72d45074cd2 (patch) | |
tree | e7907d2cee3122c590e32971c9c41bcdcab42d5f /kde-apps/kolourpaint | |
parent | profiles: Mask kde-apps/kcalcore, kde-apps/kcontacts for removal (diff) | |
download | gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.gz gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.bz2 gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.zip |
kde-apps: Drop KDE Applications 19.04.3
Package-Manager: Portage-2.3.80, Repoman-2.3.19
RepoMan-Options: --force
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-19.04.3.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-apps/kolourpaint/Manifest b/kde-apps/kolourpaint/Manifest index b697e49d461b..0e4df71fbd33 100644 --- a/kde-apps/kolourpaint/Manifest +++ b/kde-apps/kolourpaint/Manifest @@ -1,2 +1 @@ -DIST kolourpaint-19.04.3.tar.xz 5652260 BLAKE2B ae87d7c345946be755dd95283f2c44d7367af7e0a49aee12ec2351df3d621691b1e6321c1e38008a6ff298730a8e3af3154fd8b7464fcffaf66c3a7046174b25 SHA512 bc9a5f081cd50b32b651dac12a6d2146f63788dda6cb7c8fe1c8f6ada99d422e13e0f9b512f8fb6e620ce70a63baca0a44bb5a1d94f0f90d3c0c4aed3705332b DIST kolourpaint-19.08.3.tar.xz 5654752 BLAKE2B 24a2700197cdec75201b0a51534ee5b14b13c94db82306161319e89db1ea189463e9ef8884ef9162195ca8c2c14ae073244dc6cd85b5c22045fb8905daa3c909 SHA512 97430f2a04d60bfe4d5131e961381b3390181a57cc4b6ca8eda048b60a32804dcd89fec5a69bc50383f88e1bce05a5b7a1dfde33292d0e72f6bda76cda0dd851 diff --git a/kde-apps/kolourpaint/kolourpaint-19.04.3.ebuild b/kde-apps/kolourpaint/kolourpaint-19.04.3.ebuild deleted file mode 100644 index dfc3f21542fa..000000000000 --- a/kde-apps/kolourpaint/kolourpaint-19.04.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Paint Program by KDE" -HOMEPAGE="https://kde.org/applications/graphics/kolourpaint/" -LICENSE="BSD-2 LGPL-2 LGPL-2+ || ( LGPL-2.1 LGPL-3 ) GPL-2 handbook? ( FDL-1.2 )" -KEYWORDS="amd64 arm64 x86" -IUSE="scanner" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtgui) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtwidgets) - scanner? ( $(add_kdeapps_dep libksane) ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package scanner KF5Sane) - ) - - kde5_src_configure -} |