diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-09 21:41:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-09 21:45:36 +0200 |
commit | 077e349ef84ec521cfd0cf1a6cfb766fcddd9f20 (patch) | |
tree | f2b7c3c9a2e9b09e7dbb75565977931c4d451045 /kde-apps/kolourpaint | |
parent | kde-plasma/kinfocenter: Re-add CMAKE_MAKEFILE_GENERATOR="emake" (diff) | |
download | gentoo-077e349ef84ec521cfd0cf1a6cfb766fcddd9f20.tar.gz gentoo-077e349ef84ec521cfd0cf1a6cfb766fcddd9f20.tar.bz2 gentoo-077e349ef84ec521cfd0cf1a6cfb766fcddd9f20.zip |
kde-apps: Drop KDE Applications 19.04.0
Package-Manager: Portage-2.3.66, Repoman-2.3.12
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.0.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-apps/kolourpaint/Manifest b/kde-apps/kolourpaint/Manifest index c81e8b86b460..6618aa38719e 100644 --- a/kde-apps/kolourpaint/Manifest +++ b/kde-apps/kolourpaint/Manifest @@ -1,3 +1,2 @@ DIST kolourpaint-18.12.3.tar.xz 5651092 BLAKE2B 11a7dc906d0240524944d4aa4d61087f2b0689658dc8903eaddf38a3a1a052d19949cf550ed7f117f60892bc382b5cb251107db5d3acdda7bf019b912c71db13 SHA512 ac294aa80ffebdc6440474c15c5450fdcf15d735e6d920e2af99c92cbaa5f8930330a268faea5fb7859d1128c7479049ceb672715d7a4dbfdfb7e3b72157af13 -DIST kolourpaint-19.04.0.tar.xz 5656056 BLAKE2B df78b789bb95a0ddb223af20dbeac955e70735aebd494f9095aac40bd391c0659658700b1e93253b6658c84e7f98bc097224a3e713d82ead3793a054c1369cf2 SHA512 e0bc3084c1f39196c10344e4a941e55783fde14a4832aa65e59e32d09e33d96cfe9904e6c24adb75d3297eaedf387ec8f77c6edcdd93de4664c26be33e514931 DIST kolourpaint-19.04.1.tar.xz 5653060 BLAKE2B f41f7aae13b818d7d802943c6e50e9cf7fd618831a1ecac3833a8ab4e18a4c3bccf0094a2c09381607fc870fe03c1f5ecfae455a86547b98005da321e5d145f9 SHA512 2154a250683744cd566b3835b68d5f4d16c6b2b7ac747d1bd8fd1de41ebee64c5c972a799d06e1b88768d789393d7f7509428584b29d78923e2275a92de56b9f diff --git a/kde-apps/kolourpaint/kolourpaint-19.04.0.ebuild b/kde-apps/kolourpaint/kolourpaint-19.04.0.ebuild deleted file mode 100644 index d36c8c7865a0..000000000000 --- a/kde-apps/kolourpaint/kolourpaint-19.04.0.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 -} |