xfce-extra/xfce4-mpc-plugin: Drop old
authorMichał Górny <mgorny@gentoo.org>
Sun, 25 Mar 2018 16:14:06 +0000 (18:14 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 25 Mar 2018 17:27:15 +0000 (19:27 +0200)
xfce-extra/xfce4-mpc-plugin/Manifest
xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.5.ebuild [deleted file]

index 07d601e41734103ea4cb5fbb05ba0193118e543a..ae6e623140b13f94f0abd66208ceaa0ff12e9b31 100644 (file)
@@ -1,2 +1 @@
-DIST xfce4-mpc-plugin-0.4.5.tar.bz2 284335 BLAKE2B cce4d74f0d7df973233243231916744e68323dcde8ddac97f39dbfac04939b3835ad2081271d589cc96f83773ea6a3d0987c93bdfc5e18dbc4a632f54987af57 SHA512 272331170396c0635800c692fe06ac5bf53d0a2b007c6a8939f1678b109942728f9f97787e5b33abf94a56de6b72f6ea4cb3348f4ac3593b0bf4ab4c1ef79a57
 DIST xfce4-mpc-plugin-0.5.0.tar.bz2 282688 BLAKE2B 2ad968ba53ee391224f20ae6d62061feb9c63bda6414868daee024b948d8e5e11c0f696e522dc7914ed5d88f798f6be48bb420c19e3b4f36dcf7af3e5756b303 SHA512 b6cd8c756d952e19bbd0be3a8385b0bdd647960708537a8997589c07e512560856aa78de2ed0c6267810aa7b33c4470facd45048158e373053dc30813e8ebaa1
diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.5.ebuild b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.5.ebuild
deleted file mode 100644 (file)
index 9c338bb..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Music Player Daemon (mpd) panel plugin"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="debug +libmpd"
-
-RDEPEND=">=xfce-base/exo-0.6:=
-       >=xfce-base/libxfce4ui-4.8:=
-       >=xfce-base/xfce4-panel-4.8:=
-       libmpd? ( media-libs/libmpd:= )"
-DEPEND="${RDEPEND}
-       dev-util/intltool
-       virtual/pkgconfig"
-
-pkg_setup() {
-       XFCONF=(
-               $(use_enable libmpd)
-               $(xfconf_use_debug)
-               )
-
-       DOCS=( AUTHORS ChangeLog README TODO )
-}