diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-07 18:51:21 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-07 19:18:57 +0100 |
commit | 2fe2b92e1ba345156f8ca5cd7bde87ddf06efdf9 (patch) | |
tree | 970c1c0beb32a90ab90f75fd1fbca7087489f855 | |
parent | dev-libs/qoauth: Remove unused library, no revdeps (diff) | |
download | kde-sunset-2fe2b92e1ba345156f8ca5cd7bde87ddf06efdf9.tar.gz kde-sunset-2fe2b92e1ba345156f8ca5cd7bde87ddf06efdf9.tar.bz2 kde-sunset-2fe2b92e1ba345156f8ca5cd7bde87ddf06efdf9.zip |
kde-misc/ksplasher: Remove unbuildable package
Python deps are gone, this overlay is not going to mend old Python+libs.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-misc/ksplasher/Manifest | 1 | ||||
-rw-r--r-- | kde-misc/ksplasher/files/ksplasher-pillow.patch | 13 | ||||
-rw-r--r-- | kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild | 40 | ||||
-rw-r--r-- | kde-misc/ksplasher/metadata.xml | 8 |
4 files changed, 0 insertions, 62 deletions
diff --git a/kde-misc/ksplasher/Manifest b/kde-misc/ksplasher/Manifest deleted file mode 100644 index c746e37a..00000000 --- a/kde-misc/ksplasher/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ksplasherx2.0beta2.tar.gz 278173 BLAKE2B 7bd6c0ad53a4d296ea8936c2ddc6bbcd222bbcceaffa81d67c850c22e3905090130eea47c94b50d943fc60b4bd301c519f1c567740c28c8ede6c2f8bba5673a7 SHA512 cb1f284039a5542a2cb578c9bd32fc7e16d8415bdf777ac330b1fd4c4c774f982236e264268bd364bc1c9cbe4d274612a243437fbc308f8fa00a25b4e27fa649 diff --git a/kde-misc/ksplasher/files/ksplasher-pillow.patch b/kde-misc/ksplasher/files/ksplasher-pillow.patch deleted file mode 100644 index 467c60c4..00000000 --- a/kde-misc/ksplasher/files/ksplasher-pillow.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://bugs.gentoo.org/show_bug.cgi?id=471520 ---- a/src/modules/filters.py -+++ b/src/modules/filters.py -@@ -9,7 +9,8 @@ - # - - from __future__ import division --import sys, os, getopt, Image, ImageFile, ImageEnhance -+import sys, os, getopt -+from PIL import Image, ImageFile, ImageEnhance - - - def blink(srcfile1,destfile): diff --git a/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild b/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild deleted file mode 100644 index ea1effa5..00000000 --- a/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit python-single-r1 eutils - -DESCRIPTION="A KSplashX engine (KDE4) Splash Screen Creator" -HOMEPAGE="http://ksplasher.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PN}x${PV/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="${PYTHON_DEPS} - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/PyQt4[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -S=${WORKDIR}/${PN}x - -src_prepare() { - epatch "${FILESDIR}/${PN}-pillow.patch" - # ksplasherx is a bash script which calls 'python foo'. We fix it here. - sed -i -e 's:python:/usr/bin/env python2:g' ksplasherx || die -} - -src_install() { - dobin ksplasherx || die - insinto /usr/share/ksplasherx - doins -r src || die - python_fix_shebang "${ED}/usr/share/ksplasherx/src/" - doicon ksicon.png - make_desktop_entry ${PN}x KSplasherX ksicon "Qt;KDE;Graphics" - dodoc README -} diff --git a/kde-misc/ksplasher/metadata.xml b/kde-misc/ksplasher/metadata.xml deleted file mode 100644 index 0601f384..00000000 --- a/kde-misc/ksplasher/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">ksplasher</remote-id> - </upstream> -</pkgmetadata> |