diff options
author | 2023-05-19 22:03:46 +0600 | |
---|---|---|
committer | 2023-05-19 22:21:56 +0600 | |
commit | d2254b8e8d48653727a3f00a99776043a6f781a9 (patch) | |
tree | c44482471288a6d209caf7936162683ba0f222b7 /x11-misc | |
parent | x11-misc/i3status-rust: drop 0.31.4 (diff) | |
download | guru-d2254b8e8d48653727a3f00a99776043a6f781a9.tar.gz guru-d2254b8e8d48653727a3f00a99776043a6f781a9.tar.bz2 guru-d2254b8e8d48653727a3f00a99776043a6f781a9.zip |
x11-misc/xbanish: drop v1.7
Signed-off-by: NRK <nrk@disroot.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xbanish/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/xbanish/xbanish-1.7.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/x11-misc/xbanish/Manifest b/x11-misc/xbanish/Manifest index a24d7f3e1..dd29d02ca 100644 --- a/x11-misc/xbanish/Manifest +++ b/x11-misc/xbanish/Manifest @@ -1,2 +1 @@ -DIST xbanish-1.7.tar.gz 6379 BLAKE2B b5c2da9890676be642d963147b38585089160bbeb8609e66e586ce69b886e39e4b02e60e1c4554fb27454ae3bc89c7169f5b1ece3e511e327ee0bfbef25035c3 SHA512 f790ea888812bb6b7793f0a60a900724fc407ec4485672e37d464387ffacfa4bf2dc891862f3fed06948cda31024745816b3adb58074c4578edc6a9848f2bd08 DIST xbanish-1.8.tar.gz 7082 BLAKE2B 2b54a93754264723b6c18d089db40aae902a8e406d919ffbc42d01cd4b85675477cef9c586c09cbf3f518a84aff9f33069cc228627d9967ae182fac545b1a6e5 SHA512 d6c3434f38bd0c9aabdc8745cb46ad196df379acae156f2f282aba83f69ecb88164fe752cd868e63ab887ca5758fbfd502d709c811843fe1deafd880e161a972 diff --git a/x11-misc/xbanish/xbanish-1.7.ebuild b/x11-misc/xbanish/xbanish-1.7.ebuild deleted file mode 100644 index 5aaeac21c..000000000 --- a/x11-misc/xbanish/xbanish-1.7.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Banish the mouse cursor when typing, show it again when the mouse moves" -HOMEPAGE="https://github.com/jcs/xbanish" - -SRC_URI="https://github.com/jcs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64" -# NOTE: Upstream moved to ISC license on master. -# So this needs to be changed on the next version (1.7+). -LICENSE="BSD" -SLOT="0" -IUSE="" - -# NOTE: x11-libs/libXext might become a dep next version (1.7+) -RDEPEND=" - x11-libs/libX11 - x11-libs/libXfixes - x11-libs/libXi -" -DEPEND=" - ${RDEPEND} - x11-libs/libXt -" - -src_configure() { - # Makefile doesn't respect user's LDFLAGS - sed -i \ - -e 's|\$(LIBS) |\$(LIBS) $(LDFLAGS) |g' \ - Makefile || die "sed failed" -} - -src_compile() { - emake CC=$(tc-getCC) -} - -src_install() { - dobin xbanish - doman xbanish.1 -} |