From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A3B9A138208 for ; Wed, 27 Apr 2016 15:34:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF85A21C00A; Wed, 27 Apr 2016 15:34:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DFF721C0D4 for ; Wed, 27 Apr 2016 15:34:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5226D340A85 for ; Wed, 27 Apr 2016 15:34:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F44F969 for ; Wed, 27 Apr 2016 15:34:21 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1461770102.7921f5f107f0b151d655f04bd619064d8107c8e5.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/veromix/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/veromix/metadata.xml kde-misc/veromix/veromix-0.17.0.ebuild X-VCS-Directories: kde-misc/veromix/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 7921f5f107f0b151d655f04bd619064d8107c8e5 X-VCS-Branch: master Date: Wed, 27 Apr 2016 15:34:21 +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-Archives-Salt: afc630b0-29d9-4ac7-89ab-8adb4ba73d2b X-Archives-Hash: cbd694676a404af05888166d9cba2a3c commit: 7921f5f107f0b151d655f04bd619064d8107c8e5 Author: Johannes Huber gentoo org> AuthorDate: Wed Apr 27 15:15:02 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Apr 27 15:15:02 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7921f5f1 kde-misc/veromix: Remove pkg Only available for Plasma 4. Superseded by kde-plasma/plasma-pa in Plasma 5. Upstream declared it as dead because: "Plasma 5 does not support python plasmoids. And I dont want to start from scratch e.g. rewrite everything in javascript/qtquick." kde-misc/veromix/metadata.xml | 8 ----- kde-misc/veromix/veromix-0.17.0.ebuild | 59 ---------------------------------- 2 files changed, 67 deletions(-) diff --git a/kde-misc/veromix/metadata.xml b/kde-misc/veromix/metadata.xml deleted file mode 100644 index 2fdbf33..0000000 --- a/kde-misc/veromix/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - - diff --git a/kde-misc/veromix/veromix-0.17.0.ebuild b/kde-misc/veromix/veromix-0.17.0.ebuild deleted file mode 100644 index f9b034d..0000000 --- a/kde-misc/veromix/veromix-0.17.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) -CMAKE_REQUIRED="never" -inherit python-single-r1 kde4-base - -DESCRIPTION="Plasmoid mixer for the Pulseaudio sound server" -HOMEPAGE="http://kde-look.org/content/show.php?content=116676" -SRC_URI="http://kde-look.org/CONTENT/content-files/116676-2012-04-25_${PV}_${PN}.plasmoid -> ${P}.zip" - -LICENSE="GPL-3" -SLOT="4" -KEYWORDS="~amd64" -IUSE="debug" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND=" - ${PYTHON_DEPS} - app-arch/unzip -" -RDEPEND=" - $(add_kdebase_dep plasma-workspace python) - dev-python/PyQt4[dbus] - dev-python/pyxdg - media-libs/ladspa-sdk - media-plugins/swh-plugins - media-sound/pulseaudio -" - -S=${WORKDIR} - -DOCS=( Changelog ) - -pkg_setup() { - python-single-r1_pkg_setup - kde4-base_pkg_setup -} - -src_prepare() { - python_fix_shebang "${S}" - sed -e '/^all:/s/build//' -i Makefile || die - sed -e 's|/usr/share/kde4/apps/|/usr/share/apps/|' -i Makefile \ - -i org.veromix.pulseaudio.service || die - - eapply_user -} - -src_install() { - default - insinto /usr/share/apps/${PN}-plasmoid/ - doins -r presets - insinto /usr/share/kde4/services/ - newins metadata.desktop plasma-widget-veromix.desktop -}