xfce-extra/xfce4-soundmenu-plugin: Prune old
authorMichał Górny <mgorny@gentoo.org>
Tue, 2 Aug 2016 15:25:56 +0000 (17:25 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 2 Aug 2016 16:09:47 +0000 (18:09 +0200)
xfce-extra/xfce4-soundmenu-plugin/Manifest
xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.6.0.ebuild [deleted file]

index c387a5bc7b7ae8caa36d65aed3568e0a0dfe4fff..a66733945b8b6c318df1441b9309134e97b42667 100644 (file)
@@ -1,2 +1 @@
-DIST xfce4-soundmenu-plugin-0.6.0.tar.bz2 325349 SHA256 ff37c687ef29fd27ad14c06da447d44da4143760644b030451ca6067c111dfcd SHA512 665f1efffc9b8b194f8b285f23c284ac1f6dac0a2c63ba9380017d9045f76e8952295028f6bc4756e2805ad6d4d9d7b069ca44e89c645d00e78ed5a21827919e WHIRLPOOL bef97a66775740cf2bee74e0123ecb3176ef5613dd133ecbe677cffe061caee0bda0c2f16706979301fdf80def0eede760e9eb4d2de525b46eea9288eac5cc61
 DIST xfce4-soundmenu-plugin-0.7.0.tar.bz2 386162 SHA256 d8a8d86ffc09363984e4014ae188c1c01c51df665666a081188483c36ed871ff SHA512 d0f5815f70a64d8b68b7257d90697dddb465e77b0acfa4d0b75c4dd23864e4b3d2e58526932d9a5a9fdabbbdf2e8e3b24f8e5f26ad93e864dfe614139f7d3748 WHIRLPOOL 782752b2d69ab4301712025d5dace1fcebe4a41d594e24e3ec2bb15ca9a8de65213c82ece2cb208bbd638c0ba8cbe73064342d970d166c6336d6ca882ac9863a
diff --git a/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.6.0.ebuild b/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.6.0.ebuild
deleted file mode 100644 (file)
index 19a56ba..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A panel plug-in to control MPRIS2 compatible players like Pragha (from the same authors)"
-HOMEPAGE="https://github.com/matiasdelellis/xfce4-soundmenu-plugin"
-SRC_URI="https://dissonance.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug +glyr lastfm +keybinder"
-
-RDEPEND=">=dev-libs/glib-2.28
-       >=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 )
-}