diff options
author | 2007-06-29 21:23:42 +0000 | |
---|---|---|
committer | 2007-06-29 21:23:42 +0000 | |
commit | a71c9528830b45f2d952d03f986f68ebba45082a (patch) | |
tree | 03f01cb96ea792a0fa26cc9b594bad779e307753 /dev-dotnet/mono-fuse | |
parent | Initial commit, see bug #83877. Thanks to everybody for contributing to this ... (diff) | |
download | gentoo-2-a71c9528830b45f2d952d03f986f68ebba45082a.tar.gz gentoo-2-a71c9528830b45f2d952d03f986f68ebba45082a.tar.bz2 gentoo-2-a71c9528830b45f2d952d03f986f68ebba45082a.zip |
dev-dotnet/mono-fuse: added examples use flag, version bump -> 0.4.1
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-dotnet/mono-fuse')
-rw-r--r-- | dev-dotnet/mono-fuse/ChangeLog | 9 | ||||
-rw-r--r-- | dev-dotnet/mono-fuse/files/digest-mono-fuse-0.4.0 | 3 | ||||
-rw-r--r-- | dev-dotnet/mono-fuse/files/digest-mono-fuse-0.4.1 | 3 | ||||
-rw-r--r-- | dev-dotnet/mono-fuse/mono-fuse-0.4.0.ebuild | 10 | ||||
-rw-r--r-- | dev-dotnet/mono-fuse/mono-fuse-0.4.1.ebuild | 52 |
5 files changed, 72 insertions, 5 deletions
diff --git a/dev-dotnet/mono-fuse/ChangeLog b/dev-dotnet/mono-fuse/ChangeLog index 8295afac4da9..3cdc0371a323 100644 --- a/dev-dotnet/mono-fuse/ChangeLog +++ b/dev-dotnet/mono-fuse/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-dotnet/mono-fuse # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-fuse/ChangeLog,v 1.7 2007/06/29 12:48:25 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-fuse/ChangeLog,v 1.8 2007/06/29 21:23:42 jurek Exp $ + +*mono-fuse-0.4.1 (29 Jun 2007) + + 29 Jun 2007; Jurek Bartuszek <jurek@gentoo.org> mono-fuse-0.4.0.ebuild, + +mono-fuse-0.4.1.ebuild: + - Added "examples" use flag + - Version bump 29 Jun 2007; Christian Faulhammer <opfer@gentoo.org> mono-fuse-0.4.0.ebuild: diff --git a/dev-dotnet/mono-fuse/files/digest-mono-fuse-0.4.0 b/dev-dotnet/mono-fuse/files/digest-mono-fuse-0.4.0 new file mode 100644 index 000000000000..a8124295b7fc --- /dev/null +++ b/dev-dotnet/mono-fuse/files/digest-mono-fuse-0.4.0 @@ -0,0 +1,3 @@ +MD5 0b7cc5d7fcf54a2714fcf00713a3d085 mono-fuse-0.4.0.tar.gz 1016389 +RMD160 7692872a833ee678a14a495b535d58a70782d7d9 mono-fuse-0.4.0.tar.gz 1016389 +SHA256 8b4c554a9889bf63ca5b955582a487c7ba64755285bfe83b3d0c3e116d589769 mono-fuse-0.4.0.tar.gz 1016389 diff --git a/dev-dotnet/mono-fuse/files/digest-mono-fuse-0.4.1 b/dev-dotnet/mono-fuse/files/digest-mono-fuse-0.4.1 new file mode 100644 index 000000000000..8b1f4bf8f026 --- /dev/null +++ b/dev-dotnet/mono-fuse/files/digest-mono-fuse-0.4.1 @@ -0,0 +1,3 @@ +MD5 e367d7248135c26c13950cf9a799808a mono-fuse-0.4.1.tar.gz 1780223 +RMD160 f5b2fad03d811e92d552cd8cdf0a28929cc27940 mono-fuse-0.4.1.tar.gz 1780223 +SHA256 44ec7da69b651fbee8798f4c135d46dac2989a4991c7a26d545b623e3f216f4a mono-fuse-0.4.1.tar.gz 1780223 diff --git a/dev-dotnet/mono-fuse/mono-fuse-0.4.0.ebuild b/dev-dotnet/mono-fuse/mono-fuse-0.4.0.ebuild index e4061137036e..0fe6af1fe053 100644 --- a/dev-dotnet/mono-fuse/mono-fuse-0.4.0.ebuild +++ b/dev-dotnet/mono-fuse/mono-fuse-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-fuse/mono-fuse-0.4.0.ebuild,v 1.5 2007/06/29 12:48:25 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-fuse/mono-fuse-0.4.0.ebuild,v 1.6 2007/06/29 21:23:42 jurek Exp $ inherit autotools mono @@ -11,7 +11,7 @@ SRC_URI="http://www.jprl.com/Projects/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -IUSE="" +IUSE="examples" DEPEND=">=dev-lang/mono-1.1.13 >=dev-util/monodoc-1.1.13 @@ -39,8 +39,10 @@ src_install() dodoc ChangeLog README COPYING - insinto /usr/share/doc/${PF} - doins -r example + if use examples; then + insinto /usr/share/doc/${PF} + doins -r example + fi } pkg_postinst() diff --git a/dev-dotnet/mono-fuse/mono-fuse-0.4.1.ebuild b/dev-dotnet/mono-fuse/mono-fuse-0.4.1.ebuild new file mode 100644 index 000000000000..00a0bb01c3f0 --- /dev/null +++ b/dev-dotnet/mono-fuse/mono-fuse-0.4.1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-fuse/mono-fuse-0.4.1.ebuild,v 1.1 2007/06/29 21:23:42 jurek Exp $ + +inherit autotools mono + +DESCRIPTION="C# binding for the FUSE library" +HOMEPAGE="http://www.jprl.com/Projects/mono-fuse/" +SRC_URI="http://www.jprl.com/Projects/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="examples" + +DEPEND=">=dev-lang/mono-1.1.13 + >=dev-util/monodoc-1.1.13 + >=sys-fs/fuse-2.5.2" + +src_unpack() { + unpack ${A} + cd ${S} + + sed -i -e 's#^AC_CHECK_LIB(MonoPosixHelper.*$##' \ + configure.in || die "sed failed" + + eautoreconf || die "eautoreconf failed" +} + +src_compile() +{ + econf || die "configure failed" + emake -j1 || die "make failed" +} + +src_install() +{ + emake DESTDIR="${D}" install || die "install failed" + + dodoc ChangeLog README COPYING + + if use examples; then + insinto /usr/share/doc/${PF} + doins -r example + fi +} + +pkg_postinst() +{ + elog "Ensure that you have the fuse module loaded" + elog "before you start using mono-fuse" +} |