commit: 81ca539df135a015b6630d1a5c68220f4de7959f Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 14 13:45:34 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Apr 14 13:45:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ca539d
x11-plugins/wmtz: drop 0.7_p20150816, EAPI6-- Closes: https://bugs.gentoo.org/929956 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild | 42 ------------------------------ 1 file changed, 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} -}