diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-08-25 06:38:45 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-08-25 20:46:59 +1000 |
commit | 37150fa963eb3aa155eb9e94c3d6b233154ca1de (patch) | |
tree | 8bce549e96d6e85c58e00d1b3cbd303869107118 /kde-apps/kolourpaint | |
parent | media-libs/libart_lgpl: eapi bump, fix src_install phase (and, then, really d... (diff) | |
download | gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.tar.gz gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.tar.bz2 gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.zip |
kde-apps: remove 15.12.3
Diffstat (limited to 'kde-apps/kolourpaint')
-rw-r--r-- | kde-apps/kolourpaint/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kolourpaint/kolourpaint-15.12.3.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-apps/kolourpaint/Manifest b/kde-apps/kolourpaint/Manifest index bf8f355c322d..9b9086252e25 100644 --- a/kde-apps/kolourpaint/Manifest +++ b/kde-apps/kolourpaint/Manifest @@ -1,2 +1 @@ -DIST kolourpaint-15.12.3.tar.xz 1171780 SHA256 7c696e7f1c17cdc9fbead98137e26dc158da0ede2d5d4fd7f3500bec3d249a97 SHA512 fb806f92468f57aa3180ad597660705a6380f527cd27bbd76e94260fe063eeeece7a53fbf4a5cd38e27c9af3d94d2b3c90001725aea22900d38acd99a5de2abe WHIRLPOOL a8ea5da06f9254389940b61a3b2468b99939ed7e28688d283efc00f24cd280b9318ddf3d03f2c384cdb3afb10cb5560dc18f049a0a38d212df4d28759bc2a386 DIST kolourpaint-16.04.3.tar.xz 1171792 SHA256 8c71ced56aacbfd27f3dd3f25771eaa13dacd8e490492fa0ea32415764493c91 SHA512 80c330341d4203c91be2f212125c62192711b322107987a46ca37dd7f24f9d5179844429670dabcbe1d9dcfe09c986ef5b5426d51c1d8a7d523149e41de26b2c WHIRLPOOL 919bb809f75d7b90956c67d879cea7c0c34469cd00134dffb52ec573082ef6a1124e6cedb9f7e0efb5dcc776b501d23a98220c068ea378ecfdd835b60f16ac6d diff --git a/kde-apps/kolourpaint/kolourpaint-15.12.3.ebuild b/kde-apps/kolourpaint/kolourpaint-15.12.3.ebuild deleted file mode 100644 index e023867741a3..000000000000 --- a/kde-apps/kolourpaint/kolourpaint-15.12.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="optional" -inherit kde4-base - -DESCRIPTION="Paint Program for KDE" -HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/" -KEYWORDS="amd64 ~arm x86" -LICENSE="BSD LGPL-2" -IUSE="debug scanner" - -DEPEND=" - media-libs/qimageblitz - scanner? ( $(add_kdeapps_dep libksane) ) -" -RDEPEND="${DEPEND} - scanner? ( $(add_kdeapps_dep ksaneplugin) ) -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package scanner KSane) - ) - - kde4-base_src_configure -} |