public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/mono-fuse: ChangeLog mono-fuse-0.4.2.ebuild
@ 2008-05-30 22:38 Jurek Bartuszek (jurek)
  0 siblings, 0 replies; only message in thread
From: Jurek Bartuszek (jurek) @ 2008-05-30 22:38 UTC (permalink / raw
  To: gentoo-commits

jurek       08/05/30 22:38:47

  Modified:             ChangeLog
  Added:                mono-fuse-0.4.2.ebuild
  Log:
  dev-dotnet/mono-fuse-0.4.2: Version bump (bug #213672)
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.10                 dev-dotnet/mono-fuse/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-fuse/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-fuse/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-fuse/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/mono-fuse/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	1 Aug 2007 03:09:54 -0000	1.9
+++ ChangeLog	30 May 2008 22:38:46 -0000	1.10
@@ -1,6 +1,11 @@
 # 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.9 2007/08/01 03:09:54 metalgod Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-fuse/ChangeLog,v 1.10 2008/05/30 22:38:46 jurek Exp $
+
+*mono-fuse-0.4.2 (30 May 2008)
+
+  30 May 2008; Jurek Bartuszek <jurek@gentoo.org> +mono-fuse-0.4.2.ebuild:
+  Version bump (bug #213672)
 
   01 Aug 2007; <metalgod@gentoo.org> mono-fuse-0.4.1.ebuild:
   Added ~amd64 keyword. Closes bug #186135



1.1                  dev-dotnet/mono-fuse/mono-fuse-0.4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-fuse/mono-fuse-0.4.2.ebuild?rev=1.1&view=markup
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

Index: mono-fuse-0.4.2.ebuild
===================================================================
# Copyright 1999-2008 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.2.ebuild,v 1.1 2008/05/30 22:38:46 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="~amd64 ~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

	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"
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-30 22:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-30 22:38 [gentoo-commits] gentoo-x86 commit in dev-dotnet/mono-fuse: ChangeLog mono-fuse-0.4.2.ebuild Jurek Bartuszek (jurek)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox