diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2019-11-04 23:44:34 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2019-11-04 23:59:58 +0300 |
commit | cf028e4d6567fb12957c5a54157bfac498ea43dc (patch) | |
tree | 9dd40a08cf4aa7ca89911f64f06b04dadcfc5b69 /dev-util/lsuio | |
parent | net-misc/l7-filter-userspace: drop DOCS variable (diff) | |
download | gentoo-cf028e4d6567fb12957c5a54157bfac498ea43dc.tar.gz gentoo-cf028e4d6567fb12957c5a54157bfac498ea43dc.tar.bz2 gentoo-cf028e4d6567fb12957c5a54157bfac498ea43dc.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util/lsuio')
-rw-r--r-- | dev-util/lsuio/files/lsuio-0.2.0-build.patch | 4 | ||||
-rw-r--r-- | 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 cef204c786f5..640b07cce79d 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 000000000000..2d5bdc40ce24 --- /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" ) |