diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-10-29 17:01:32 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-10-29 17:01:50 +0100 |
commit | 262801e42bddfb843c7e071c08f5d7cfb1239502 (patch) | |
tree | c9828dff793e2b0add32e74ae6406b8bccb6f045 /x11-plugins | |
parent | gnome-extra/libgda: Stabilize 5.2.9-r2 amd64, #942451 (diff) | |
download | gentoo-262801e42bddfb843c7e071c08f5d7cfb1239502.tar.gz gentoo-262801e42bddfb843c7e071c08f5d7cfb1239502.tar.bz2 gentoo-262801e42bddfb843c7e071c08f5d7cfb1239502.zip |
x11-plugins/wmmp3: drop 0.12-r1
Bug: https://bugs.gentoo.org/882321
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmmp3/wmmp3-0.12-r1.ebuild | 34 |
1 files changed, 0 insertions, 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." -} |