Gentoo Archives: gentoo-commits

From: "Jurek Bartuszek (jurek)" <jurek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/mono-fuse: ChangeLog mono-fuse-0.4.2.ebuild
Date: Fri, 30 May 2008 22:38:53
Message-Id: E1K2DFH-0003AS-0M@stork.gentoo.org
1 jurek 08/05/30 22:38:47
2
3 Modified: ChangeLog
4 Added: mono-fuse-0.4.2.ebuild
5 Log:
6 dev-dotnet/mono-fuse-0.4.2: Version bump (bug #213672)
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.10 dev-dotnet/mono-fuse/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-fuse/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-fuse/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-fuse/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/mono-fuse/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 1 Aug 2007 03:09:54 -0000 1.9
23 +++ ChangeLog 30 May 2008 22:38:46 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-dotnet/mono-fuse
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-fuse/ChangeLog,v 1.9 2007/08/01 03:09:54 metalgod Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-fuse/ChangeLog,v 1.10 2008/05/30 22:38:46 jurek Exp $
30 +
31 +*mono-fuse-0.4.2 (30 May 2008)
32 +
33 + 30 May 2008; Jurek Bartuszek <jurek@g.o> +mono-fuse-0.4.2.ebuild:
34 + Version bump (bug #213672)
35
36 01 Aug 2007; <metalgod@g.o> mono-fuse-0.4.1.ebuild:
37 Added ~amd64 keyword. Closes bug #186135
38
39
40
41 1.1 dev-dotnet/mono-fuse/mono-fuse-0.4.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-fuse/mono-fuse-0.4.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-fuse/mono-fuse-0.4.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mono-fuse-0.4.2.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-fuse/mono-fuse-0.4.2.ebuild,v 1.1 2008/05/30 22:38:46 jurek Exp $
51
52 inherit autotools mono
53
54 DESCRIPTION="C# binding for the FUSE library"
55 HOMEPAGE="http://www.jprl.com/Projects/mono-fuse/"
56 SRC_URI="http://www.jprl.com/Projects/${PN}/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="examples"
62
63 DEPEND=">=dev-lang/mono-1.1.13
64 >=dev-util/monodoc-1.1.13
65 >=sys-fs/fuse-2.5.2"
66
67 src_unpack() {
68 unpack ${A}
69 cd "${S}"
70
71 sed -i -e 's#^AC_CHECK_LIB(MonoPosixHelper.*$##' \
72 configure.in || die "sed failed"
73
74 eautoreconf || die "eautoreconf failed"
75 }
76
77 src_compile()
78 {
79 econf || die "configure failed"
80 emake -j1 || die "make failed"
81 }
82
83 src_install()
84 {
85 emake DESTDIR="${D}" install || die "install failed"
86
87 dodoc ChangeLog README
88
89 if use examples; then
90 insinto /usr/share/doc/${PF}
91 doins -r example
92 fi
93 }
94
95 pkg_postinst()
96 {
97 elog "Ensure that you have the fuse module loaded"
98 elog "before you start using mono-fuse"
99 }
100
101
102
103 --
104 gentoo-commits@l.g.o mailing list