commit:     cf028e4d6567fb12957c5a54157bfac498ea43dc
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  4 20:44:34 2019 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Mon Nov  4 20:59:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf028e4d

dev-util/lsuio: bump to EAPI 7

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 <AT> gentoo.org>

 dev-util/lsuio/files/lsuio-0.2.0-build.patch |  4 ++--
 dev-util/lsuio/lsuio-0.2.0-r1.ebuild         | 15 +++++++++++++++
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/dev-util/lsuio/files/lsuio-0.2.0-build.patch 
b/dev-util/lsuio/files/lsuio-0.2.0-build.patch
index cef204c786f..640b07cce79 100644
--- a/dev-util/lsuio/files/lsuio-0.2.0-build.patch
+++ b/dev-util/lsuio/files/lsuio-0.2.0-build.patch
@@ -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
index 00000000000..2d5bdc40ce2
--- /dev/null
+++ b/dev-util/lsuio/lsuio-0.2.0-r1.ebuild
@@ -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" )

Reply via email to