summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-03-11 11:35:14 -0700
committerMatt Turner <mattst88@gentoo.org>2020-03-11 11:41:40 -0700
commit0b11258738d53f1170ec1793447c09d353fb0e28 (patch)
tree849975feb0fb9b5e14e2769ece2110e3f3bcf1a8 /sys-libs/mtdev
parentmedia-libs/waffle: Drop old versions (diff)
downloadgentoo-0b11258738d53f1170ec1793447c09d353fb0e28.tar.gz
gentoo-0b11258738d53f1170ec1793447c09d353fb0e28.tar.bz2
gentoo-0b11258738d53f1170ec1793447c09d353fb0e28.zip
sys-libs/mtdev: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-libs/mtdev')
-rw-r--r--sys-libs/mtdev/Manifest1
-rw-r--r--sys-libs/mtdev/mtdev-1.1.5.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/sys-libs/mtdev/Manifest b/sys-libs/mtdev/Manifest
index dc59db2fc332..94f2b4729f05 100644
--- a/sys-libs/mtdev/Manifest
+++ b/sys-libs/mtdev/Manifest
@@ -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
index e637ab713d14..000000000000
--- a/sys-libs/mtdev/mtdev-1.1.5.ebuild
+++ /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 {} +
-}