diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-11-24 00:13:14 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-11-24 00:13:14 +0000 |
commit | 30b59d1c8f5ee6b7127d060ee7c3480401c57127 (patch) | |
tree | 82028584c524b3175e78d75a11d5518a1c25f120 /dev-dotnet/mono-zeroconf | |
parent | Version bumped. (diff) | |
download | gentoo-2-30b59d1c8f5ee6b7127d060ee7c3480401c57127.tar.gz gentoo-2-30b59d1c8f5ee6b7127d060ee7c3480401c57127.tar.bz2 gentoo-2-30b59d1c8f5ee6b7127d060ee7c3480401c57127.zip |
Bump
(Portage version: 2.2_rc14/cvs/Linux 2.6.28-rc4 x86_64)
Diffstat (limited to 'dev-dotnet/mono-zeroconf')
-rw-r--r-- | dev-dotnet/mono-zeroconf/ChangeLog | 9 | ||||
-rw-r--r-- | dev-dotnet/mono-zeroconf/mono-zeroconf-0.7.6.ebuild | 43 | ||||
-rw-r--r-- | dev-dotnet/mono-zeroconf/mono-zeroconf-0.8.0.ebuild (renamed from dev-dotnet/mono-zeroconf/mono-zeroconf-0.7.5.ebuild) | 2 |
3 files changed, 9 insertions, 45 deletions
diff --git a/dev-dotnet/mono-zeroconf/ChangeLog b/dev-dotnet/mono-zeroconf/ChangeLog index 2f6f2e24c16e..4355f6e319d7 100644 --- a/dev-dotnet/mono-zeroconf/ChangeLog +++ b/dev-dotnet/mono-zeroconf/ChangeLog @@ -1,6 +1,13 @@ # 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.4 2008/08/31 21:21:57 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-zeroconf/ChangeLog,v 1.5 2008/11/24 00:13:14 loki_val Exp $ + +*mono-zeroconf-0.8.0 (24 Nov 2008) + + 24 Nov 2008; Peter Alfredsen <loki_val@gentoo.org> + -mono-zeroconf-0.7.5.ebuild, -mono-zeroconf-0.7.6.ebuild, + +mono-zeroconf-0.8.0.ebuild: + Bump *mono-zeroconf-0.7.6 (31 Aug 2008) diff --git a/dev-dotnet/mono-zeroconf/mono-zeroconf-0.7.6.ebuild b/dev-dotnet/mono-zeroconf/mono-zeroconf-0.7.6.ebuild deleted file mode 100644 index ea44ada1f032..000000000000 --- a/dev-dotnet/mono-zeroconf/mono-zeroconf-0.7.6.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2008 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.7.6.ebuild,v 1.1 2008/08/31 21:21:57 loki_val Exp $ - -EAPI=1 - -inherit eutils 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="+avahi" - -RDEPEND=">=dev-lang/mono-1.1.10 - avahi? ( >=net-dns/avahi-0.6 ) - !avahi? ( net-misc/mDNSResponder )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -pkg_setup() { - local fail="Re-emerge net-dns/avahi with USE mono." - if use avahi && ! built_with_use net-dns/avahi mono; then - eerror "${fail}" - die "${fail}" - fi -} - -src_compile() { - local myconf - use avahi || myconf="--disable-avahi" - use avahi && myconf="--disable-mdnsresponder" - econf --disable-docs ${myconf} - emake -j1 || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/dev-dotnet/mono-zeroconf/mono-zeroconf-0.7.5.ebuild b/dev-dotnet/mono-zeroconf/mono-zeroconf-0.8.0.ebuild index 42cebf7fb6ea..80cccd78347f 100644 --- a/dev-dotnet/mono-zeroconf/mono-zeroconf-0.7.5.ebuild +++ b/dev-dotnet/mono-zeroconf/mono-zeroconf-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.7.5.ebuild,v 1.4 2008/02/28 14:32:48 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-zeroconf/mono-zeroconf-0.8.0.ebuild,v 1.1 2008/11/24 00:13:14 loki_val Exp $ EAPI=1 |