dev-util/lsuio: drop old
authorAndrew Savchenko <bircoph@gentoo.org>
Mon, 4 Nov 2019 20:57:02 +0000 (23:57 +0300)
committerAndrew Savchenko <bircoph@gentoo.org>
Mon, 4 Nov 2019 21:00:03 +0000 (00:00 +0300)
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
dev-util/lsuio/lsuio-0.2.0.ebuild [deleted file]

diff --git a/dev-util/lsuio/lsuio-0.2.0.ebuild b/dev-util/lsuio/lsuio-0.2.0.ebuild
deleted file mode 100644 (file)
index ea5a97b..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="list available userspace I/O (UIO) devices"
-HOMEPAGE="http://www.osadl.org/UIO.uio.0.html"
-SRC_URI="http://www.osadl.org/projects/downloads/UIO/user/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/${P}-build.patch
-}
-
-src_install() {
-       emake install DESTDIR="${D}" || die
-       dodoc AUTHORS NEWS README
-}