Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lsuio/files/, dev-util/lsuio/
Date: Mon, 04 Nov 2019 21:02:04
Message-Id: 1572901198.cf028e4d6567fb12957c5a54157bfac498ea43dc.bircoph@gentoo
1 commit: cf028e4d6567fb12957c5a54157bfac498ea43dc
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 4 20:44:34 2019 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 4 20:59:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf028e4d
7
8 dev-util/lsuio: bump to EAPI 7
9
10 Bug: https://bugs.gentoo.org/686500
11 Closes: https://bugs.gentoo.org/697330
12 Package-Manager: Portage-2.3.78, Repoman-2.3.17
13 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
14
15 dev-util/lsuio/files/lsuio-0.2.0-build.patch | 4 ++--
16 dev-util/lsuio/lsuio-0.2.0-r1.ebuild | 15 +++++++++++++++
17 2 files changed, 17 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-util/lsuio/files/lsuio-0.2.0-build.patch b/dev-util/lsuio/files/lsuio-0.2.0-build.patch
20 index cef204c786f..640b07cce79 100644
21 --- a/dev-util/lsuio/files/lsuio-0.2.0-build.patch
22 +++ b/dev-util/lsuio/files/lsuio-0.2.0-build.patch
23 @@ -1,5 +1,5 @@
24 ---- uio_helper.h
25 -+++ uio_helper.h
26 +--- a/uio_helper.h
27 ++++ b/uio_helper.h
28 @@ -68,5 +68,6 @@
29 void uio_free_dev_attrs(struct uio_info_t* info);
30 void uio_free_info(struct uio_info_t* info);
31
32 diff --git a/dev-util/lsuio/lsuio-0.2.0-r1.ebuild b/dev-util/lsuio/lsuio-0.2.0-r1.ebuild
33 new file mode 100644
34 index 00000000000..2d5bdc40ce2
35 --- /dev/null
36 +++ b/dev-util/lsuio/lsuio-0.2.0-r1.ebuild
37 @@ -0,0 +1,15 @@
38 +# Copyright 1999-2019 Gentoo Authors
39 +# Distributed under the terms of the GNU General Public License v2
40 +
41 +EAPI=7
42 +
43 +DESCRIPTION="List available userspace I/O (UIO) devices"
44 +HOMEPAGE="https://www.osadl.org/UIO.uio.0.html"
45 +SRC_URI="https://www.osadl.org/uploads/media/${P}.tar.gz"
46 +
47 +LICENSE="GPL-2"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +IUSE=""
51 +
52 +PATCHES=( "${FILESDIR}/${P}-build.patch" )