sys-libs/mtdev: Drop old versions
authorMatt Turner <mattst88@gentoo.org>
Wed, 11 Mar 2020 18:35:14 +0000 (11:35 -0700)
committerMatt Turner <mattst88@gentoo.org>
Wed, 11 Mar 2020 18:41:40 +0000 (11:41 -0700)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
sys-libs/mtdev/Manifest
sys-libs/mtdev/mtdev-1.1.5.ebuild [deleted file]

index dc59db2fc332d78429dac48329e76b9d0fecd8c9..94f2b4729f05f5e5ee75c3d1d48bc5e8fc1f9049 100644 (file)
@@ -1,2 +1 @@
-DIST mtdev-1.1.5.tar.bz2 274162 BLAKE2B 4e73b3f25f9b3d42ffecb15018e57e7c50f1cb11c662cb5a5bbd2cf38272b98294362075e00277d4983e40f2779afef7d3fb1c6679e3f29117ce0f4c369fe27a SHA512 78477a4af784e3f846df867f1428ffdc458e3ff33d465d45a84247a7e52f0e215cace397d72be64f6e641f07e0b97a930eff0e07fe9507e0138fb028a4037d6d
 DIST mtdev-1.1.6.tar.bz2 295965 BLAKE2B 212cf0f0bea0fc295528c90c6685770e88cb135a714cbf21e53b75ab2eaedd210269d073520e44c5bffafe8a5ecca521221061193725cba916bc2cf703fd5166 SHA512 859fb0803f330ecaae69f80713ff5a5235c0cb00de6d5ac2717ad82cea856a92b866f0c272ecfe743186abcf925f95585149ba4828b4c91555cfeb2f2a1c98f1
diff --git a/sys-libs/mtdev/mtdev-1.1.5.ebuild b/sys-libs/mtdev/mtdev-1.1.5.ebuild
deleted file mode 100644 (file)
index e637ab7..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Multitouch Protocol Translation Library"
-HOMEPAGE="http://bitmath.org/code/mtdev/"
-SRC_URI="http://bitmath.org/code/mtdev/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
-IUSE="static-libs"
-
-DEPEND=">=sys-kernel/linux-headers-2.6.31"
-
-src_configure() {
-       econf $(use_enable static-libs static)
-}
-
-src_install() {
-       default
-       find "${ED}" -name '*.la' -exec rm -f {} +
-}