+++ /dev/null
-DIST ksplasherx2.0beta2.tar.gz 278173 SHA256 218ba4268218d1c08ce7662ca682886511f75cc067c5958eb8a11610d7864682 SHA512 cb1f284039a5542a2cb578c9bd32fc7e16d8415bdf777ac330b1fd4c4c774f982236e264268bd364bc1c9cbe4d274612a243437fbc308f8fa00a25b4e27fa649 WHIRLPOOL f3cff409d0aefb74213aaea3d7a802ab9ebdf479f9520be2923de67324387a443dd5c5e91e4cfd6653a91796a3986f2a29873f5ebbcbc1d7f5b8817395e2fa9f
+++ /dev/null
-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):
+++ /dev/null
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">ksplasher</remote-id>
- </upstream>
-</pkgmetadata>