dev-util/lsuio: bump to EAPI 7
authorAndrew Savchenko <bircoph@gentoo.org>
Mon, 4 Nov 2019 20:44:34 +0000 (23:44 +0300)
committerAndrew Savchenko <bircoph@gentoo.org>
Mon, 4 Nov 2019 20:59:58 +0000 (23:59 +0300)
Bug: https://bugs.gentoo.org/686500
Closes: https://bugs.gentoo.org/697330
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
dev-util/lsuio/files/lsuio-0.2.0-build.patch
dev-util/lsuio/lsuio-0.2.0-r1.ebuild [new file with mode: 0644]

index cef204c786f52673a84cfc47cd3a2aead33c359a..640b07cce79da6005d828d0fae5e6fb3e3c83207 100644 (file)
@@ -1,5 +1,5 @@
---- uio_helper.h
-+++ uio_helper.h
+--- a/uio_helper.h
++++ b/uio_helper.h
 @@ -68,5 +68,6 @@
  void uio_free_dev_attrs(struct uio_info_t* info);
  void uio_free_info(struct uio_info_t* info);
diff --git a/dev-util/lsuio/lsuio-0.2.0-r1.ebuild b/dev-util/lsuio/lsuio-0.2.0-r1.ebuild
new file mode 100644 (file)
index 0000000..2d5bdc4
--- /dev/null
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="List available userspace I/O (UIO) devices"
+HOMEPAGE="https://www.osadl.org/UIO.uio.0.html"
+SRC_URI="https://www.osadl.org/uploads/media/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+PATCHES=( "${FILESDIR}/${P}-build.patch" )