commit: 262801e42bddfb843c7e071c08f5d7cfb1239502 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Tue Oct 29 16:01:32 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue Oct 29 16:01:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262801e4
x11-plugins/wmmp3: drop 0.12-r1 Bug: https://bugs.gentoo.org/882321 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> x11-plugins/wmmp3/wmmp3-0.12-r1.ebuild | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/x11-plugins/wmmp3/wmmp3-0.12-r1.ebuild b/x11-plugins/wmmp3/wmmp3-0.12-r1.ebuild deleted file mode 100644 index ce5131e34556..000000000000 --- a/x11-plugins/wmmp3/wmmp3-0.12-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Mp3 player dock app for WindowMaker; frontend to mpg123" -HOMEPAGE="https://www.dockapps.net/wmmp3" -SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - media-sound/mpg123 - x11-base/xorg-proto" - -PATCHES=( "${FILESDIR}"/${P}-x_includes_n_libraries.patch - "${FILESDIR}"/${P}-fno-common.patch - ) - -DOCS=( AUTHORS ChangeLog sample.wmmp3 README TODO ) - -src_compile() { - emake prefix="/usr/" -} - -pkg_postinst() { - einfo "Please copy the sample.wmmp3 to your home directory and change it to fit your needs." -}
