summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2023-08-06 07:50:10 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2023-08-06 07:50:10 +0200
commit77b667e49f2cbf97a5a90e035792ae324183c2bc (patch)
treec1642b7b7fd3beff92667d65bfe51f95fb3b4c58 /x11-plugins/wmmp/wmmp-0.10.0-r1.ebuild
parentprofiles: Last rite net-libs/nativebiginteger (diff)
downloadgentoo-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/wmmp/wmmp-0.10.0-r1.ebuild')
-rw-r--r--x11-plugins/wmmp/wmmp-0.10.0-r1.ebuild23
1 files changed, 0 insertions, 23 deletions
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
-}