commit: ea3cbc9131d1ed03a6c2ee25b9e0af2b4b7020df Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Mar 27 17:50:28 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Mar 27 17:50:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3cbc91
x11-apps/xkbevd: Drop old versions Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-apps/xkbevd/xkbevd-1.1.4.ebuild | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/x11-apps/xkbevd/xkbevd-1.1.4.ebuild b/x11-apps/xkbevd/xkbevd-1.1.4.ebuild deleted file mode 100644 index 50f577327f3..00000000000 --- a/x11-apps/xkbevd/xkbevd-1.1.4.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="XKB event daemon" - -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libxkbfile" -DEPEND="${RDEPEND} - sys-devel/bison"