summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild')
-rw-r--r--x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild b/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
deleted file mode 100644
index 1e47374c61b4..000000000000
--- a/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit multilib toolchain-funcs
-
-DESCRIPTION="dockapp that shows the time in multiple timezones"
-HOMEPAGE="https://www.dockapps.net/wmtz"
-# https://www.dockapps.net/download/${P}.tar.gz
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/libdockapp-0.7:=
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}/${PN}
-
-src_prepare() {
- default
- #Honour Gentoo LDFLAGS, see bug #337890.
- sed -e "s/\$(FLAGS) -o wmtz/\$(LDFLAGS) -o wmtz/" -i Makefile || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" FLAGS="${CFLAGS}" \
- LIBDIR="-L/usr/$(get_libdir)"
-}
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1
- insinto /etc
- doins wmtzrc
- dodoc ../{BUGS,CHANGES,README}
-}