commit: 123c8c1c945a3eab66a3e9f312c8baa59b14af87 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Feb 26 16:39:41 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Feb 26 20:06:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123c8c1c
media-sound/bempc: treeclean Closes: https://bugs.gentoo.org/947724 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-sound/bempc/Manifest | 1 - media-sound/bempc/bempc-0.11_p20160207.ebuild | 61 --------------------------- media-sound/bempc/metadata.xml | 5 --- profiles/package.mask | 5 --- 4 files changed, 72 deletions(-) diff --git a/media-sound/bempc/Manifest b/media-sound/bempc/Manifest deleted file mode 100644 index 1a63b9c1db7f..000000000000 --- a/media-sound/bempc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bempc-0.11_p20160207.zip 237795 BLAKE2B 80ccfa052fd5c41ff948e99cfef22a767a0788de7addec482804c1d28304c48deaf64ea2d43ead590675169e9f0574793c14e072c58056108df4c5aea964e284 SHA512 8e8d85db3d9c1ec9dce5f4a5f3bfa9981a2ff9b7f80abfcf38958fe36ac843c3c6f7dafa27a018899d4d4376acb910ac779b9a9dd6e1e95cd9cc1f9db0bc4a5e diff --git a/media-sound/bempc/bempc-0.11_p20160207.ebuild b/media-sound/bempc/bempc-0.11_p20160207.ebuild deleted file mode 100644 index 853e61ad836f..000000000000 --- a/media-sound/bempc/bempc-0.11_p20160207.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -COMMIT=783ea4e61cbfe54250e809498b1496d6cbd5afa1 -inherit qmake-utils xdg-utils - -DESCRIPTION="Qt5 MPD client with experimental UI" -HOMEPAGE="https://www.linux-apps.com/content/show.php/BE::MPC?content=137091" -SRC_URI="https://sourceforge.net/code-snapshots/git/b/be/be-mpc/code.git/be-mpc-code-${COMMIT}.zip -> ${P}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - media-libs/libmpdclient -" -DEPEND="${RDEPEND} - app-arch/unzip - dev-qt/qtconcurrent:5 -" - -src_unpack() { - default - mv be-mpc-code-"${COMMIT}" "${A%.zip}" || die -} - -src_prepare() { - default - - # Install on live fs should be done by portage itself - sed -e 's/postinstall/#postinstall/g' \ - -i be.mpc.pro - - # Fix invalid desktop file - sed -e 's/Categories=Application;Qt;Audio;/Categories=Qt;AudioVideo;Audio;/' \ - -i be.mpc.desktop - - eqmake5 be.mpc.pro -} - -src_install() { - emake install INSTALL_ROOT="${D}" - einstalldocs -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_mimeinfo_database_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_mimeinfo_database_update -} diff --git a/media-sound/bempc/metadata.xml b/media-sound/bempc/metadata.xml deleted file mode 100644 index 115e9d64a669..000000000000 --- a/media-sound/bempc/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 4da73b04ee59..b2b0546c57aa 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -234,11 +234,6 @@ x11-misc/urxvtconfig # Removal on 2025-02-27. Bug #948966. dev-go/get-ego-vendor -# Andreas Sturmlechner <[email protected]> (2025-01-28) -# Last release from 14 years ago, dead upstream (repository gone as well). -# Plenty of other options in ::gentoo. Bug #947724, removal on 2025-02-27. -media-sound/bempc - # Arthur Zamarin <[email protected]> (2025-01-24) # EAPI=7, uses deprecated Go eclasses, fails to compile, installation # blocked by current versions of docker (which provides the features).
