summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-09-28 05:32:49 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-09-28 14:36:46 -0400
commit6220bd7b14241c9217036c8e89bf7c3ffadad8ca (patch)
treebdbe605fe1d1f64d4546b954825dadc4d6f7af09 /x11-misc
parentapp-portage/iwdevtools: drop 0.5.3, 0.6.0 (diff)
downloadgentoo-6220bd7b14241c9217036c8e89bf7c3ffadad8ca.tar.gz
gentoo-6220bd7b14241c9217036c8e89bf7c3ffadad8ca.tar.bz2
gentoo-6220bd7b14241c9217036c8e89bf7c3ffadad8ca.zip
x11-misc/unclutter-xfixes: drop 1.5-r2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/unclutter-xfixes/Manifest1
-rw-r--r--x11-misc/unclutter-xfixes/unclutter-xfixes-1.5-r2.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/x11-misc/unclutter-xfixes/Manifest b/x11-misc/unclutter-xfixes/Manifest
index 07e8feac982c..4c3c38b56b17 100644
--- a/x11-misc/unclutter-xfixes/Manifest
+++ b/x11-misc/unclutter-xfixes/Manifest
@@ -1,2 +1 @@
-DIST unclutter-xfixes-1.5.tar.gz 7998 BLAKE2B 3eb6e259d85ca85eac3776fe1f4ff57dd3f2a8573f478880d174b3fb75ba23e54281e12b9d62243501539dee4225d3c64c5bf32a3c6aa1549f729ebd617ab5aa SHA512 0b8823d5ab64193f7e5fe03ceecbe0f475bbe36f78c4a0295705a80e9df1e5a8c4f65eb749b55e5b8b06aa3248e4f2fc1daac1b14b84aab157bdfbff39bba095
DIST unclutter-xfixes-1.6.tar.gz 8965 BLAKE2B f0975c2fdf1409acf85cb44faf5d0e34a23bb934f8715fb19c9c67a2218f0f1ca85fd83b1a180be2d2362c2547ec040c4494247c63f5bb0bf74da9e779206aaf SHA512 aebcd85d0474471a3cd4a4e190692cf2fe91e47da1057b46e33ee79e5c47e3a488f4ac264530df71a0fbebeb679e0da33bafa19a29c73acd0ae62d0edf8acead
diff --git a/x11-misc/unclutter-xfixes/unclutter-xfixes-1.5-r2.ebuild b/x11-misc/unclutter-xfixes/unclutter-xfixes-1.5-r2.ebuild
deleted file mode 100644
index 81baeb486509..000000000000
--- a/x11-misc/unclutter-xfixes/unclutter-xfixes-1.5-r2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Hides mouse pointer while not in use (rewrite of unclutter)"
-HOMEPAGE="https://github.com/Airblader/unclutter-xfixes"
-SRC_URI="https://github.com/Airblader/unclutter-xfixes/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}
- x11-base/xorg-proto"
-BDEPEND="
- app-text/asciidoc
- virtual/pkgconfig"
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin unclutter
- newman man/${PN}.1 unclutter.1
- einstalldocs
-}