diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-18 12:51:17 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-30 21:02:07 +0200 |
commit | 60624400104fdef97d4ccf906f10c13454d78913 (patch) | |
tree | b9fc3095bb52670483e920927b3c7024db94c09b /sys-apps/input-utils | |
parent | net-ftp/tftp-hpa: Drop 5.2-r1, EAPI5-- (diff) | |
download | gentoo-60624400104fdef97d4ccf906f10c13454d78913.tar.gz gentoo-60624400104fdef97d4ccf906f10c13454d78913.tar.bz2 gentoo-60624400104fdef97d4ccf906f10c13454d78913.zip |
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@gentoo.org>
Diffstat (limited to 'sys-apps/input-utils')
-rw-r--r-- | sys-apps/input-utils/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/input-utils/input-utils-1.2.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/sys-apps/input-utils/Manifest b/sys-apps/input-utils/Manifest index 7b5225e2be11..28ebbac10219 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 1589052b4e13..000000000000 --- 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 -} |