summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <sudinave@gmail.com>2021-03-27 12:26:13 -0400
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-30 11:06:10 +0200
commitf26df8d15fdfbb1e9b01cefd5c600f85e083c5dc (patch)
tree90b40f285127e5f4b80765634caef6aac8c25646 /x11-misc
parentx11-misc/dzen: drop 0.9.5-r1 (diff)
downloadgentoo-f26df8d15fdfbb1e9b01cefd5c600f85e083c5dc.tar.gz
gentoo-f26df8d15fdfbb1e9b01cefd5c600f85e083c5dc.tar.bz2
gentoo-f26df8d15fdfbb1e9b01cefd5c600f85e083c5dc.zip
x11-misc/unclutter-xfixes: drop 1.5
Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/unclutter-xfixes/unclutter-xfixes-1.5.ebuild30
1 files changed, 0 insertions, 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 87d0a9f6f807..000000000000
--- 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)"
-}