From: Mikle Kolyada Date: Sat, 11 May 2019 11:41:26 +0000 (+0300) Subject: xfce-extra/xfce4-soundmenu-plugin: remove last rited package X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=701ace3363df67ee5960209514b09698c6a28b9c;p=gentoo.git xfce-extra/xfce4-soundmenu-plugin: remove last rited package Signed-off-by: Mikle Kolyada --- diff --git a/xfce-extra/xfce4-soundmenu-plugin/Manifest b/xfce-extra/xfce4-soundmenu-plugin/Manifest deleted file mode 100644 index a57c8233d941..000000000000 --- a/xfce-extra/xfce4-soundmenu-plugin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xfce4-soundmenu-plugin-0.7.0.tar.bz2 386162 BLAKE2B 72e38d8ab206e7fcf1e5b0cd39dc37c670dfed52fe0f280c6e0355e51551aab55eb64a91da6f801c2c47ec363776326935252d5d6460bddb90c25a30a696b153 SHA512 d0f5815f70a64d8b68b7257d90697dddb465e77b0acfa4d0b75c4dd23864e4b3d2e58526932d9a5a9fdabbbdf2e8e3b24f8e5f26ad93e864dfe614139f7d3748 diff --git a/xfce-extra/xfce4-soundmenu-plugin/metadata.xml b/xfce-extra/xfce4-soundmenu-plugin/metadata.xml deleted file mode 100644 index c0f086750a91..000000000000 --- a/xfce-extra/xfce4-soundmenu-plugin/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - xfce@gentoo.org - XFCE Team - - - Enable music metadata searchengine support using media-libs/glyr - Enable last.fm support using media-libs/libclastfm - Enable shortcut support using dev-libs/keybinder - - - matiasdelellis/xfce4-soundmenu-plugin - - diff --git a/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.7.0.ebuild b/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.7.0.ebuild deleted file mode 100644 index c49f811ccd8d..000000000000 --- a/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.7.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xfconf - -DESCRIPTION="A panel plug-in to control MPRIS2 compatible players like Pragha" -HOMEPAGE="https://github.com/matiasdelellis/xfce4-soundmenu-plugin" -SRC_URI="https://github.com/matiasdelellis/${PN}/releases/download/v${PV}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug +glyr lastfm +keybinder" - -RDEPEND=">=dev-libs/glib-2.28 - >=media-libs/libmpris2client-0.1 - >=media-sound/pulseaudio-2[glib] - >=x11-libs/gtk+-2.20:2 - x11-libs/libX11 - >=xfce-base/libxfce4ui-4.10 - >=xfce-base/libxfce4util-4.10 - >=xfce-base/xfce4-panel-4.10 - glyr? ( >=media-libs/glyr-1.0.0 ) - lastfm? ( >=media-libs/libclastfm-0.5 ) - keybinder? ( >=dev-libs/keybinder-0.2.2:0 )" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - $(use_enable keybinder) - $(use_enable lastfm libclastfm) - $(use_enable glyr libglyr) - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) -}