commit:     60624400104fdef97d4ccf906f10c13454d78913
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 10:51:17 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 19:02:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60624400

sys-apps/input-utils: Drop 1.2, EAPI5--

Closes: https://bugs.gentoo.org/701302
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-apps/input-utils/Manifest               |  1 -
 sys-apps/input-utils/input-utils-1.2.ebuild | 33 -----------------------------
 2 files changed, 34 deletions(-)

diff --git a/sys-apps/input-utils/Manifest b/sys-apps/input-utils/Manifest
index 7b5225e2be1..28ebbac1021 100644
--- a/sys-apps/input-utils/Manifest
+++ b/sys-apps/input-utils/Manifest
@@ -1,2 +1 @@
-DIST input-1.2.tar.gz 22809 BLAKE2B 
efef0701ccbdd1bf934049bf687f921194d1a4328882b94e7b2844ec55f25c5c2293eb76ff869d7ed44dbf5e8efe3b2ebd0bb5b657b2b411da5ef83b39520db4
 SHA512 
75a5e2d5b778ae93fb2d29ed7c8b0ec564233a385d88d0fe3a9e5ecd55259f14014bf269c318b5872ddd1379110565d354a1a043eb0a4693c724d52b6ca12173
 DIST input-1.3.tar.gz 23755 BLAKE2B 
45a9d138f55677da596298d86e18af5849a81f5cff7397dab028c4939b6b385cc3116fc48bd23844edc36330d0f25456931fb903af9adcdc60aa21d8267cf725
 SHA512 
4f864301e6b7d40882327b26780db1d9b7e37215cb558653738f93b74ea2781f64676e41a440fbd2659f14bd30640c7af6c709315cce4dcc6a157d80ac2cb60d

diff --git a/sys-apps/input-utils/input-utils-1.2.ebuild 
b/sys-apps/input-utils/input-utils-1.2.ebuild
deleted file mode 100644
index 1589052b4e1..00000000000
--- a/sys-apps/input-utils/input-utils-1.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit epatch
-
-MY_PN="input"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Small collection of linux input layer utils"
-HOMEPAGE="https://www.kraxel.org/blog/linux/input/";
-SRC_URI="https://www.kraxel.org/releases/input/${MY_P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc x86"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       # Ported from Debian
-       #epatch "${FILESDIR}"/input-utils-0.0.1_pre20081014.patch
-       # version check stuff
-       #epatch "${FILESDIR}"/input-utils-0.0.1-protocol-mismatch-fix.patch
-       :
-}
-
-src_install() {
-       make install bindir="${D}"/usr/bin mandir="${D}"/usr/share/man STRIP="" 
|| die "make install failed"
-       dodoc lircd.conf
-       dodoc README
-}

Reply via email to