summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-04-09 11:50:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-04-17 12:43:00 +0200
commit08d54a13dae623d073c3199e96c5393a3102f076 (patch)
tree163ae140bf2820a036b3dd78d0fe370cf6a3e52e /kde-apps/kolourpaint
parentkde-frameworks/kfilemetadata: Drop slot 4 (diff)
downloadgentoo-08d54a13dae623d073c3199e96c5393a3102f076.tar.gz
gentoo-08d54a13dae623d073c3199e96c5393a3102f076.tar.bz2
gentoo-08d54a13dae623d073c3199e96c5393a3102f076.zip
kde-apps: Remove KDE Applications 16.08.3
Some exceptions with reverse-dependencies remain. Closes: https://github.com/gentoo/gentoo/pull/4433
Diffstat (limited to 'kde-apps/kolourpaint')
-rw-r--r--kde-apps/kolourpaint/Manifest1
-rw-r--r--kde-apps/kolourpaint/kolourpaint-16.08.3.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-apps/kolourpaint/Manifest b/kde-apps/kolourpaint/Manifest
index cbf516d4a5bd..cb227a9f97cf 100644
--- a/kde-apps/kolourpaint/Manifest
+++ b/kde-apps/kolourpaint/Manifest
@@ -1,2 +1 @@
-DIST kolourpaint-16.08.3.tar.xz 1175964 SHA256 db2fb22b4620519d733019e5c18c7dec2e71fd7695647beaa61e72982d0afb45 SHA512 a058d95c886726f3f7bbc21ba298041573afb047236c1438207c04c3d5e057725c764d168c37f3f8319bc2a02ccab42405584baa5c2ae7d03627604df9293875 WHIRLPOOL 4919d1a7678d2bdf398ba54bedef18dc989e006778071f84072e22440d31c05cc3d5ecceea6e67930b8a32bd40b7406954ce0aed464b8d68d131cbc1ca27c27d
DIST kolourpaint-16.12.3.tar.xz 879332 SHA256 ebb3dde7bbcdc289083a873169cb08e013fc02517e8914cf7a0ceebf96ede3f9 SHA512 7d3a6fd104dd8567a5bebf092d507e4f03ad6f53216e4246477508be1854ee60624c154c81c47647ad83be4b498f1a3d248539ecab30ba75b14b7c3936a305ac WHIRLPOOL f4e7b73602d7f0cda5972fec0e86cf8698524e6c54e78b11e8b03983549154398c01e140a933f80e1315e4750ec42cbad01593da5e6d269004854f985955e5d4
diff --git a/kde-apps/kolourpaint/kolourpaint-16.08.3.ebuild b/kde-apps/kolourpaint/kolourpaint-16.08.3.ebuild
deleted file mode 100644
index 9e33522493c5..000000000000
--- a/kde-apps/kolourpaint/kolourpaint-16.08.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 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 ~arm 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_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
-}