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: Mon, 08 Apr 2019 19:17:46
Message-Id: 1554751051.979b9beb112c3317cba48cef865b219e60d9d6d0.mgorny@gentoo
1 commit: 979b9beb112c3317cba48cef865b219e60d9d6d0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 18:56:35 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 19:17:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979b9beb
7
8 xfce-extra/xfce4-mpc-plugin: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-mpc-plugin/Manifest | 1 -
13 .../xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild | 44 ----------------------
14 2 files changed, 45 deletions(-)
15
16 diff --git a/xfce-extra/xfce4-mpc-plugin/Manifest b/xfce-extra/xfce4-mpc-plugin/Manifest
17 index bfe81748f9d..d150105694c 100644
18 --- a/xfce-extra/xfce4-mpc-plugin/Manifest
19 +++ b/xfce-extra/xfce4-mpc-plugin/Manifest
20 @@ -1,2 +1 @@
21 -DIST xfce4-mpc-plugin-0.5.0.tar.bz2 282688 BLAKE2B 2ad968ba53ee391224f20ae6d62061feb9c63bda6414868daee024b948d8e5e11c0f696e522dc7914ed5d88f798f6be48bb420c19e3b4f36dcf7af3e5756b303 SHA512 b6cd8c756d952e19bbd0be3a8385b0bdd647960708537a8997589c07e512560856aa78de2ed0c6267810aa7b33c4470facd45048158e373053dc30813e8ebaa1
22 DIST xfce4-mpc-plugin-0.5.1.tar.bz2 290830 BLAKE2B 464bf4e3ca12049d241ddbf5cd2e30e4e41bda2934e809f8c75f2ceaa659647918d90a6265a49d01f84e2d0d3a6cca880ee8c90dcbf377a163e14fcfe25e5ae0 SHA512 7647ecdc7058e67be26c615853059cba25944fc6e31b06bca1e48f5378d3afddc2c4b82c5c581fe8ec716e0723a4d65c7ec4ee592540936ccca331049b3e024c
23
24 diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
25 deleted file mode 100644
26 index d83765b53dc..00000000000
27 --- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
28 +++ /dev/null
29 @@ -1,44 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit gnome2-utils xdg-utils
36 -
37 -DESCRIPTION="Music Player Daemon (mpd) panel plugin"
38 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin"
39 -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
40 -
41 -LICENSE="ISC"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
44 -IUSE="+libmpd"
45 -
46 -RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
47 - >=xfce-base/xfce4-panel-4.12:=
48 - libmpd? ( media-libs/libmpd:= )"
49 -DEPEND="${RDEPEND}
50 - dev-util/intltool
51 - virtual/pkgconfig"
52 -
53 -DOCS=( AUTHORS ChangeLog README TODO )
54 -
55 -src_configure() {
56 - econf $(use_enable libmpd)
57 -}
58 -
59 -pkg_preinst() {
60 - gnome2_icon_savelist
61 -}
62 -
63 -pkg_postinst() {
64 - xdg_desktop_database_update
65 - xdg_mimeinfo_database_update
66 - gnome2_icon_cache_update
67 -}
68 -
69 -pkg_postrm() {
70 - xdg_desktop_database_update
71 - xdg_mimeinfo_database_update
72 - gnome2_icon_cache_update
73 -}