commit:     445d735e31bf35a25e7a617c6ea1a21c6fe40583
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  7 14:24:19 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  7 14:26:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445d735e

xfce-extra/xfce4-mpc-plugin: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-mpc-plugin/Manifest               |  1 -
 .../xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.5.ebuild | 41 ----------------------
 2 files changed, 42 deletions(-)

diff --git a/xfce-extra/xfce4-mpc-plugin/Manifest 
b/xfce-extra/xfce4-mpc-plugin/Manifest
index 5d0dd4967760..a536ef7e3874 100644
--- a/xfce-extra/xfce4-mpc-plugin/Manifest
+++ b/xfce-extra/xfce4-mpc-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-mpc-plugin-0.5.5.tar.bz2 388322 BLAKE2B 
6dd02fd1cb0d53262b5c533c39fed997715f93b71b345d1a1abde85d837a4fc1199ac21c4a9dc0d4dcc0f24322d350c4ec2407e749fd5eb0f0da4f396e53ba79
 SHA512 
3e1774c653e82060c56cca530258470c1d879909af89da15b13e68cafe59df90844f589793e7c400d55d50c18a54383fc5ffe17401a80c2226605cc8034166d7
 DIST xfce4-mpc-plugin-0.6.0.tar.xz 47092 BLAKE2B 
3f365c633e27c8ae62a3e1de057edfd5fa30f218cc47acecdfda9a8fdd8939afb80e2359aaaab62daa2e6e2b1d37ecd1b0d4eace2d96e424b30d169ed3539b36
 SHA512 
963e31b638c24a9b4f3997329cb33154fe085e684bf733ad391684fe0949590682b9f6edc6d39602a8c733ea05ddba47e4d0baaf6b9c9333eb68c082187aa1bc

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.5.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.5.ebuild
deleted file mode 100644
index 344bf1873bc8..000000000000
--- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Music Player Daemon (mpd) panel plugin"
-HOMEPAGE="
-       https://docs.xfce.org/panel-plugins/xfce4-mpc-plugin/start
-       https://gitlab.xfce.org/panel-plugins/xfce4-mpc-plugin/
-"
-SRC_URI="
-       https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86"
-
-DEPEND="
-       >=dev-libs/glib-2.60.0
-       media-libs/libmpd:=
-       >=x11-libs/gtk+-3.22.0:3
-       >=xfce-base/libxfce4ui-4.16.0:=[gtk3(+)]
-       >=xfce-base/xfce4-panel-4.16.0:=
-"
-RDEPEND="
-       ${DEPEND}
-"
-BDEPEND="
-       >=sys-devel/gettext-0.19.8
-       virtual/pkgconfig
-"
-
-src_configure() {
-       econf --enable-libmpd
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -delete || die
-}

Reply via email to