From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A64B913835A for ; Mon, 7 Dec 2020 18:19:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC26DE0D26; Mon, 7 Dec 2020 18:19:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5878E0D26 for ; Mon, 7 Dec 2020 18:19:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3989341235 for ; Mon, 7 Dec 2020 18:19:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1426A492 for ; Mon, 7 Dec 2020 18:19:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1607365137.2fe2b92e1ba345156f8ca5cd7bde87ddf06efdf9.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-misc/ksplasher/, kde-misc/ksplasher/files/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: kde-misc/ksplasher/files/ksplasher-pillow.patch kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild kde-misc/ksplasher/metadata.xml X-VCS-Directories: kde-misc/ksplasher/ kde-misc/ksplasher/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2fe2b92e1ba345156f8ca5cd7bde87ddf06efdf9 X-VCS-Branch: master Date: Mon, 7 Dec 2020 18:19:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 620f9280-5690-4c60-89de-9d5f10595ac6 X-Archives-Hash: 31ca6456f689db6fb15aef67f2bb1425 commit: 2fe2b92e1ba345156f8ca5cd7bde87ddf06efdf9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 7 17:51:21 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 7 18:18:57 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=2fe2b92e 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 gentoo.org> kde-misc/ksplasher/files/ksplasher-pillow.patch | 13 -------- kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild | 40 ------------------------ kde-misc/ksplasher/metadata.xml | 8 ----- 3 files changed, 61 deletions(-) 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 @@ - - - - - - ksplasher - -