We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

changeset 148:b107afda50ae

removing kde-misc/py-cashew and missed notice about RhodeCode
author Daniel Neugebauer <dneuge@energiequant.de>
date Sun, 24 Apr 2016 18:55:34 +0200
parents 9de35e0992d7
children e6609d8d371f
files kde-misc/py-cashew/Manifest kde-misc/py-cashew/py-cashew-1.2.ebuild profiles/package.mask
diffstat 3 files changed, 0 insertions(+), 73 deletions(-) [+]
line wrap: on
line diff
--- a/kde-misc/py-cashew/Manifest	Sun Apr 24 14:22:03 2016 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-EBUILD py-cashew-1.1-r1.ebuild 921 SHA256 e342279ba6341cb2cdc4423e3a44c7ba694aa2a1e852ec8ffc0c5e31b8f37542 SHA512 e7ea89a2a39e47a83133a70b1338c7ed647a958a420199412e24eca46f1995d6ca71b195a7c7e3c397ec3fecb27a142d8b99e8151b932bb880192497a68abad3 WHIRLPOOL 1e651eafba1198e7eabafedf1e2fe989408dce580fb62e0269d4a6986f392652e96b6ee539ed8e6a4a748767fc49712a82e06487624736d62ea525592a0171f1
-EBUILD py-cashew-1.2.ebuild 1336 SHA256 a1e7a9b3046fb5d7480420ff1747fd2367abd8eafa608807b38f50d06f09bf7c SHA512 723d18cc3fb19a34c98a2a4ea3a63941965c4f6a5278a70bb564cba16986aee16a71364b48ec49dcbb699abe2a6da054ad9cb45137823e55d83d3f4be982cc9a WHIRLPOOL d1489aafaba115b6e6372a910a784aa0ced98ae50f92bee27180b572025c044276ac0a7d79c035a346649670d1ad8bb59cf11ecc5ef3300f1f5d4cb56b99e59d
--- a/kde-misc/py-cashew/py-cashew-1.2.ebuild	Sun Apr 24 14:22:03 2016 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,48 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Plasmoid for KDE 4.6+ to remove the so-called Cashew (desktop configuration icon) - replacement for abandoned plasmoid \"I HATE the cashew\"."
-HOMEPAGE="http://kde-look.org/content/show.php/Py-Cashew?content=147892"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-inherit git-2
-#inherit kde4-base
-
-EGIT_REPO_URI="https://github.com/benoit-monin/Py-Cashew.git"
-EGIT_COMMIT="226e0352785f14323f787b65a3673abf4b8ce4f2"
-
-#src_unpack() {
-#	cd ${WORKDIR}
-#	git clone ${EGIT_REPO_URI} py-cashew-1.2
-#	cd py-cashew-1.2
-#	git checkout -b TMP-ebuild ${EGIT_COMMIT}
-#	cd ..
-#}
-
-#pkg_postinst() {
-#	plasmapkg --packageroot /usr/share/apps/plasma/plasmoids -i py-cashew-1.2.plasmoid
-#}
-
-src_install() {
-	# we try to mimic plasmapkg which does not work in sandbox
-	
-	insinto /usr/share/apps/plasma/plasmoids/py-cashew
-	doins metadata.desktop
-	
-	# no idea where icons should go, nothing seems to fit PNGs...
-	#insinto /usr/share/apps/desktoptheme/default/icons/
-	#doins py-cashew.png
-
-	insinto /usr/share/apps/plasma/plasmoids/py-cashew/contents/code
-	doins contents/code/main.py
-	
-	cp -a metadata.desktop plasma-applet-py-cashew.desktop
-	insinto /usr/share/kde4/services
-	doins plasma-applet-py-cashew.desktop
-}
--- a/profiles/package.mask	Sun Apr 24 14:22:03 2016 +0200
+++ b/profiles/package.mask	Sun Apr 24 18:55:34 2016 +0200
@@ -4,26 +4,3 @@
 # only be used as a last resort
 =media-libs/xine-lib-1.1.20
 
-# Daniel Neugebauer <dneuge@energiequant.de> (1 Feb 2014)
-# for gentoo-overlay.megacoffee.net
-#
-# py-cashew has officially been broken beyond repair by
-# API changes. It is advised to use the plasmoid
-# "I Hate The Cashew" instead. Please see:
-# https://github.com/benoit-monin/Py-Cashew/issues/3
-#
-# This ebuild will be removed some time after June 2014.
-kde-misc/py-cashew
-
-# Daniel Neugebauer <dneuge@energiequant.de> (12 Jul 2014)
-# for gentoo-overlay.megacoffee.net
-#
-# RhodeCode changed to a semi-commercial license back in 2013 which was the
-# main reason why this ebuild was abandoned. It should no longer be used due
-# to it's age and high amount of dependencies on outdated components.
-#
-# There's now a fork called Kallithea based on the more recent RhodeCode 2.2
-# GPL-licensed part. Kallithea as a whole is licensed GPLv3. We will try to
-# supply a virtualenv-based ebuild for it shortly (eliminating the need for
-# globally installed dependencies).
-dev-vcs/rhodecode