Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mpc-plugin/
Date: Sun, 25 Mar 2018 17:27:38
Message-Id: 1521998835.a8316e4d8d991c5c20d2baead6008bec2a4ee12e.mgorny@gentoo
1 commit: a8316e4d8d991c5c20d2baead6008bec2a4ee12e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 16:14:06 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 17:27:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8316e4d
7
8 xfce-extra/xfce4-mpc-plugin: Drop old
9
10 xfce-extra/xfce4-mpc-plugin/Manifest | 1 -
11 .../xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.5.ebuild | 31 ----------------------
12 2 files changed, 32 deletions(-)
13
14 diff --git a/xfce-extra/xfce4-mpc-plugin/Manifest b/xfce-extra/xfce4-mpc-plugin/Manifest
15 index 07d601e4173..ae6e623140b 100644
16 --- a/xfce-extra/xfce4-mpc-plugin/Manifest
17 +++ b/xfce-extra/xfce4-mpc-plugin/Manifest
18 @@ -1,2 +1 @@
19 -DIST xfce4-mpc-plugin-0.4.5.tar.bz2 284335 BLAKE2B cce4d74f0d7df973233243231916744e68323dcde8ddac97f39dbfac04939b3835ad2081271d589cc96f83773ea6a3d0987c93bdfc5e18dbc4a632f54987af57 SHA512 272331170396c0635800c692fe06ac5bf53d0a2b007c6a8939f1678b109942728f9f97787e5b33abf94a56de6b72f6ea4cb3348f4ac3593b0bf4ab4c1ef79a57
20 DIST xfce4-mpc-plugin-0.5.0.tar.bz2 282688 BLAKE2B 2ad968ba53ee391224f20ae6d62061feb9c63bda6414868daee024b948d8e5e11c0f696e522dc7914ed5d88f798f6be48bb420c19e3b4f36dcf7af3e5756b303 SHA512 b6cd8c756d952e19bbd0be3a8385b0bdd647960708537a8997589c07e512560856aa78de2ed0c6267810aa7b33c4470facd45048158e373053dc30813e8ebaa1
21
22 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
23 deleted file mode 100644
24 index 9c338bbb2c7..00000000000
25 --- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.5.ebuild
26 +++ /dev/null
27 @@ -1,31 +0,0 @@
28 -# Copyright 1999-2015 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=5
32 -inherit xfconf
33 -
34 -DESCRIPTION="Music Player Daemon (mpd) panel plugin"
35 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin"
36 -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
37 -
38 -LICENSE="ISC"
39 -SLOT="0"
40 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
41 -IUSE="debug +libmpd"
42 -
43 -RDEPEND=">=xfce-base/exo-0.6:=
44 - >=xfce-base/libxfce4ui-4.8:=
45 - >=xfce-base/xfce4-panel-4.8:=
46 - libmpd? ( media-libs/libmpd:= )"
47 -DEPEND="${RDEPEND}
48 - dev-util/intltool
49 - virtual/pkgconfig"
50 -
51 -pkg_setup() {
52 - XFCONF=(
53 - $(use_enable libmpd)
54 - $(xfconf_use_debug)
55 - )
56 -
57 - DOCS=( AUTHORS ChangeLog README TODO )
58 -}