From b5723f1cc28b82a1b4b707fdab0861672983c12c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Sch=C3=A4fer?= Date: Fri, 19 Jan 2018 16:43:36 +0100 Subject: [PATCH] remove ebuild: in official portage tree now see: https://github.com/gentoo/gentoo/pull/6883 --- dist/playbar-2.4.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 dist/playbar-2.4.ebuild diff --git a/dist/playbar-2.4.ebuild b/dist/playbar-2.4.ebuild deleted file mode 100644 index ada27d5..0000000 --- a/dist/playbar-2.4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -# Maintainer: Till Schäfer - -EAPI=6 -inherit cmake-utils - -DESCRIPTION="Client MPRIS2, allows you to control your favorite media player" -HOMEPAGE="https://github.com/audoban/PlayBar2" -SRC_URI="https://github.com/audoban/PlayBar2/archive/v${PV}.tar.gz" - -LICENSE="GPLv3" -SLOT="0" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" - -DEPEND="kde-frameworks/kglobalaccel - kde-plasma/plasma-workspace - kde-frameworks/kdeclarative - kde-frameworks/kconfigwidgets - kde-frameworks/kxmlgui - kde-frameworks/kwindowsystem - kde-frameworks/kdoctools" - -S="${WORKDIR}/PlayBar2-${PV}"