diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-07-13 23:06:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-07-13 23:06:54 +0200 |
commit | fced640b8ff96298fd48a638f434b74d05dc5e69 (patch) | |
tree | 82d6cca7a7c463732bbc79ca245ec587504ee207 /kde-apps/kolourpaint | |
parent | dev-ml/camlbz2: disable // make, it sometimes fails (diff) | |
download | gentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.tar.gz gentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.tar.bz2 gentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.zip |
kde-apps: Drop KDE Applications 17.04.2
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kolourpaint')
-rw-r--r-- | kde-apps/kolourpaint/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kolourpaint/kolourpaint-17.04.2.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-apps/kolourpaint/Manifest b/kde-apps/kolourpaint/Manifest index 5cdb8df7cb10..0a57fa563588 100644 --- a/kde-apps/kolourpaint/Manifest +++ b/kde-apps/kolourpaint/Manifest @@ -1,3 +1,2 @@ DIST kolourpaint-16.12.3.tar.xz 879332 SHA256 ebb3dde7bbcdc289083a873169cb08e013fc02517e8914cf7a0ceebf96ede3f9 SHA512 7d3a6fd104dd8567a5bebf092d507e4f03ad6f53216e4246477508be1854ee60624c154c81c47647ad83be4b498f1a3d248539ecab30ba75b14b7c3936a305ac WHIRLPOOL f4e7b73602d7f0cda5972fec0e86cf8698524e6c54e78b11e8b03983549154398c01e140a933f80e1315e4750ec42cbad01593da5e6d269004854f985955e5d4 -DIST kolourpaint-17.04.2.tar.xz 5548404 SHA256 7a446bf52a98b3c79a933781cf06811c82f6ff11377122fe26a364f6f1ac6f26 SHA512 f163fe3ffa84756b05f068c139859b9cb0cd47eec5ae0c05bfadcfbfe9c1c306f57939c7fbdc954ff70ef860e7bc49a9e59d0a6a3e45cb87d757ff05e9b85046 WHIRLPOOL 50fcbf7567f5a9ee74a4b7776495ff3c45567b1b40a468567080cb13b803c87dafb20164d27e8a7a09ab31ac494370d92a4aa33b85d68f98351f39451964fd4f DIST kolourpaint-17.04.3.tar.xz 5548196 SHA256 12f648bdedf3148613a9af640c36b340a2ac50e35e808755dd9f4ac5eb2ec9f7 SHA512 d0fa2accf79b4a7c1e39c6d936ec71714464c6da9185643072744e94469465cff2e69e12855b77e29fa7736fd14390c081d78a94028bccae6903bdccb54d2576 WHIRLPOOL 627dfeeaa1fbe3f3ea38ecf0f7d345ba0bf1306bbd2f244619661d15ee1ce38bceb18a0d34fe04a4267c1e44b99d031f59bfa25ae8a49bd324797fd80ea058ff diff --git a/kde-apps/kolourpaint/kolourpaint-17.04.2.ebuild b/kde-apps/kolourpaint/kolourpaint-17.04.2.ebuild deleted file mode 100644 index 69dda0e51a86..000000000000 --- a/kde-apps/kolourpaint/kolourpaint-17.04.2.ebuild +++ /dev/null @@ -1,42 +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_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 -} |