diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-12-07 15:07:51 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2018-12-11 15:27:54 +0100 |
commit | 7de59d70c87e17ad89cb9723f191c00c96779ee5 (patch) | |
tree | 5010a9459301c72fbf90a5ceb3d71ffde89b5386 /x11-plugins/wmcdplay | |
parent | x11-plugins/wmbatteries: drop old (diff) | |
download | gentoo-7de59d70c87e17ad89cb9723f191c00c96779ee5.tar.gz gentoo-7de59d70c87e17ad89cb9723f191c00c96779ee5.tar.bz2 gentoo-7de59d70c87e17ad89cb9723f191c00c96779ee5.zip |
x11-plugins/wmcdplay: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins/wmcdplay')
-rw-r--r-- | x11-plugins/wmcdplay/wmcdplay-1.1.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-plugins/wmcdplay/wmcdplay-1.1.ebuild b/x11-plugins/wmcdplay/wmcdplay-1.1.ebuild deleted file mode 100644 index 0b223d6fe02a..000000000000 --- a/x11-plugins/wmcdplay/wmcdplay-1.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools desktop - -DESCRIPTION="CD player applet for WindowMaker" -HOMEPAGE="https://www.dockapps.net/wmcdplay" -SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -S=${WORKDIR}/dockapps - -DOCS=( ARTWORK README ) - -src_prepare() { - eautoreconf -} - -src_install() { - default - domenu "${FILESDIR}"/${PN}.desktop -} |