From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C03515ACFD for ; Sat, 29 Apr 2023 22:13:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE68DE0826; Sat, 29 Apr 2023 22:13:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98CFDE0826 for ; Sat, 29 Apr 2023 22:13:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D50693412A4 for ; Sat, 29 Apr 2023 22:13:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16D19A36 for ; Sat, 29 Apr 2023 22:13:25 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1682806393.aa61e19bcbd40d8718e97d0293d21e21e617748b.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/esekeyd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild X-VCS-Directories: app-misc/esekeyd/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: aa61e19bcbd40d8718e97d0293d21e21e617748b X-VCS-Branch: master Date: Sat, 29 Apr 2023 22:13:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 12fbe5c7-1ae1-406f-92fb-6996b97aec78 X-Archives-Hash: 8a6fb116de85e5224e8e801a2bb44fc3 commit: aa61e19bcbd40d8718e97d0293d21e21e617748b Author: Azamat H. Hackimov gmail com> AuthorDate: Sat Apr 29 13:30:43 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Apr 29 22:13:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa61e19b app-misc/esekeyd: drop 1.2.7-r1 Signed-off-by: Azamat H. Hackimov gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30806 Signed-off-by: Conrad Kostecki gentoo.org> app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild | 22 ---------------------- 1 file changed, 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 -}