diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-14 16:45:34 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-14 16:45:34 +0300 |
commit | 81ca539df135a015b6630d1a5c68220f4de7959f (patch) | |
tree | 840ab0b972d0543d6e1c788de4c0cc141605e98a /x11-plugins | |
parent | x11-plugins/wmcoincoin: drop 2.6.3, EAPI6-- (diff) | |
download | gentoo-81ca539df135a015b6630d1a5c68220f4de7959f.tar.gz gentoo-81ca539df135a015b6630d1a5c68220f4de7959f.tar.bz2 gentoo-81ca539df135a015b6630d1a5c68220f4de7959f.zip |
x11-plugins/wmtz: drop 0.7_p20150816, EAPI6--
Closes: https://bugs.gentoo.org/929956
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild | 42 |
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} -} |