diff options
author | 2018-12-07 15:08:05 +0100 | |
---|---|---|
committer | 2018-12-11 15:27:55 +0100 | |
commit | 57cd13e1f410ad773d76278902392666266b9989 (patch) | |
tree | e54bdcace67c47b9d4d329265bf1cec656ce0a89 /x11-plugins | |
parent | x11-plugins/wmcdplay: drop old (diff) | |
download | gentoo-57cd13e1f410ad773d76278902392666266b9989.tar.gz gentoo-57cd13e1f410ad773d76278902392666266b9989.tar.bz2 gentoo-57cd13e1f410ad773d76278902392666266b9989.zip |
x11-plugins/wmclock: 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')
-rw-r--r-- | x11-plugins/wmclock/wmclock-1.0.16.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-plugins/wmclock/wmclock-1.0.16.ebuild b/x11-plugins/wmclock/wmclock-1.0.16.ebuild deleted file mode 100644 index 8a6ac6cd1922..000000000000 --- a/x11-plugins/wmclock/wmclock-1.0.16.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools - -DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) OS)" -HOMEPAGE="https://www.dockapps.net/wmclock" -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} - x11-base/xorg-proto" - -# Specific path for this version -S=${WORKDIR}/dockapps-daaf3aa - -src_prepare() { - eautoreconf -} |