diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2023-04-29 16:30:43 +0300 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-04-30 00:13:13 +0200 |
commit | aa61e19bcbd40d8718e97d0293d21e21e617748b (patch) | |
tree | 17a3d23de7ed214a68ef4d88c1de6358294f1ddc /app-misc/esekeyd | |
parent | app-misc/esekeyd: fix revision generation (diff) | |
download | gentoo-aa61e19bcbd40d8718e97d0293d21e21e617748b.tar.gz gentoo-aa61e19bcbd40d8718e97d0293d21e21e617748b.tar.bz2 gentoo-aa61e19bcbd40d8718e97d0293d21e21e617748b.zip |
app-misc/esekeyd: drop 1.2.7-r1
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30806
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc/esekeyd')
-rw-r--r-- | app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
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 0405ac1bc018..000000000000 --- 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 -} |