diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2023-08-06 07:50:10 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-08-06 07:50:10 +0200 |
commit | 77b667e49f2cbf97a5a90e035792ae324183c2bc (patch) | |
tree | c1642b7b7fd3beff92667d65bfe51f95fb3b4c58 /x11-plugins | |
parent | profiles: Last rite net-libs/nativebiginteger (diff) | |
download | gentoo-77b667e49f2cbf97a5a90e035792ae324183c2bc.tar.gz gentoo-77b667e49f2cbf97a5a90e035792ae324183c2bc.tar.bz2 gentoo-77b667e49f2cbf97a5a90e035792ae324183c2bc.zip |
x11-plugins/wmmp: dropped obsolete 0.10.0-r1
Bug: https://bugs.gentoo.org/911745
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmmp/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/wmmp/wmmp-0.10.0-r1.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/x11-plugins/wmmp/Manifest b/x11-plugins/wmmp/Manifest index b3670918d86c..2f90b71b51f4 100644 --- a/x11-plugins/wmmp/Manifest +++ b/x11-plugins/wmmp/Manifest @@ -1,2 +1 @@ -DIST WMmp-0.10.0.tar.gz 228560 BLAKE2B ec405452112131cad8738b28d13bdbe7f6a60a3204374aa76632bb0cb16c3eea087e58f5294354bd4c201bd9b989d009d417c38fa09d334a4ab72c08e0c527c3 SHA512 5a2777afcb879dd42556f169d4e472660f3cb2bd2b3a1e3833328d3be793e859f7b36dce6e59ca39a4a074b89d305a7704d60382dfc6bed0578c046fe3a8598c DIST wmmp-0.12.6.tar.gz 33440 BLAKE2B 130d56906f52681147e4a384f578f14b6eb4a958026ad47d8e6726bb35e3ac4324d73bae225e37b512794ca1eaaace4cca413ef518e7456abe4592d14b863e2a SHA512 e2f293743e1d96283179c64a3af30b4f0405e3b9754aac74f92f7c4ce66efc1aeaca1e8ad586c1b3dd596a6145efad3366687bb5fa601e69fcbf33b302154816 diff --git a/x11-plugins/wmmp/wmmp-0.10.0-r1.ebuild b/x11-plugins/wmmp/wmmp-0.10.0-r1.ebuild deleted file mode 100644 index a0562812d74b..000000000000 --- a/x11-plugins/wmmp/wmmp-0.10.0-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_P=${P/wm/WM} - -DESCRIPTION="Window Maker dock app client for mpd (Music Player Daemon)" -HOMEPAGE="https://github.com/yogsothoth/wmmp" -SRC_URI="mirror://sourceforge/musicpd/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 sparc x86" - -RDEPEND="x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND}" - -src_configure() { - econf --with-default-port=6600 -} |