From aa61e19bcbd40d8718e97d0293d21e21e617748b Mon Sep 17 00:00:00 2001 From: "Azamat H. Hackimov" Date: Sat, 29 Apr 2023 16:30:43 +0300 Subject: [PATCH] app-misc/esekeyd: drop 1.2.7-r1 Signed-off-by: Azamat H. Hackimov Closes: https://github.com/gentoo/gentoo/pull/30806 Signed-off-by: Conrad Kostecki --- app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild diff --git a/app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild b/app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild deleted file mode 100644 index 0405ac1bc0181..0000000000000 --- a/app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Multimedia key daemon that uses the Linux event interface" -HOMEPAGE="https://github.com/burghardt/esekeyd" -SRC_URI="https://github.com/burghardt/esekeyd/archive/refs/tags/${P}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/${PN}-${P}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" - -DOCS=( AUTHORS ChangeLog examples/example.conf NEWS README TODO ) - -src_prepare() { - default - eautoreconf -}