commit: 1598925edf4acb52102c0775a8eec296283ee3e5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jun 11 19:14:11 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jun 11 19:19:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1598925e
xfce-extra/xfce4-mpc-plugin: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-extra/xfce4-mpc-plugin/Manifest | 1 - xfce-extra/xfce4-mpc-plugin/metadata.xml | 3 --- .../xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild | 31 ---------------------- 3 files changed, 35 deletions(-) diff --git a/xfce-extra/xfce4-mpc-plugin/Manifest b/xfce-extra/xfce4-mpc-plugin/Manifest index f5877a98e868..ab2f3a960a82 100644 --- a/xfce-extra/xfce4-mpc-plugin/Manifest +++ b/xfce-extra/xfce4-mpc-plugin/Manifest @@ -1,2 +1 @@ -DIST xfce4-mpc-plugin-0.5.2.tar.bz2 293655 BLAKE2B 0b82ee0c8d19342365d6e7a7fc28fcc4ccf880c735df70e793123e63ff86df7e6c3d6d80a8b1c81dd4f7fb264a291897a1900c76aef35c4855c333c85ddfc467 SHA512 c0e6580d5c9c8677a1ad4e8ec4233de1aafc8a2e6744d5d82d3f58f5689e53096a40ff0d1355475a0fdb3e6bc54b44aabb9ca91e5e9caf5cf3ef6fdd4778c22e DIST xfce4-mpc-plugin-0.5.3.tar.bz2 327566 BLAKE2B c12c6081130abb024c004442fe8c7aa48b867aa0530cafe2390c8f4708894b210332711a07327513ad121321755ae2325a1961d7fca5a1b487b6f393f5098e70 SHA512 b9971a78a21764ffed40cef2f15ec2c7c5624cb3ebcff6c47bc01dede63957de6887ceb98e797abc4106ce062e0bdad6f50287ecf9da6abf8ef5d47df81a86cd diff --git a/xfce-extra/xfce4-mpc-plugin/metadata.xml b/xfce-extra/xfce4-mpc-plugin/metadata.xml index 3016760fa570..2b8ef06e9a39 100644 --- a/xfce-extra/xfce4-mpc-plugin/metadata.xml +++ b/xfce-extra/xfce4-mpc-plugin/metadata.xml @@ -5,7 +5,4 @@ <email>x...@gentoo.org</email> <name>XFCE Team</name> </maintainer> - <use> - <flag name="libmpd">Build using <pkg>media-libs/libmpd</pkg> backend, instead of native fallback which is preferred</flag> - </use> </pkgmetadata> diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild deleted file mode 100644 index bd9af805a788..000000000000 --- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg-utils - -DESCRIPTION="Music Player Daemon (mpd) panel plugin" -HOMEPAGE="https://goodies.xfce.org/projects/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" -IUSE="+libmpd" - -RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)] - >=xfce-base/xfce4-panel-4.13.5:= - libmpd? ( media-libs/libmpd:= )" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -src_configure() { - econf $(use_enable libmpd) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -}