commit: 4e75437a2660878e1a182d55f5583fc937e7d492 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jan 25 11:42:39 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 25 11:42:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e75437a
media-sound/xfmpc: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> media-sound/xfmpc/Manifest | 1 - media-sound/xfmpc/xfmpc-0.3.1.ebuild | 40 ------------------------------------ 2 files changed, 41 deletions(-) diff --git a/media-sound/xfmpc/Manifest b/media-sound/xfmpc/Manifest index 92b625ee751d..788214cf3d1a 100644 --- a/media-sound/xfmpc/Manifest +++ b/media-sound/xfmpc/Manifest @@ -1,2 +1 @@ -DIST xfmpc-0.3.1.tar.bz2 455660 BLAKE2B 2391217f1695ab0962a3ee52ea27ef44febbd8cf982d1bfba0c6952423c718f32dbea590930b9cef9cd3d932b2297cafb87870e27fb7579a764ad948e62918d6 SHA512 771835828cd89298d79c31cec2716b308889e6b835a2b16d0ef25eab6ed1667b055158f845ebf897df8f3f9f45a07fb6ad2994a9981695e74be2d56408e4abe0 DIST xfmpc-0.3.2.tar.bz2 566036 BLAKE2B 5fe6affcf5c96b5fc0e6050b6fe3ab7f81013296133b49d44a807e2cc644b156e34c97d61cb9a980470e6e14f0d71ad76b132986d9e1252f0e7d2fff18284687 SHA512 340997f581e2821979d8501d3dcf010b50dbb0a9755465dbdcdd61de25fda299f0f0853128d7181deadea49faa182a823c33e30db30a56e0adc24dbe85b1252f diff --git a/media-sound/xfmpc/xfmpc-0.3.1.ebuild b/media-sound/xfmpc/xfmpc-0.3.1.ebuild deleted file mode 100644 index 930177579294..000000000000 --- a/media-sound/xfmpc/xfmpc-0.3.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg-utils - -DESCRIPTION="Music Player Daemon (MPD) client for the Xfce desktop environment" -HOMEPAGE=" - https://docs.xfce.org/apps/xfmpc/start - https://gitlab.xfce.org/apps/xfmpc/ -" -SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" - -DEPEND=" - >=dev-libs/glib-2.38.0:2= - >=media-libs/libmpd-0.15.0:= - >=x11-libs/gtk+-3.22.0:3= - >=xfce-base/libxfce4ui-4.12.0:= - >=xfce-base/libxfce4util-4.12.0:= -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - dev-util/intltool - virtual/pkgconfig -" - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -}
