From 9fce6c9b14a874e1e69d88b16b9e6269f86284f5 Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Mon, 20 Jan 2014 17:18:38 +0400 Subject: [PATCH] kde-misc/ihatethecashew: old and broken version, removed, thanks to batekman --- kde-misc/ihatethecashew/Manifest | 3 -- .../ihatethecashew/files/kde-4.6-compat.patch | 11 ------- .../ihatethecashew-0.4-r9999.ebuild | 31 ------------------- 3 files changed, 45 deletions(-) delete mode 100644 kde-misc/ihatethecashew/Manifest delete mode 100644 kde-misc/ihatethecashew/files/kde-4.6-compat.patch delete mode 100644 kde-misc/ihatethecashew/ihatethecashew-0.4-r9999.ebuild diff --git a/kde-misc/ihatethecashew/Manifest b/kde-misc/ihatethecashew/Manifest deleted file mode 100644 index c851e7a..0000000 --- a/kde-misc/ihatethecashew/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -AUX kde-4.6-compat.patch 491 RMD160 a30c16a4565037d95c349fb9582fa1907ed9310c SHA1 6960c485c02fa9bf44d2a8e016b85a8f12c73d35 SHA256 e406cfe0b1e0aa555aeb1e570db327672823ddd1bd2d1c61f2064b76b627d30e -DIST 91009-iHateTheCashew-4.4.tbz 8833 RMD160 bdf03c38d7555911067d61830e5bb3676f24e307 SHA1 b91b5e4ab3bd1c8b0d0185c3e852edaf89f06667 SHA256 03b92459abb2707d7effb3be6410eca5cce23b3efd5bbd302764351059c87254 -EBUILD ihatethecashew-0.4-r9999.ebuild 696 RMD160 b847d9996fa6e2b4a9577b37a48a6b2a47a5b05e SHA1 a7493b9594c954b458ee3d4a91404e6de204778c SHA256 b73bc4d588ff22b90c036b9b0ef5924f6da0c16cf688dbf408fe1b496f544537 diff --git a/kde-misc/ihatethecashew/files/kde-4.6-compat.patch b/kde-misc/ihatethecashew/files/kde-4.6-compat.patch deleted file mode 100644 index f9c1087..0000000 --- a/kde-misc/ihatethecashew/files/kde-4.6-compat.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ihtc.cpp.orig 2009-12-17 20:20:27.000000000 +0100 -+++ ihtc.cpp 2011-02-02 11:45:35.567271213 +0100 -@@ -116,7 +116,7 @@ - foreach (QGraphicsItem *kid, desktop->childItems()) - { - o = dynamic_cast(kid); -- if (o && o->inherits("Plasma::ToolBox") || o->inherits("Plasma::DesktopToolBox")) -+ if (o && o->inherits("Plasma::ToolBox") || o->inherits("Plasma::DesktopToolBox") || o->inherits("DesktopToolBox")) - return kid; - } - return 0; diff --git a/kde-misc/ihatethecashew/ihatethecashew-0.4-r9999.ebuild b/kde-misc/ihatethecashew/ihatethecashew-0.4-r9999.ebuild deleted file mode 100644 index f963db4..0000000 --- a/kde-misc/ihatethecashew/ihatethecashew-0.4-r9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -inherit kde4-base - -MY_PN="iHateTheCashew" - -DESCRIPTION="KDE4 plasmoid. Removes the \"hand\" in upper right corner of the screen" -HOMEPAGE="http://www.kde-look.org/content/show.php/I+HATE+the+Cashew?content=91009" -SRC_URI="http://www.kde-look.org/CONTENT/content-files/91009-${MY_PN}-4.4.tbz" - -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="debug" - -RDEPEND=" - >=kde-base/plasma-workspace-${KDE_MINIMAL} -" - -S="${WORKDIR}/${MY_PN}" - -src_compile() { - # Pinkbyte: add KDE 4.6 compatibility patch - epatch "$FILESDIR/kde-4.6-compat.patch" - # - kde4-base_src_compile -}