Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/lsuio: lsuio-0.2.0.ebuild Manifest ChangeLog
Date: Wed, 29 Oct 2008 18:10:27
Message-Id: E1KvFUv-0001tl-Qg@stork.gentoo.org
1 vapier 08/10/29 18:10:25
2
3 Added: lsuio-0.2.0.ebuild Manifest ChangeLog
4 Log:
5 Initial ebuild.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
7
8 Revision Changes Path
9 1.1 dev-util/lsuio/lsuio-0.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lsuio/lsuio-0.2.0.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lsuio/lsuio-0.2.0.ebuild?rev=1.1&content-type=text/plain
13
14 Index: lsuio-0.2.0.ebuild
15 ===================================================================
16 # Copyright 1999-2008 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/dev-util/lsuio/lsuio-0.2.0.ebuild,v 1.1 2008/10/29 18:10:25 vapier Exp $
19
20 inherit eutils
21
22 DESCRIPTION="list available userspace I/O (UIO) devices"
23 HOMEPAGE="http://www.osadl.org/UIO.uio.0.html"
24 SRC_URI="http://www.osadl.org/projects/downloads/UIO/user/${P}.tar.gz"
25
26 LICENSE="GPL-2"
27 SLOT="0"
28 KEYWORDS="~amd64 ~x86"
29 IUSE=""
30
31 src_unpack() {
32 unpack ${A}
33 cd "${S}"
34 epatch "${FILESDIR}"/${P}-build.patch
35 }
36
37 src_install() {
38 emake install DESTDIR="${D}" || die
39 dodoc AUTHORS NEWS README
40 }
41
42
43
44 1.1 dev-util/lsuio/Manifest
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lsuio/Manifest?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lsuio/Manifest?rev=1.1&content-type=text/plain
48
49 Index: Manifest
50 ===================================================================
51 AUX lsuio-0.2.0-build.patch 259 RMD160 bca171ff83ed3abf483b7b1527dc98154c7eee62 SHA1 92ac30dda11ddac5347d57904357e429dc1dfad8 SHA256 6e0181872499f125d7dfb7b49dc91abb0ecbdbe635ab8481e2a6593520c23aa3
52 DIST lsuio-0.2.0.tar.gz 202584 RMD160 3bf5bf34dfed44bcb13fbfa0eb0484fe111f84b4 SHA1 7c3c2a609729baf4860302366e6ec49c0711aa00 SHA256 c88b3850248b2d3419e025abd7b9b0991c8bd33a2d4983f9608408a29900bfb5
53 EBUILD lsuio-0.2.0.ebuild 533 RMD160 f666758c5758e556e66a03e90d3f46bea2e50555 SHA1 47b46e339b5b7a7f4e35b638ae537cb94ecd509d SHA256 d90e522529b57e2ec025307fd31dff3ed63c79bcd2842d4c69fe35cd9f979017
54 MISC ChangeLog 267 RMD160 278e60491f0dd853357b087866345a1989ca40e0 SHA1 2b865723089ac62d2f0a7b8f69df295fd4d646c1 SHA256 d7468ccd89b4098ae0193e1dd00a4b1f70f76716acf4d3d537057e5633703362
55
56
57
58 1.1 dev-util/lsuio/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lsuio/ChangeLog?rev=1.1&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lsuio/ChangeLog?rev=1.1&content-type=text/plain
62
63 Index: ChangeLog
64 ===================================================================
65 # ChangeLog for dev-util/lsuio
66 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
67 # $Header: /var/cvsroot/gentoo-x86/dev-util/lsuio/ChangeLog,v 1.1 2008/10/29 18:10:25 vapier Exp $
68
69 *lsuio-0.2.0 (29 Oct 2008)
70
71 29 Oct 2008; Mike Frysinger <vapier@g.o>
72 +files/lsuio-0.2.0-build.patch, +lsuio-0.2.0.ebuild:
73 Initial ebuild.