diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-12 19:54:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-17 18:39:11 +0200 |
commit | f84fcbb5131013f9494b9024ec746f68fcbdad36 (patch) | |
tree | da178f10e9e2b088c9d74fc6cbdbf0b2409e9e63 /kde-apps/kolourpaint | |
parent | profiles: Mask legacy KDE Applications for removal (diff) | |
download | gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.gz gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.bz2 gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.zip |
kde-apps: Drop KDE Applications 16.12.3, KDE PIM 4.14.11* and more old
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'kde-apps/kolourpaint')
-rw-r--r-- | kde-apps/kolourpaint/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kolourpaint/kolourpaint-16.12.3.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-apps/kolourpaint/Manifest b/kde-apps/kolourpaint/Manifest index 0a57fa563588..f53ea1fbec5b 100644 --- a/kde-apps/kolourpaint/Manifest +++ b/kde-apps/kolourpaint/Manifest @@ -1,2 +1 @@ -DIST kolourpaint-16.12.3.tar.xz 879332 SHA256 ebb3dde7bbcdc289083a873169cb08e013fc02517e8914cf7a0ceebf96ede3f9 SHA512 7d3a6fd104dd8567a5bebf092d507e4f03ad6f53216e4246477508be1854ee60624c154c81c47647ad83be4b498f1a3d248539ecab30ba75b14b7c3936a305ac WHIRLPOOL f4e7b73602d7f0cda5972fec0e86cf8698524e6c54e78b11e8b03983549154398c01e140a933f80e1315e4750ec42cbad01593da5e6d269004854f985955e5d4 DIST kolourpaint-17.04.3.tar.xz 5548196 SHA256 12f648bdedf3148613a9af640c36b340a2ac50e35e808755dd9f4ac5eb2ec9f7 SHA512 d0fa2accf79b4a7c1e39c6d936ec71714464c6da9185643072744e94469465cff2e69e12855b77e29fa7736fd14390c081d78a94028bccae6903bdccb54d2576 WHIRLPOOL 627dfeeaa1fbe3f3ea38ecf0f7d345ba0bf1306bbd2f244619661d15ee1ce38bceb18a0d34fe04a4267c1e44b99d031f59bfa25ae8a49bd324797fd80ea058ff diff --git a/kde-apps/kolourpaint/kolourpaint-16.12.3.ebuild b/kde-apps/kolourpaint/kolourpaint-16.12.3.ebuild deleted file mode 100644 index 7afca0dd0afd..000000000000 --- a/kde-apps/kolourpaint/kolourpaint-16.12.3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="true" -inherit kde5 - -DESCRIPTION="Paint Program by KDE" -HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/" -KEYWORDS="amd64 x86" -LICENSE="BSD-2 LGPL-2 LGPL-2+ || ( LGPL-2.1 LGPL-3 ) GPL-2 handbook? ( FDL-1.2 )" -IUSE="scanner" - -RDEPEND=" - $(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 kservice) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep libkexiv2) - $(add_qt_dep qtgui) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtwidgets) - scanner? ( $(add_kdeapps_dep libksane) ) -" -DEPEND="${RDEPEND} - sys-devel/gettext -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package scanner KF5Sane) - ) - - kde5_src_configure -} |