commit: f26df8d15fdfbb1e9b01cefd5c600f85e083c5dc Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com> AuthorDate: Sat Mar 27 16:26:13 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Mar 30 09:06:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26df8d1
x11-misc/unclutter-xfixes: drop 1.5 Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com> Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../unclutter-xfixes/unclutter-xfixes-1.5.ebuild | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/x11-misc/unclutter-xfixes/unclutter-xfixes-1.5.ebuild b/x11-misc/unclutter-xfixes/unclutter-xfixes-1.5.ebuild deleted file mode 100644 index 87d0a9f6f80..00000000000 --- a/x11-misc/unclutter-xfixes/unclutter-xfixes-1.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="A rewrite of unclutter using the x11-xfixes extension" -HOMEPAGE="https://github.com/Airblader/unclutter-xfixes" -SRC_URI="https://github.com/Airblader/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~x86" - -RDEPEND=" - dev-libs/libev - x11-libs/libX11 - x11-libs/libXfixes - x11-libs/libXi - !x11-misc/unclutter -" -DEPEND="${RDEPEND} - app-text/asciidoc - virtual/pkgconfig -" - -src_compile() { - emake CC="$(tc-getCC)" -}
