Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/fuseiso: fuseiso-20070708.ebuild metadata.xml ChangeLog
Date: Sun, 25 Oct 2009 10:11:00
Message-Id: E1N203u-0006Gc-1s@stork.gentoo.org
1 ssuominen 09/10/25 10:10:58
2
3 Added: fuseiso-20070708.ebuild metadata.xml ChangeLog
4 Log:
5 Initial commit wrt #143307, thanks to Thomas Fischer for reporting.
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-fs/fuseiso/fuseiso-20070708.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuseiso/fuseiso-20070708.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuseiso/fuseiso-20070708.ebuild?rev=1.1&content-type=text/plain
13
14 Index: fuseiso-20070708.ebuild
15 ===================================================================
16 # Copyright 1999-2009 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/sys-fs/fuseiso/fuseiso-20070708.ebuild,v 1.1 2009/10/25 10:10:57 ssuominen Exp $
19
20 EAPI=2
21 inherit eutils
22
23 DESCRIPTION="Fuse module to mount ISO9660"
24 HOMEPAGE="http://fuseiso.sourceforge.net/"
25 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 IUSE=""
31
32 RDEPEND="sys-fs/fuse
33 sys-libs/zlib
34 dev-libs/glib:2"
35 DEPEND="${RDEPEND}
36 dev-util/pkgconfig"
37
38 src_prepare() {
39 epatch "${FILESDIR}"/${P}-largeiso.patch
40 }
41
42 src_install() {
43 emake DESTDIR="${D}" install || die
44 dodoc AUTHORS ChangeLog NEWS README
45 }
46
47
48
49 1.1 sys-fs/fuseiso/metadata.xml
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuseiso/metadata.xml?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuseiso/metadata.xml?rev=1.1&content-type=text/plain
53
54 Index: metadata.xml
55 ===================================================================
56 <?xml version="1.0" encoding="UTF-8"?>
57 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
58 <pkgmetadata>
59 <herd>no-herd</herd>
60 <maintainer>
61 <email>ssuominen@g.o</email>
62 <name>Samuli Suominen</name>
63 </maintainer>
64 </pkgmetadata>
65
66
67
68 1.1 sys-fs/fuseiso/ChangeLog
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuseiso/ChangeLog?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuseiso/ChangeLog?rev=1.1&content-type=text/plain
72
73 Index: ChangeLog
74 ===================================================================
75 # ChangeLog for sys-fs/fuseiso
76 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
77 # $Header: /var/cvsroot/gentoo-x86/sys-fs/fuseiso/ChangeLog,v 1.1 2009/10/25 10:10:57 ssuominen Exp $
78
79 *fuseiso-20070708 (25 Oct 2009)
80
81 25 Oct 2009; Samuli Suominen <ssuominen@g.o>
82 +fuseiso-20070708.ebuild, +files/fuseiso-20070708-largeiso.patch:
83 Initial commit wrt #143307, thanks to Thomas Fischer for reporting.