public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/mono-zeroconf: ChangeLog mono-zeroconf-0.8.0-r1.ebuild mono-zeroconf-0.8.0.ebuild
@ 2009-01-25 13:56 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; only message in thread
From: Peter Alfredsen (loki_val) @ 2009-01-25 13:56 UTC (permalink / raw
  To: gentoo-commits

loki_val    09/01/25 13:56:40

  Modified:             ChangeLog
  Added:                mono-zeroconf-0.8.0-r1.ebuild
  Removed:              mono-zeroconf-0.8.0.ebuild
  Log:
  Fix bug 252647, thanks to Paul de Vrieze (pauldv@gentoo.org) for the patch.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-dotnet/mono-zeroconf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/mono-zeroconf/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	24 Nov 2008 00:13:14 -0000	1.5
+++ ChangeLog	25 Jan 2009 13:56:40 -0000	1.6
@@ -1,6 +1,14 @@
 # ChangeLog for dev-dotnet/mono-zeroconf
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-zeroconf/ChangeLog,v 1.5 2008/11/24 00:13:14 loki_val Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-zeroconf/ChangeLog,v 1.6 2009/01/25 13:56:40 loki_val Exp $
+
+*mono-zeroconf-0.8.0-r1 (25 Jan 2009)
+
+  25 Jan 2009; Peter Alfredsen <loki_val@gentoo.org>
+  +files/mono-zeroconf-0.8.0-mono-2.2.patch, -mono-zeroconf-0.8.0.ebuild,
+  +mono-zeroconf-0.8.0-r1.ebuild:
+  Fix bug 252647, thanks to Paul de Vrieze (pauldv@gentoo.org) for the
+  patch.
 
 *mono-zeroconf-0.8.0 (24 Nov 2008)
 



1.1                  dev-dotnet/mono-zeroconf/mono-zeroconf-0.8.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-zeroconf/mono-zeroconf-0.8.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-zeroconf/mono-zeroconf-0.8.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: mono-zeroconf-0.8.0-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-zeroconf/mono-zeroconf-0.8.0-r1.ebuild,v 1.1 2009/01/25 13:56:40 loki_val Exp $

EAPI=2

inherit base mono

DESCRIPTION="a cross platform Zero Configuration Networking library for Mono and .NET."
HOMEPAGE="http://www.mono-project.com/Mono.Zeroconf"
SRC_URI="http://banshee-project.org/files/${PN}/${P}.tar.bz2"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc +avahi"

RDEPEND=">=dev-lang/mono-2.0
	avahi? ( >=net-dns/avahi-0.6[mono] )
	!avahi? ( net-misc/mDNSResponder )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

PATCHES=( "${FILESDIR}/${P}-mono-2.2.patch" )

src_configure() {
	econf $(use_enable doc docs)$(use_enable avahi) $(use_enable !avahi mdnsresponder)
}

src_compile() {
	emake -j1 || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dodoc AUTHORS ChangeLog NEWS README || die "docs failed"
	mono_multilib_comply
}






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

only message in thread, other threads:[~2009-01-25 13:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-25 13:56 [gentoo-commits] gentoo-x86 commit in dev-dotnet/mono-zeroconf: ChangeLog mono-zeroconf-0.8.0-r1.ebuild mono-zeroconf-0.8.0.ebuild Peter Alfredsen (loki_val)

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