From b653ac1f32403694eaaeb5c3764c6ce068394995 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Mon, 17 Aug 2026 22:43:52 +0200 Subject: [PATCH] x11-apps/inputplug: remove 0.2 --- x11-apps/inputplug/Manifest | 2 -- x11-apps/inputplug/inputplug-0.2.ebuild | 30 ------------------------- 2 files changed, 32 deletions(-) delete mode 100644 x11-apps/inputplug/inputplug-0.2.ebuild diff --git a/x11-apps/inputplug/Manifest b/x11-apps/inputplug/Manifest index bcc2b20..e9a4497 100644 --- a/x11-apps/inputplug/Manifest +++ b/x11-apps/inputplug/Manifest @@ -1,6 +1,4 @@ -DIST 0.2.tar.gz 5389 BLAKE2B d50816cedc7403f1ebbdc210e7af0c404b38f8bfdb5e26861494821129943354fce8ef8dd43b559910b87a77aa5b3d4f77c979aab7dbf47c7d6c4d8fb7f365a3 SHA512 24a9df849c70ce14325d37a1ea04a09d7cb108765aed972662d5f9326e3e79f8b36fab084f834280db263a83600042621883caf64a5d4511092e5ca70b6f0db7 DIST 0.3.tar.gz 7003 BLAKE2B 2ff9143b46f0417bc74c6d24c3365d377b3a5ff910b23ab7ad07feee08574707b89e8d191bf49c852db22ff7364c7148d14be570e30f21db664bfa02118db3b6 SHA512 24afc9c8657d9f34bd4bbaaf59f646afe2e2c0f70ad2d0c2649b41716b2d1d7fe524d8adc8e6dcee3fb8f347abe108f4f0337ad3b96ec418cecc3c3b702fab39 -EBUILD inputplug-0.2.ebuild 563 BLAKE2B bcfab1f7a4d6a33a1be647c86d8ed9335d5737e519712b2903328d822d8465f8626569c358e3dc210bc07eb68430b1407cccb54761f460e652ab99fc0fb5d221 SHA512 6fc3d69c4bed13eebf8cebdf7d3b87f56ccfc6eb1aac09c9339206b3162ec5ed02bb1b4882c2db72db8cad899a4f42232a7b48486dcad6e451bca177e6c042cb EBUILD inputplug-0.3.ebuild 563 BLAKE2B d3a94344f181ccca4d6dc7ab3e8ffc185e2ac9837fb6a1aca35695d06abd95ed1a50fe2021b06280a361b9abae25135c1a5d5b37c843a0ebf5c38c74559aa5d9 SHA512 7c27fe4cbaa795165bede46cd567b30b0523bc6782acf5c887c808b1d11539ca4b382ba788e8c6dbd634c94e99437d222d939fe0aab883eea96c7f3c9334647b EBUILD inputplug-9999.ebuild 563 BLAKE2B d3a94344f181ccca4d6dc7ab3e8ffc185e2ac9837fb6a1aca35695d06abd95ed1a50fe2021b06280a361b9abae25135c1a5d5b37c843a0ebf5c38c74559aa5d9 SHA512 7c27fe4cbaa795165bede46cd567b30b0523bc6782acf5c887c808b1d11539ca4b382ba788e8c6dbd634c94e99437d222d939fe0aab883eea96c7f3c9334647b MISC metadata.xml 328 BLAKE2B 525c5e4ead02e289f23fdb47519a48b96ec97575f055a5423ba59fd622c6910ef2d73e102d22107dbcf0eaa87b6fb514ee21378fb66bee0daed19c83beb37f40 SHA512 9ee78984909a607ba79a35215bd3a6150b3f4abccdc3522b1c445dfe76d29cdbf5f59038b7addec51d23daa42845edc2fa105d1b590179f03aecbc2afcd84202 diff --git a/x11-apps/inputplug/inputplug-0.2.ebuild b/x11-apps/inputplug/inputplug-0.2.ebuild deleted file mode 100644 index 163bf48..0000000 --- a/x11-apps/inputplug/inputplug-0.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="XInput event monitor daemon" -HOMEPAGE="https://github.com/andrewshadura/inputplug" - -if [ "${PV}" == "9999" ]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/andrewshadura/${PN}" -else - SRC_URI="https://github.com/andrewshadura/${PN}/archive/${PV}.tar.gz" -fi - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND=" - x11-libs/libXi - x11-libs/libX11 - " -RDEPEND="${DEPEND}" - -src_install() { - dobin ${PN} - doman ${PN}.1 -} -- 2.39.5