summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-util/lsuio
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-util/lsuio')
-rw-r--r--dev-util/lsuio/Manifest1
-rw-r--r--dev-util/lsuio/files/lsuio-0.2.0-build.patch9
-rw-r--r--dev-util/lsuio/lsuio-0.2.0.ebuild25
-rw-r--r--dev-util/lsuio/metadata.xml5
4 files changed, 40 insertions, 0 deletions
diff --git a/dev-util/lsuio/Manifest b/dev-util/lsuio/Manifest
new file mode 100644
index 000000000000..7d441d25307b
--- /dev/null
+++ b/dev-util/lsuio/Manifest
@@ -0,0 +1 @@
+DIST lsuio-0.2.0.tar.gz 202584 SHA256 c88b3850248b2d3419e025abd7b9b0991c8bd33a2d4983f9608408a29900bfb5 SHA512 55567b9028a22ae3058439135117d1537c972e875d864a1d7f6611f815461e17ecd6d953cc6abc129208241c1ba7fbeb9a2a62b5b9102a8429ccf270a93741f3 WHIRLPOOL d123480d277b5a78e8da4c9143fa22478423c0b3e373bb410b31b26d0f944094374c25375bf54d55305240e9a1ecdd293fe4460af61e8ac0d480deba45d9edf2
diff --git a/dev-util/lsuio/files/lsuio-0.2.0-build.patch b/dev-util/lsuio/files/lsuio-0.2.0-build.patch
new file mode 100644
index 000000000000..cef204c786f5
--- /dev/null
+++ b/dev-util/lsuio/files/lsuio-0.2.0-build.patch
@@ -0,0 +1,9 @@
+--- uio_helper.h
++++ 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);
+ struct uio_info_t* uio_find_devices(int filter_num);
++void uio_mmap_test(struct uio_info_t* info);
+
+ #endif
diff --git a/dev-util/lsuio/lsuio-0.2.0.ebuild b/dev-util/lsuio/lsuio-0.2.0.ebuild
new file mode 100644
index 000000000000..8b34a6d283b6
--- /dev/null
+++ b/dev-util/lsuio/lsuio-0.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}
diff --git a/dev-util/lsuio/metadata.xml b/dev-util/lsuio/metadata.xml
new file mode 100644
index 000000000000..effbbf33eac8
--- /dev/null
+++ b/dev-util/lsuio/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer><email>maintainer-needed@gentoo.org</email></maintainer>
+</pkgmetadata>